We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for the sharing of this work. In the README in AnyObject3D it is said: Pretrained models
cd /path/to/Anything-3D/AnyObject3D/src mkdir weights && cd weights wget https://huggingface.co/jyseo/3DFuse_weights/resolve/main/models/3DFuse_sparse_depth_injector.ckpt
Where does this weight work?
is this the one given to the sam_checkpoint in the main.py script?
sam_checkpoint
main.py
sam_checkpoint = "./checkpoint/sam_vit_h_4b8939.pth"
otherwise where is this sam_vit_h_4b8939.pth
sam_vit_h_4b8939.pth
Appreciate :-)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for the sharing of this work.
In the README in AnyObject3D it is said:
Pretrained models
Where does this weight work?
is this the one given to the
sam_checkpoint
in themain.py
script?otherwise where is this
sam_vit_h_4b8939.pth
Appreciate :-)
The text was updated successfully, but these errors were encountered: