UltralyticsAssistant 4 months ago
parent ed918d9491
commit 1e1bb96af0
  1. 2
      tests/test_exports.py

@ -204,4 +204,4 @@ def test_export_mct():
"""Test YOLOv8n exports to MCT format."""
model = YOLO("yolov8n.pt")
file = model.export(format="mct", imgsz=32)
YOLO(file)(SOURCE, imgsz=32)
YOLO(file)(SOURCE, imgsz=32)

Loading…
Cancel
Save