ultralytics 8.0.135 remove deprecated v5loader (#3744)

This commit is contained in:
Glenn Jocher
2023-07-15 01:38:32 +02:00
committed by GitHub
parent 114470361e
commit 8ebe94d1e9
18 changed files with 60 additions and 1757 deletions

View File

@ -65,7 +65,6 @@ def test_detect():
def test_segment():
overrides = {'data': 'coco8-seg.yaml', 'model': CFG_SEG, 'imgsz': 32, 'epochs': 1, 'save': False}
CFG.data = 'coco8-seg.yaml'
CFG.v5loader = False
# YOLO(CFG_SEG).train(**overrides) # works
# trainer