-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
Google colab helper script #949
Comments
Thanks! you've just saved me a lot of time. That'd be helpful to add in installation section. |
Thanks for your script, the installation works fine on google colab. However, while executing the example i got the following error:
Any idea? |
run with FLAG |
That script is a godsend ! Thank you very much, but I'm having a little problem once running it, I read a little bit and it seems to be coming from the caffe library, here's the output (I just added and without logging-level :
Any ideas ? --Edit--
|
I install openpose and then replace the line in the CMakeLists.txt with this code but have a same error when running the demo. #799 1.install openpose in colab with GPU 2.replace the line in cmakelist 3.after that I want to watch a demo by this. 4.but the same error appears in demo how can I deal with..? |
Before building and using cmake when installing, use the
|
I successfully used your code in Google Colab a few weeks ago, but now when I try to install it again, I get the following errors:
|
I am facing similar issues.Is there a way to run Open Pose on google collab? |
i made an attempt at running open pose on colab by checking out the specific commit that was probably used at the beginning of this thread, but it didn't work for me:
and the error output is:
|
didn´t work |
Nice to meet you.
Please try it if you do not mind. cmake
openpose
|
If someone needs it, I have a prepared a Colab notebook to test OpenPose on YouTube videos: https://colab.research.google.com/github/tugstugi/dl-colab-notebooks/blob/master/notebooks/OpenPose.ipynb I have also Colab notebooks for AlphaPose and DensePose: https://github.com/tugstugi/dl-colab-notebooks#pose-detection |
@sirramsalott I will add this to the doc! I guess I will create a new file (e.g. doc/colab.md) or something like that. Thanks for your contribution! I will also mention all the other issues/solutions posted here in that same document. Thanks to all. UPDATED: Added a link from doc/installation.md to this post (to be pushed in the next commit), so everyone can benefit from this. I am closing this then, as it can be accessed from the link in the doc. Thanks again! |
Wauw you are the boss!! |
Is it possible to run it on my macbook webcam instead of videos in Colab? |
Code compiled fine on Google Colab, but at run-time gives following error: Starting OpenPose demo... Error: Coming from:
|
Hi @pamruta , Did you change the runtime type of your colab project to GPU? Try to do the following steps:
|
Yes, I forgot to set the runtime type with GPU accelerator.. Finally, got it working.. Here is the output video - Link to Colab Notebook: http://tiny.cc/9ipm7y Thanks! |
I followed @pamruta s Notebook, But when i try it to run it upon an image it seems to be giving me the error
Starting OpenPose demo... |
Hi, |
I want to import pyopenpose as well. Any idea? Anw thanks man. That saved me lots of time. |
Yes, your script is working, but I want to obtain pose coordinates can be obtained that by working further on your code. |
If you need the coordinates, follow this. I managed to do it:
pra-dan/Heuristic-Approach-for-HAR#1
*Prashant Dandriyal*
…On Mon, Sep 30, 2019 at 12:07 AM Abhinav verma ***@***.***> wrote:
If someone needs it, I have a prepared a Colab notebook to test OpenPose
on YouTube videos:
https://colab.research.google.com/github/tugstugi/dl-colab-notebooks/blob/master/notebooks/OpenPose.ipynb
I have also Colab notebooks for AlphaPose and DensePose:
https://github.com/tugstugi/dl-colab-notebooks#pose-detection
Yes, your script is working, but I want to obtain pose coordinates can be
obtained that by working further on your code.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#949?email_source=notifications&email_token=ALC73KLRZY7YRICT7I4PKK3QMDYV7A5CNFSM4GIMVC42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD733VVQ#issuecomment-536328918>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALC73KIHYCIMBXBGMSGC43TQMDYV7ANCNFSM4GIMVC4Q>
.
|
So, which process we should follow in order to run your code, for the installation and building of tf-pose. I am facing a problem there. |
Kindly follow the steps here:
https://medium.com/analytics-vidhya/heuristics-for-har-a-divergent-approach-part-i-36292f0bf85e
and after this
compile older (first or second) branches of my repo here:
https://github.com/PrashantDandriyal/Heuristic-Approach-for-HAR
*Prashant Dandriyal*
On Mon, Sep 30, 2019 at 11:24 AM Abhinav verma <notifications@github.com>
wrote:
… If you need the coordinates, follow this. I managed to do it:
pra-dan/Heuristic-Approach-for-HAR#1
<pra-dan/Heuristic-Approach-for-HAR#1> *Prashant
Dandriyal*
… <#m_-1946382964577755173_>
On Mon, Sep 30, 2019 at 12:07 AM Abhinav verma *@*.***> wrote: If someone
needs it, I have a prepared a Colab notebook to test OpenPose on YouTube
videos:
https://colab.research.google.com/github/tugstugi/dl-colab-notebooks/blob/master/notebooks/OpenPose.ipynb
I have also Colab notebooks for AlphaPose and DensePose:
https://github.com/tugstugi/dl-colab-notebooks#pose-detection Yes, your
script is working, but I want to obtain pose coordinates can be obtained
that by working further on your code. — You are receiving this because you
are subscribed to this thread. Reply to this email directly, view it on
GitHub <#949
<#949>?email_source=notifications&email_token=ALC73KLRZY7YRICT7I4PKK3QMDYV7A5CNFSM4GIMVC42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD733VVQ#issuecomment-536328918>,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ALC73KIHYCIMBXBGMSGC43TQMDYV7ANCNFSM4GIMVC4Q
.
So, which process we should follow in order to run your code, for the
installation and building of tf-pose. I am facing a problem there.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#949?email_source=notifications&email_token=ALC73KKFVRINMNM3QIPSIOLQMGH7VA5CNFSM4GIMVC42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD74P54Y#issuecomment-536411891>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALC73KN4SJPHCGBKUFMWEH3QMGH7VANCNFSM4GIMVC4Q>
.
|
Did you managed to solve this problem? Can u help me. I am also facing the same issue. |
@PrashantDandriyal Did you create a collab to get the coordinates? I am struggling with it |
@bhavesh2799 Were you able to run openpose from mounted gdrive? |
No dude, there were configuration errors. Errors were like this. https://pastebin.com/51Qjw6yd |
I also tried to build in google drive but got an error as well. If anyone has fixed this problem of having to build open pose over again and again, that would be great! |
Hey guys does anyone know how to get json file of all the keypoints instead of visualizing it? I want all the keypoints so I can analyse them and I can't find a command that works in colab |
This is what I used in Colab for JSON output |
hey @BANANAPEEL202 thank you so much for your help , it worked for me . I got 119 json files as output of tracking a video and if I am correct that must be output of every frame , right? |
yup a json for every frame. |
Can anyone also help me as I am struggling to find a command which is used to detect keypoints in an image in google colab. |
I have been trying openpose on the mounted drive but i failed , any help ? |
i have the same error! /content/staf Error: Coming from:
|
Hello everyone. |
Works flawlessly, it should be added a precompiled build for cmake and open pose so one just pulls the binaries from a repo rather than compiling it every time |
Hello !! I have a problem in this line, PLIS! help me. |
Hi. I am miu who created this Colab page. Cmake has failed due to the inability to connect to the URL below, which is the model download source. I suspect that the URL may be temporarily inaccessible due to heavy load or revocation of the server certificate. |
Thanks for responding, and how long has not the page been in service? is there another way to use openpose in colab? Thank you so much |
i am using google colab for openpose, its working well however im trying to disable blending which i dont know how to achieve. |
I have used the following script with BUILD_PYTHON enabled which is shown below.
openpose gets succesfully installed but when I try to use openpose as follows
Any ideas on what is going wrong here and how I can correct it? |
@iron1111 should I use --display 0 --render_pose 0 in build command.Anyways thanks for getting back,I was able to find a workaround by referring to https://github.com/sergeyprokudin/smplpix .In the colab tutorial the author of the repo uses openpose to do pose estimation |
Is there a way to install openpose permanently in Colab without reinstalling it each time I try to use it? |
Hello, I keep running into
Would you be able to help me? EDIT: Well I just realized that this error occurs upon building.
So CuDNN faces at least some sort of issue. Any idea how to solve this though? |
@davidpagnon not an exact reply to the cudnn issue you're facing but if you wish to use open pose try looking into this |
Okay, nice, I'll give it a try, hopefully it will run! My main concerns in this case are that:
|
Hi, |
See other issues where they have backup of models and new colab scipts eg #1567 |
Issue Summary
Apologies if this is the wrong place for this. I've made a script to install OpenPose on Google Colab. It's not a particularly exciting piece of programming, but I find it really useful as I don't have access to a computer which is powerful enough to run OpenPose, even in CPU mode, so the only way I can use OpenPose is to build it on a GPU-enabled Colab runtime and then run my programs there. Since I found it really useful, I presume others might also find it useful, so I'm putting it here for developers to do with as they please.
Type of Issue
The text was updated successfully, but these errors were encountered: