Dependability / yolov5-pip integration

#1
by topher217 - opened

Thank you for finally putting these on hf! Yay! I was planning to make a copy of them on here to avoid all the complicated github release handling and integrate into our existing hf framework, so very happy to see these here.

May I ask if this is just for testing or are these planning to stay here a while? I'd like to make use of them, but since they are only recently uploaded I wanted to confirm if there is any roadmap for them being here.

Also as they are not explicitly defined as such, can you confirm these are v7.0 as per:
https://github.com/ultralytics/yolov5/releases/tag/v7.0

Also I noticed your PR 255 in the pip package and wondered if you were planning to work in this hf repo into that pip library? I'm happy to help as that is precisely what I am doing for our own purposes now. See my draft PR regarding this here

One thing that may be useful is adding a tag here of 'v7.0' such that we can use it in the HfApi revision parameter (unless you think this will never be further updated in which case a single unnamed revision would be sufficient).

Also HF seems to have a dogma of one-repo one-model, so separating the different sizes/types into different repos may be of use with aligning to not only HF dogma, but also how the current implementation of the yolov5-pip way of handling downloading files from HF (they only take the first match).

Sign up or log in to comment