Description
Thanks for the great work!
I was also looking for the openpose + darknet version, But I have some problem with setup this project. And also, is it possible to work with not just images but with video and webcam as well?
First I had error with C++11 but adding QMAKE_CXXFLAGS += -std=c++11 solved the problem. Also Tuple error with main.cpp so I included tuple by #include <tuple>
Also had to undefined reference to symbol '_ZN2cv6imreadERKNS_6StringEi error so added
LIBS += -lopencv_imgcodecs
Finally all compiled and when I used
./openpose-darknet person.jpg openpose.cfg openpose.weight
get the following error
./openpose-darknet: error while loading shared libraries: libdarknet.so: cannot open shared object file: No such file or directory
I already have llibdarknet.so file in my darknet folder and darknet folder is already included in the openpose-darknet.pro.