yanqinJiang/Consistent4D

Please update requirements

sauradip opened this issue · 4 comments

Thanks for open sourcing this awesome work.

I ran into lot of issues with nvdiffrast, nerfacc, clip models being not installed even after following your environment setup steps. I will request if you can update your requirements file with the missing and required modules

Sorry I forget to include some packages that should be installed via git in requirements.txt. Thanks for pointing it out!
I've updated the requirements.txt, please have a try : )

"s" in requirements is missing in your script

The requirements file is not sufficient for installing the necessary dependencies to run Consistent4D. I request the authors to kindly revise the requirements file, and specify the CUDA version required to reproduce the work. I am getting repeated issues while installing tiny cudnn.

Sorry for the confusion. The information of the environment in my machine is as bellow:

python: 3.9.16
CUDA: 11.1
torch: 1.12.1+cu113
tiny-cuda-nn: 1.6

If you meet any problem when installing, feel free to ask me for help. You can also refer to installation issues in threestudio. It is our codebase, and most packages in requirements.txt are copied from their repo.

I will revise the requirements.txt soon.