Part Number: TDA4VM
Other Parts Discussed in Thread: AM69A
Hello,
I am following the instructions as in edgeai-tidl-tools/README.md at master · TexasInstruments/edgeai-tidl-tools (github.com), however getting error during linking as : undefined reference to `cv::Mat::Mat()' at multiple places.
example:
/usr/bin/ld: CMakeFiles/dlr_main.dir/dlr_main.cpp.o: in function `dlr::main::runInference(tidl::modelInfo::ModelInfo*, tidl::arg_parsing::Settings*)':
dlr_main.cpp:(.text+0x1178): undefined reference to `cv::Mat::Mat()'
Should opencv be separately installed? Do we have unaccounted dependencies which are not included as part of SDK?
