Unverified 提交 8ace1b1b authored 作者: Glenn Jocher's avatar Glenn Jocher 提交者: GitHub

YOLOv5 PyTorch Hub models >> check_requirements() (#2588)

* YOLOv5 PyTorch Hub models >> check_requirements() Update YOLOv5 PyTorch Hub requirements.txt path to cache path. * Update hubconf.py
上级 9f98201d
......@@ -15,7 +15,7 @@ from utils.google_utils import attempt_download
from utils.torch_utils import select_device
dependencies = ['torch', 'yaml']
check_requirements(exclude=('pycocotools', 'thop'))
check_requirements(Path(__file__).parent / 'requirements.txt', exclude=('pycocotools', 'thop'))
set_logging()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论