Open K-nowing opened 10 months ago
I believe these need to be mapped from [-1, 1] to [0, 1] by dividing by 2 and adding 0.5.
The predicted normal image is already mapped from [-1, 1] to [0, 1].
Check the ground truth.
The ground truth is a png file, so it ranges from 0 to 255. Even if I change the range from [0, 255] to [-1, 1], it does not work. Am I missing something? Thank you for your reply!
+) From this line, it means that the suffix of the normal image file is "_normal.png". However the suffix of the normal image from the official github page is "_normal_0000.png".
Did you get this working?
No, it doesn't work... The GT normal image that I have seems to be different from the one you have.
This can happen if the normals are clipped before being exported, so you don't have the correct range on the normals. In this case, the ground truth normals have the wrong range.
Hi, where can I get surface normal images of blender dataset. The value of the surface normal image in the data accessible from the official github page seems to be an inaccurate value. Thank you so much!
The predicted normal from the paper.
The GT normal from the data.