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
Hi, could you please explain a bit more about why we need to normalize the "normals" like this? If I understand correctly, the est_normal map from yindaz is ranging from 0~255 as they have: -- image.save(string.format("%s%s_normal_est.png", config.result_path, saveName), normal_outputs:add(1):mul(0.5)) https://github.com/yindaz/DeepCompletionRelease/blob/922fc064bb8f480be1d8b31a1b8755eaea8fb268/torch/main_test_matterport.lua#L71 Thanks!
-- image.save(string.format("%s%s_normal_est.png", config.result_path, saveName), normal_outputs:add(1):mul(0.5))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, could you please explain a bit more about why we need to normalize the "normals" like this? If I understand correctly, the est_normal map from yindaz is ranging from 0~255 as they have:
-- image.save(string.format("%s%s_normal_est.png", config.result_path, saveName), normal_outputs:add(1):mul(0.5))
https://github.com/yindaz/DeepCompletionRelease/blob/922fc064bb8f480be1d8b31a1b8755eaea8fb268/torch/main_test_matterport.lua#L71Thanks!
The text was updated successfully, but these errors were encountered: