-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing weights for depth estimation. #10
Comments
Thanks for your interest. |
Hi, JiuTongBro You can try downloading the checkpoint file directly using the following commands: mkdir -p .cache/dpt
pip install gdown Download pre-trained models gdown '1Jrh-bRnJEjyMCS7f-WsaFlccfPjJPPHI&confirm=t' -O ./cache/dpt |
Thanks, it works, but then the pipeline broke again when reconstructing Gaussian from the mesh. Here is the full log:
I checked the tmp_add folder, there are four items: |
This error is related to |
Yes, I have fixed it and successfully run the whole pipeline. Thanks! |
Hi, thanks for your impressive work firstly.
However, when I try to add an instance to the scene, the code threw an error:
FileNotFoundError: [Errno 2] No such file or directory: '.cache/dpt/omnidata_dpt_depth_v2.ckpt'
I suppose it is because the weights for depth estimation is missed. I tried to download it manually and put it under the
utils/cache/dpt/
folder, but it still doesn't work. Do you know how to solve it?This is the full logs about the error, it happened after the Wonder3D reconstruction.
The text was updated successfully, but these errors were encountered: