Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems compiling the project. #10

Open
vpenades opened this issue Mar 12, 2020 · 3 comments
Open

Problems compiling the project. #10

vpenades opened this issue Mar 12, 2020 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@vpenades
Copy link

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 takuya-takeuchi self-assigned this Mar 12, 2020
@takuya-takeuchi takuya-takeuchi added the question Further information is requested label Mar 12, 2020
@takuya-takeuchi
Copy link
Owner

Related to #9

@takuya-takeuchi
Copy link
Owner

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.
#9 (comment)

FYI
CMU-Perceptual-Computing-Lab/openpose#321
CMU-Perceptual-Computing-Lab/openpose#1159
CMU-Perceptual-Computing-Lab/openpose#540

@vpenades
Copy link
Author

vpenades commented Mar 12, 2020

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
        ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants