Injae Kim

Results 5 comments of Injae Kim

The predicted normal image is already mapped from [-1, 1] to [0, 1].

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....

+) From this [line](https://github.com/half-potato/nmf/blob/489f53da177f471da0841bdb2b99bef6ddbeec88/dataLoader/blender.py#L152C62-L152C72), 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](https://github.com/bmild/nerf) is "_normal_0000.png".

No, it doesn't work... The GT normal image that I have seems to be different from the one you have.