-
Notifications
You must be signed in to change notification settings - Fork 11
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
support openpose v1.6.0 release #10
Comments
Is there any work being done on this? I admit that I may be confused but the |
@JamKelley22, I apologise for the late response. You are right "new Edusense file" is not in the repo. But given the patch and the original file , it's quite straightforward to retrieve the "new Edusense file". Simply enter the command
Note-: the original file is /openpose/examples/tutorial_api_cpp/16_synchronous_custom_output.cpp |
Thanks for the response @pranavdheer. I suppose I'm mostly confused since I'm still recieving this error when running the docker build command on the openpose folder. It seems that the master branch is already targeting the openpose 1.5.1 release correct? Am I still recieving this error because I'm doing something incorectly? I believe ive followed the other getting started directions. |
Yes, you are correct. Master branch is targeting OpenPose 1.5.1 release. Could you please share your error log and help me walk through the steps you followed. I am assuming you are using Linux and have already installed Nvidia-docker as mentioned in dependencies. Note that OpenPose is a submodule and it is required that after cloning the Edusense repo you run the below-mentioned command to get Openpose submodule |
Using Ubuntu 18.04. Running ... Previous steps use cache ...
...
Then running Produces the following error
|
Is this error related to this issue or have I mistaken the error log? If so could you point me to where I may be going wrong if you can glean that from the log provided? |
Seems like we can build the individual audio and video pipelines and try to isolate the error you are facing. meanwhile, We are working on the docker-compose issue Step 1-: Go to edusense/compute/openpose/ Step 2-: Go to edusense/compute/audio/ Step 3 -: Go to edusense/compute/video/ could you please let me know, it this runs successfully? |
Hi JamKelley22 please, let me know if this works for you? Though I noticed some other problem with the compose (not related to what you are facing, expect a commit solving that in the next few days) |
Hi @pranavdheer |
could you give me log of |
That is included in my previous gist. If you search for "dkpg_log.txt" it's about halfway down the page. |
@pranavdheer @JamKelley22 |
I was able to fix the issue I was facing before. However, the openpose module being using in the master branch is still v1.5.1. Despite seeing parts of this error it still builds the container. |
OpenPose v1.7.0 |
We have openpose v1.5.1 submodule on our codebase, but recent release of Openpose v1.6.0 breaks our Docker build.
Error log:
Potential Solution
There are two potential solutions:
The text was updated successfully, but these errors were encountered: