提交 93fc607f authored 作者: Glenn Jocher's avatar Glenn Jocher

PyTorch Hub and autoShape update (#1415)

上级 f5429260
...@@ -14,7 +14,7 @@ from models.yolo import Model ...@@ -14,7 +14,7 @@ from models.yolo import Model
from utils.general import set_logging from utils.general import set_logging
from utils.google_utils import attempt_download from utils.google_utils import attempt_download
dependencies = ['torch', 'yaml', 'pillow'] dependencies = ['torch', 'PyYAML>=5.3', 'Pillow']
set_logging() set_logging()
......
...@@ -5,7 +5,7 @@ Cython ...@@ -5,7 +5,7 @@ Cython
matplotlib>=3.2.2 matplotlib>=3.2.2
numpy>=1.18.5 numpy>=1.18.5
opencv-python>=4.1.2 opencv-python>=4.1.2
pillow Pillow
PyYAML>=5.3 PyYAML>=5.3
scipy>=1.4.1 scipy>=1.4.1
tensorboard>=2.2 tensorboard>=2.2
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论