Enable `mnn` in Raspberry Pi Tests (#19483)

pull/19486/head^2
Lakshantha Dissanayake 2 weeks ago committed by GitHub
parent 3fceec57be
commit eb0f430d26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      tests/test_exports.py

@ -200,7 +200,6 @@ def test_export_paddle():
@pytest.mark.slow
@pytest.mark.skipif(IS_RASPBERRYPI, reason="MNN not supported on Raspberry Pi")
def test_export_mnn():
"""Test YOLO exports to MNN format (WARNING: MNN test must precede NCNN test or CI error on Windows)."""
file = YOLO(MODEL).export(format="mnn", imgsz=32)

Loading…
Cancel
Save