takuya-takeuchi / OpenPoseDotNet

OpenPose wrapper written in C++ and C# for Windows
MIT License
66 stars 25 forks source link

Problems compiling the project. #10

Open vpenades opened 4 years ago

vpenades commented 4 years ago

First of all, thanks a lot for trying to bring OpenPose to .NET!

I've been trying to use it without success....

I cloned the repository and tried to follow compile instructions: but I noticed that OpenPose directory is empty (it seems it's not pulling the external dependency)

So I did it manually... but then, it gives a lot of errors because either I didn't pick the right version of OpenPose (I downloaded the latest one)... or because I have VisualStudio 2019 installed, and I think the batch files expect 2015.

OpenPose already provides precomputed binaries, so, instead of requiring to compile the sources, could it be possible to use OpenPoseDotNet with, for example, the precompiled binaries of OpenPose v1.5.1 ??

Thanks in advance!

takuya-takeuchi commented 4 years ago

Related to #9

takuya-takeuchi commented 4 years ago

Latest code is develop branch and it refer https://github.com/CMU-Perceptual-Computing-Lab/openpose/tree/254570df262d91b1940aaf5797ba6c5d6db4b52f. It is newer than 1.5.1.

I cloned the repository and tried to follow compile instructions: but I noticed that OpenPose directory is empty (it seems it's not pulling the external dependency)

Lastet develop branch resolve this isseu. Build.bat call git submodule command to restore openpose source code. However I know my instruction is not friendly so I will revise it.

the precompiled binaries of OpenPose v1.5.1 ??

No. Same reason. https://github.com/takuya-takeuchi/OpenPoseDotNet/issues/9#issuecomment-597655824

FYI https://github.com/CMU-Perceptual-Computing-Lab/openpose/pull/321 https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1159 https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/540

vpenades commented 4 years ago

Something that could be useful is to have a full list of directories and files of OpenPose required to run the demo, so we could check if something's missing or in the wrong place.

I'm not asking about the binaries themselves, but the file listing, something like this:

OpenPoseDotNet
  \Bin\Debug\
        File1
        File2
        File3
        ...

  \Bin\Debug\Model\
        File1
        File2
        File3
        ...