Skip to content
New issue

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

Update livestock and dead tree models to have appropriate files on hugging face #902

Open
ethanwhite opened this issue Jan 30, 2025 · 1 comment
Assignees

Comments

@ethanwhite
Copy link
Member

https://huggingface.co/weecology/deepforest-livestock and https://huggingface.co/weecology/cropmodel-deadtrees should have config files and be safetensors (not pl) for consistency and download tracking.

@bw4sz bw4sz self-assigned this Feb 6, 2025
@bw4sz
Copy link
Collaborator

bw4sz commented Feb 6, 2025

This is done for livestock model. I'm pretty sure this is the same process for the CropModel but I will check. I added notes in the developer guide on how to do this.

from deepforest.model import CropModel

m = CropModel.load_from_checkpoint("path to checkpoint")
m.push_to_hub("Weecology/nameofthemodel")

But I will confirm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants