Official Sony Semiconductor Solutions converter for the IMX500 intelligent vision sensor. Version 3.18.2 converts AI models (TensorFlow, PyTorch, ONNX) to the IMX500 firmware format. Released monthly.
pip install imx500-converterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Converts an ONNX model to IMX500 format. Adjust input_shape to match your model.
Replace 'import imx500_converter' or 'from imx500_converter import ...' accordingly.
Ensure input_shape matches the model's expected layout. For TensorFlow models, use NHWC and transpose if needed.
Set output_compression=0, or omit it. For high accuracy, use post-training quantization instead.
Run 'pip install imx500-converter' and then import with 'from imx500_converter import converter'.
Use 'input_shape' instead of 'input_dims'. Check the documentation for the exact parameter name.
Provide input_shape as a tuple of (batch, channels, height, width), e.g., (1, 3, 224, 224).
No dependency data recorded yet.
No resource links recorded.