jiepengwang / NeuRIS

MIT License
227 stars 16 forks source link

The question of evaluation #7

Closed caj12306 closed 2 years ago

caj12306 commented 2 years ago

Hi, I tried to reproduce the paper code of NeuRIS. I have implemented model training and mesh extraction according to Read. me, but evaluation cannot be realized. The path.py in the configuration reported an error, and I saw that Snucode needs to be written in the path.py file. However, I did not find this code in the pre-training model provided by you, nor in the model trained by myself, so I would like to consult you about which code Suncode refers to in the path.py file, or how I should modify to realize evaluation.

jiepengwang commented 2 years ago

snucode refers to the normal network (https://github.com/baegwangbin/surface_normal_uncertainty). If you don't use the normal network, you can just comment the two lines containing 'assert ... ' in path.py.

caj12306 commented 2 years ago

Thank you for your answer. My question has been solved