das3r / utils /push_to_hf.py
Kai422kx's picture
init
4f6b78d
raw
history blame
230 Bytes
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)