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
Hello,thanks for your wonderful work. Can we obatain the finetuning checkpoints?
The text was updated successfully, but these errors were encountered:
Hi @adasfag, thanks for your kind words.
The finetuning checkpoints can be found here: _DINOv2_SMALL_URL = "https://huggingface.co/yuanwenyue/FiT3D/resolve/main/dinov2_small_finetuned.pth" _DINOv2_BASE_URL = "https://huggingface.co/yuanwenyue/FiT3D/resolve/main/dinov2_base_finetuned.pth" _DINOv2_REG_SMALL_URL = "https://huggingface.co/yuanwenyue/FiT3D/resolve/main/dinov2_reg_small_finetuned.pth" _CLIP_BASE_URL = "https://huggingface.co/yuanwenyue/FiT3D/resolve/main/clip_base_finetuned.pth" _MAE_BASE_URL = "https://huggingface.co/yuanwenyue/FiT3D/resolve/main/mae_base_finetuned.pth" _DEIT3_BASE_URL = "https://huggingface.co/yuanwenyue/FiT3D/resolve/main/deit3_base_finetuned.pth"
Please check our notebook to see how to load the model and extract features: https://colab.research.google.com/github/ywyue/FiT3D/blob/main/FiT3D_demo.ipynb
Sorry, something went wrong.
No branches or pull requests
Hello,thanks for your wonderful work.
Can we obatain the finetuning checkpoints?
The text was updated successfully, but these errors were encountered: