ayaanzhaque / instruct-nerf2nerf

Instruct-NeRF2NeRF: Editing 3D Scenes with Instructions (ICCV 2023)
https://instruct-nerf2nerf.github.io/
MIT License
769 stars 64 forks source link

How to implement debugging of models using the trainer.py file? #99

Open aiyb1314 opened 1 month ago

aiyb1314 commented 1 month ago

Thank you for your outstanding work, but I would like to debug in your model, how can I achieve this?

aiyb1314 commented 1 month ago

ModuleNotFoundError: No module named 'in2n.in2n_config'; 'in2n' is not a package

jly0810 commented 1 month ago

Have you solved this problem? I am also troubled by this