Error when using opencv dnn module.



  • Hi all!
    I can't use dnn module of opencv in voxl-tflite-server service.
    Screenshot-12.png

    Please help me solve this problem! Thank you very much!


  • Dev Team

    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 !


Log in to reply