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

Add tensorboard to requirements.txt #58

Closed MvWouden closed 1 year ago

MvWouden commented 1 year ago

I've just done a clean setup of the project and noticed that tensorboard is missing from the requirements file, which obviously led to:

ModuleNotFoundError: Neither `tensorboard` nor `tensorboardX` is available. Try `pip install`ing either.
bennyguo commented 1 year ago

Thank you! Merged.