4f6b78d
1
2
3
4
5
6
7
8
9
10
from huggingface_hub import login from dust3r.model import AsymmetricCroCo3DStereo login(token="") model = AsymmetricCroCo3DStereo.from_pretrained("das3r_checkpoint-last.pth") model_name = "das3r" model.push_to_hub(model_name)