KAIR-BAIR / dycheck

Official JAX Implementation of Monocular Dynamic View Synthesis: A Reality Check (NeurIPS 2022)
https://hangg7.com/dycheck
Apache License 2.0
184 stars 9 forks source link

Dependency broken #10

Closed jiadingfang closed 5 months ago

jiadingfang commented 5 months ago

Hi authors,

Thanks for the great dataset and the code! It seems that they are still very useful two years after the release.

I would like to use the iphone dataset provided to load data. However, the installation is not working as the dependency is broken. 0.1.73+cuda11.cudnn82 cannot be found. Changing it adjacent versions resulted in other unexpected errors.

Could you help update setup.md section to make the installation is working?

Thanks in advance!

jiadingfang commented 5 months ago

Sorry, the code still works, but it has to match almost exactly the specified version with python=3.8.

Although two dependencies need to be changed from requirements.txt:

  1. protobuf==3.20.0
  2. open3d==0.13.0