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

Incompatibility between latest huggingface-hub and yolov5 #177

Open
treubig26 opened this issue Sep 24, 2024 · 0 comments
Open

Incompatibility between latest huggingface-hub and yolov5 #177

treubig26 opened this issue Sep 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@treubig26
Copy link
Collaborator

Version 0.25 of huggingface-hub changed some internal modules, which are being imported by yolov5. Any attempt to use yolov5 causes errors.

But it also turns out that the version of yolov5 being installed via pip is not actually https://github.com/ultralytics/yolov5, but rather it is https://github.com/fcakyon/yolov5-pip which is basically a fork. Further investigation is required to determine:

  • whether the ultralytics version is affected by the huggingface-hub upgrade
  • whether the ultralytics version is similar enough to be a drop-in replacement for the yolov5 fork
  • whether the yolov5 fork is actively maintained

and then make a decision about how to resolve.

@treubig26 treubig26 added the bug Something isn't working label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant