We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
deep-video-mvs/dvmvs/utils.py
Line 62 in fa14288
I think it is supposed to be
width_normalizer = (width - 1) / 2.0 height_normalizer = (height - 1) / 2.0
The reason of that is to map x from [0, width-1] to [-1, 1] to grid sampling instead of map [0, width] to [-1, 1]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
deep-video-mvs/dvmvs/utils.py
Line 62 in fa14288
I think it is supposed to be
The reason of that is to map x from [0, width-1] to [-1, 1] to grid sampling instead of map [0, width] to [-1, 1]
The text was updated successfully, but these errors were encountered: