Yolo DNN example [closed]
When trying to compile YOLO Object Detection example with g++ object_detection.cpp -o yolo pkg-config --cflags --libs opencv
I run into the error "fatal error: common.hpp: No such file or directory". I see this file was added to pre-process paramaters. I know sure how to resolve this issue?