You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm VB I lead the advocacy efforts for open source at Hugging Face. Congratulations on such a brilliant model. I saw that the model checkpoints are released as part of the GitHub release. It'd be great if you could upload the model checkpoints over the Hugging Face Hub.
Uploading model checkpoints over on Hugging Face Hub comes with a couple of advantages:
It increases the visibility of the model checkpoints on the Hub.
It makes it easier for people to download the different weights.
It makes it surprisingly easy to version control weights as well.
I have uploaded the weights and written a model card here: https://huggingface.co/merve/yolov9
If you have a Hugging Face organization I can transfer this repository to your organization namespace.
Here is a Python file to run the code on your webcam from a single Python file given you have downloaded the the required libraries, weights, and coco.yaml file. https://file.io/vXaO7OAJcS85
Hi there,
I'm VB I lead the advocacy efforts for open source at Hugging Face. Congratulations on such a brilliant model. I saw that the model checkpoints are released as part of the GitHub release. It'd be great if you could upload the model checkpoints over the Hugging Face Hub.
Uploading model checkpoints over on Hugging Face Hub comes with a couple of advantages:
Here's a quick guide explaining how to upload models over on the Hub: https://huggingface.co/docs/hub/en/models-uploading
In addition to this, you can add support for directly loading the model checkpoints via the
huggingface_hub
library as well: https://huggingface.co/docs/huggingface_hub/v0.16.3/en/guides/download (it's just 2 lines of code).Do let me or @merveenoyan know if you need any assistance with this.
Cheers,
VB
The text was updated successfully, but these errors were encountered: