Skip to content
#

models-converter

Here are 4 public repositories matching this topic...

Language: All
Filter by language

This script converts the OpenVINO IR model to Tensorflow's saved_model, tflite, h5, tfjs, tftrt(TensorRT), CoreML, EdgeTPU, ONNX and pb. PyTorch (NCHW) -> ONNX (NCHW) -> OpenVINO (NCHW) -> openvino2tensorflow -> Tensorflow/Keras (NHWC) -> TFLite (NHWC). And the conversion from .pb to saved_model and from saved_model to .pb and from .pb to .tflite and saved_model to .tflite and saved_model to onnx. Support for building environments with Docker. It is possible to directly access the host PC GUI and the camera to verify the operation. NVIDIA GPU (dGPU) support.

  • Updated Jul 25, 2021
  • Python

Generate saved_model, tfjs, tf-trt, EdgeTPU, CoreML, quantized tflite, ONNX, OpenVINO, Myriad Inference Engine blob and .pb from .tflite. Support for building environments with Docker. It is possible to directly access the host PC GUI and the camera to verify the operation. NVIDIA GPU (dGPU) support.

  • Updated Jul 25, 2021
  • Python

Improve this page

Add a description, image, and links to the models-converter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the models-converter topic, visit your repo's landing page and select "manage topics."

Learn more