OpenCVForUnity icon indicating copy to clipboard operation
OpenCVForUnity copied to clipboard

tflite compatibilty

Open kushallokesh opened this issue 4 years ago • 1 comments

Hello , Can we load the tflite for object detection in dnn scene ?

kushallokesh avatar Oct 03 '20 06:10 kushallokesh

Thank you for your inquiry.

Unfortunately, the TFLite file doesn't seem to be compatible with OpenCV's dnn module. https://answers.opencv.org/question/213204/tensorflow-lite-graph-with-opencv-dnn/

In addition, in order to read the pb file with OpenCV, it seems that it is necessary to convert it for OpenCV. https://stackoverflow.com/questions/60625128/importing-automl-edge-train-model-in-opencv https://github.com/opencv/opencv/wiki/TensorFlow-text-graphs https://github.com/opencv/opencv/wiki/TensorFlow-Object-Detection-API

Regerds, EnoxSoftware

EnoxSoftware avatar Oct 03 '20 13:10 EnoxSoftware