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

different normal map comparing with original figures #4

Open
qiuyuda opened this issue Mar 2, 2020 · 0 comments
Open

different normal map comparing with original figures #4

qiuyuda opened this issue Mar 2, 2020 · 0 comments

Comments

@qiuyuda
Copy link

qiuyuda commented Mar 2, 2020

Hi, thank you for the pytorch code. It really saves my time for setting caffe env.

When comparing the results with the original figures in paper, I found the output normal was different. I'm not sure about the reason. It seems caused by n_out2 = cv2.cvtColor(n_out2, cv2.COLOR_RGB2BGR). I replace it with n_out2[:, :, (2, 1, 0)] and it works. Maybe the code changes the range of normal

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

1 participant