updated imx500 converter version

test-quan
Francesco Mattioli 4 weeks ago
parent eb4642abe8
commit f9bc0e0a46
  1. 2
      ultralytics/engine/exporter.py

@ -1209,7 +1209,7 @@ class Exporter:
if not LINUX: if not LINUX:
LOGGER.warning(f"{prefix} WARNING ⚠ MCT imx500-converter is only supported on Linux.") LOGGER.warning(f"{prefix} WARNING ⚠ MCT imx500-converter is only supported on Linux.")
else: else:
check_requirements("imx500-converter[pt]==3.14.1") check_requirements("imx500-converter[pt]==3.14.3")
try: try:
import subprocess import subprocess

Loading…
Cancel
Save