google-research / multinerf

A Code Release for Mip-NeRF 360, Ref-NeRF, and RawNeRF
Apache License 2.0
3.56k stars 338 forks source link

Reproducing Results of RefNeRF for Materials scene #117

Open sararoma95 opened 1 year ago

sararoma95 commented 1 year ago

Hello,

I'm having difficulty reproducing the results of RefNeRF for materials as reported in the paper. I followed the instructions in the paper and used the same batch size that was reported, but I was not able to achieve the same results as reported in the paper.

I also had to turn off the flag 'Config.compute_normal_metrics' since it was searching for normals in the train set which they are non-existent.

This is an image of materials after 250k steps image

Has anyone else had similar issues reproducing the results? Any advice or suggestions would be greatly appreciated.

prakashknaikade commented 9 months ago

Hello, Which config file you used? what is your batch size in config.py? how much time it took for 250k steps? which config you used to render and how you rendered the scene? can you please share your commands? Thanks.