ultralytics 8.0.135 remove deprecated v5loader (#3744)
This commit is contained in:
parent
114470361e
commit
8ebe94d1e9
18 changed files with 60 additions and 1757 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue