facebookresearch / co-tracker

CoTracker is a model for tracking any point (pixel) on a video.
https://co-tracker.github.io/
Other
2.52k stars 177 forks source link

Host model checkpoints on HF #26

Open osanseviero opened 10 months ago

osanseviero commented 10 months ago

Hi there! Omar from Hugging Face here :wave:

Super nice project and demo :fire: It would be nice also to host the models on HF (e.g. https://hf.co/facebook). There is a library (huggingface_hub) that allows programmatically downloading and caching the models. It also has the nice benefit that the model weights are more discoverable. People will find the model checkpoint with a model card for discoverability.

nikitakaraevv commented 6 months ago

Hi @osanseviero, thank you! We decided to wait until we had a new version of the model before releasing it on the Hugging Face hub. We have now released it: https://huggingface.co/facebook/cotracker Please let us know if there's any way we can improve this.