OpenCVForUnity
OpenCVForUnity copied to clipboard
tflite compatibilty
Hello , Can we load the tflite for object detection in dnn scene ?
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