Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In the wild model scale error/typo #2

Closed
pablovela5620 opened this issue Mar 18, 2021 · 1 comment
Closed

In the wild model scale error/typo #2

pablovela5620 opened this issue Mar 18, 2021 · 1 comment

Comments

@pablovela5620
Copy link

I believe this is a typo

s = torch.sqrt((deltaj[0,0]**2 + deltaj[0,0]**2)/(1 - deltaj[0,2]**2))

where you're using the u coordinate twice instead of u-v according to this

image

it should be

s = torch.sqrt((deltaj[0,0]**2 + deltaj[0,1]**2)/(1 - deltaj[0,2]**2))
@LyuJ1998
Copy link
Owner

Hi, this is a typo. I have already fix this. Thank you for mention it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants