8000 How to setup? · Issue #1 · lincolnhard/openpose-darknet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
How to setup? #1
Open
Open
@yacaeh

Description

@yacaeh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0