bennyguo / instant-nsr-pl

Neural Surface reconstruction based on Instant-NGP. Efficient and customizable boilerplate for your research projects. Train NeuS in 10min!
MIT License
857 stars 84 forks source link

freeze at the beginning of training #132

Open badarrrr opened 4 months ago

badarrrr commented 4 months ago

image my model appears to freeze at the beginning of training without any errors or termination messages. I have found the same Error in the issues, but I can't find "torch_extensions" ...The solution of that issue doesn't work. Who can help me?

weihan1 commented 4 months ago

1)the issue could be from nerfacc, see https://github.com/nerfstudio-project/nerfacc/issues/260 2)could also be a good idea to reduce the number of callbacks in launch.py, especially if your codebase is large, adding the CodeSnapshotCallback tends to slow things down

badarrrr commented 4 months ago

Thanks for your comment.I'll try it later