Error when using opencv dnn module.
-
Hi all!
I can't use dnn module of opencv in voxl-tflite-server service.
Please help me solve this problem! Thank you very much!
-
We have a set of TensorFlow Lite example models that are included.
Tensorflow lite is a different runtime than opencv.
It looks like you are trying a new runtime with opencv. We don't support that ourselves though you are obviously free to try.
FWIW, those errors are c++ linking errors which means the version of opencv you are linking against doesn't include the symbols you are looking for
It will probably be a lot easier to stick with tensorflow lite
-
Thank @Chad-Sweet !