Import YOLOv5 dataloader (#94)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Ayush Chaurasia
2022-12-26 06:00:01 +05:30
committed by GitHub
parent ae05d44877
commit 16e3c08883
12 changed files with 1761 additions and 23 deletions

View File

@ -20,21 +20,21 @@ jobs:
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.10' ]
model: [ yolov5n ]
model: [ yolov8n ]
torch: [ latest ]
# include:
# - os: ubuntu-latest
# python-version: '3.7' # '3.6.8' min
# model: yolov5n
# model: yolov8n
# - os: ubuntu-latest
# python-version: '3.8'
# model: yolov5n
# model: yolov8n
# - os: ubuntu-latest
# python-version: '3.9'
# model: yolov5n
# model: yolov8n
# - os: ubuntu-latest
# python-version: '3.8' # torch 1.7.0 requires python >=3.6, <=3.8
# model: yolov5n
# model: yolov8n
# torch: '1.7.0' # min torch version CI https://pypi.org/project/torchvision/
steps:
- uses: actions/checkout@v3