Unverified 提交 9a3da79b authored 作者: Glenn Jocher's avatar Glenn Jocher 提交者: GitHub

Update requirements.txt (#2021)

* Update requirements.txt * Update ci-testing.yml * Update hubconf.py
上级 2fc47602
......@@ -74,6 +74,7 @@ jobs:
python test.py --img 128 --batch 16 --weights weights/${{ matrix.model }}.pt --device $di
python test.py --img 128 --batch 16 --weights runs/train/exp/weights/last.pt --device $di
python hubconf.py # hub
python models/yolo.py --cfg models/${{ matrix.model }}.yaml # inspect
python models/export.py --img 128 --batch 1 --weights weights/${{ matrix.model }}.pt # export
shell: bash
......@@ -137,5 +137,5 @@ if __name__ == '__main__':
imgs = [Image.open(x) for x in Path('data/images').glob('*.jpg')]
results = model(imgs)
results.show()
results.print()
results.save()
......@@ -6,7 +6,7 @@ matplotlib>=3.2.2
numpy>=1.18.5
opencv-python>=4.1.2
Pillow
PyYAML>=5.3
PyYAML>=3.13
scipy>=1.4.1
tensorboard>=2.2
torch>=1.7.0
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论