Compatibility range for conversion

You can use LaunchX converter to automatically convert the AI model's framework to the target framework.

Converting case





  1. ONNX to TensorRT
  2. ONNX to TensorFlow Lite
  3. ONNX to OpenVINO
  4. TensorFlow-Keras to TensorFlow Lite

Compatible model

The input layer of the uploading model should be as follows.

  • Only single-input models are supported.
  • The three-dimensional array structure of images should be organized Batch, Number of Channels, Height, and Width.
  1. Batch size: The number of combined input datasets that the model processes simultaneously.
  2. Channel: enter 3 for RGB channel and 1 for gray channel.
  3. Input size: In computer vision tasks, input size refers to the size of the input images.

ONNX to TensorRT

Target DeviceSW versionInput datatypeBatch sizeChannelInput sizeOutput datatype
NVIDIA Jetson NanoJetPack 4.4.1,
JetPack 4.6
FP321~4
(Static, Dynamic)
1~4height, widthFP16
NVIDIA Jetson Xavier NXJetPack 5.0.2,
JetPack 4.6
FP321~4
(Static, Dynamic)
1~4height, widthFP16
NVIDIA Jetson TX2JetPack 4.6FP321~4
(Static, Dynamic)
1~4height, widthFP16
NVIDIA Jetson AGX XavierJetPack 4.6FP321~4
(Static, Dynamic)
1~4height, widthFP16
NVIDIA Jetson AGX OrinJetPack 5.0.1FP321~4
(Static, Dynamic)
1~4height, widthFP16
NVIDIA Jetson Orin NanoJetPack 6.0FP321~4
(Static, Dynamic)
1~4height, widthFP16
NVIDIA T4-FP321~4 (Static, Dynamic)1~4height, widthFP16

Supported JetPack-ONNX version


ONNX to TFlite

Input datatypeBatch sizeChannelInput sizeOutput datatype
FP321~4 (Static, Dynamic)1~4height, widthFP16
INT8

ONNX to OpenVino

Input datatypeBatch sizeChannelInput sizeOutput datatype
FP321~4 (Static, Dynamic)1~4height, widthFP16

TensorFlow to TensorFlowLite

Input datatypeBatch sizeChannelInput sizeOutput datatype
FP321~4 (Static, Dynamic)1~4height, widthFP16
INT8