duanyiqun / DiffusionDepth

PyTorch Implementation of introducing diffusion approach to 3D depth perception
https://arxiv.org/abs/2303.05021
Apache License 2.0
293 stars 16 forks source link

Missing install instructions - wrong python version and requirements.txt #34

Closed drozzy closed 11 months ago

drozzy commented 11 months ago

I think I'm doing something wrong. In the README.md you say Python 3.9.13 is required.

But in the requirements.txt the package open3d==0.13.0 is referenced, which in turn supports only python 3.8

duanyiqun commented 11 months ago

Thank you very much for your notice ! Sorry for any inconvenience may leaded, I have updated the readme.md based on this issue.