PINTO0309 / 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.
MIT License
334 stars 40 forks source link

PriorBoxClustered layer is not yet implemented #65

Closed zhongwenkun886 closed 3 years ago

zhongwenkun886 commented 3 years ago

I want to convert the openvino model (vehicle-detection-0201.xml) to TFlite, but when I run the converting, it show that the PriorBoxClustered layer is not yet implemented. So How can I solve this issue? Thanks. vehicle-detection-0201.xml : https://github.com/openvinotoolkit/training_extensions/tree/develop/models/object_detection/model_templates/vehicle-detection

PINTO0309 commented 3 years ago

Same issue: https://github.com/PINTO0309/openvino2tensorflow/issues/31