Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
YOLOv5 PyTorch Hub models >> check_requirements() (ultralytics#2577)
* Update hubconf.py with check_requirements() Dependency checks have been missing from YOLOv5 PyTorch Hub model loading, causing errors in some cases when users are attempting to import hub models in unsupported environments. This should examine the YOLOv5 requirements.txt file and pip install any missing or version-conflict packages encountered. This is highly experimental (!), please let us know if this creates problems in your custom workflows. * Update hubconf.py
- Loading branch information