mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
PyTorch Hub and autoShape update (#1415)
This commit is contained in:
parent
f5429260ca
commit
93fc607f07
@ -14,7 +14,7 @@ from models.yolo import Model
|
||||
from utils.general import set_logging
|
||||
from utils.google_utils import attempt_download
|
||||
|
||||
dependencies = ['torch', 'yaml', 'pillow']
|
||||
dependencies = ['torch', 'PyYAML>=5.3', 'Pillow']
|
||||
set_logging()
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@ Cython
|
||||
matplotlib>=3.2.2
|
||||
numpy>=1.18.5
|
||||
opencv-python>=4.1.2
|
||||
pillow
|
||||
Pillow
|
||||
PyYAML>=5.3
|
||||
scipy>=1.4.1
|
||||
tensorboard>=2.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user