39 Forks
312 Stars
312 Watchers

openvino2tensorflow

This script converts the ONNX/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/NCHW) -> TFLite (NHWC/NCHW). 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. Intel iHD GPU (iGPU) support.

How to download and setup openvino2tensorflow

Open terminal and run command
git clone https://github.com/PINTO0309/openvino2tensorflow.git
git clone is used to create a copy or clone of openvino2tensorflow repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with openvino2tensorflow https://github.com/PINTO0309/openvino2tensorflow/archive/master.zip

Or simply clone openvino2tensorflow with SSH
[email protected]:PINTO0309/openvino2tensorflow.git

If you have some problems with openvino2tensorflow

You may open issue on openvino2tensorflow support forum (system) here: https://github.com/PINTO0309/openvino2tensorflow/issues