Pose Estimation with TensorFlow + openCV (pt2) 3D pose estimation

  Рет қаралды 43,229

Mark Jay

Mark Jay

Күн бұрын

Пікірлер: 57
@brandonmarczak7957
@brandonmarczak7957 6 жыл бұрын
Mark thank you for uploading this content! This is great! I've been waiting for this and I can't wait to see more!
@MarkJay
@MarkJay 6 жыл бұрын
Brandon Marczak glad you like it! Will be posting part 3 soon
@SIDDHARTHRAJPATEL-YrBTechMecha
@SIDDHARTHRAJPATEL-YrBTechMecha 6 жыл бұрын
Hi @mark jay, as of today, i cant find the "lifting.prob_model" and "lifting.draw" in the run.py file, also both these files are not anywhere in the Github repo that i downloaded. Can you please tell me on how can i get these files/libraries?
@CrystalDataMusic
@CrystalDataMusic 4 жыл бұрын
This version works fine github.com/ildoonet/tf-pose-estimation/tree/6980660b6f50653646a33c5a493d4c51d4335a3f
@dhruvidoshi374
@dhruvidoshi374 4 жыл бұрын
@@CrystalDataMusic thanks
@venkrink2197
@venkrink2197 4 жыл бұрын
Hey Mark!! The code in run.py file which I took from the github repo does not have the code lines for the 3D pose estimation part as you show in this video. Is there a new updated file somewhere for run.py?
@manualfamale
@manualfamale 6 жыл бұрын
loved your video, thank you for your hard work, we all benefit from it!
@zeus1082
@zeus1082 6 жыл бұрын
Thanks a lot.Make videos like this
@MarkJay
@MarkJay 6 жыл бұрын
aneesh cool thank you!
@almontheralawadhi6749
@almontheralawadhi6749 4 жыл бұрын
thanks for this great job. but i had a small problem.. i couldn't find "lifting-2D-3D library" that you used int your code.. i will appreciate to get some help :)
@dhruvidoshi374
@dhruvidoshi374 4 жыл бұрын
This version works fine github.com/ildoonet/tf-pose-estimation/tree/6980660b6f50653646a33c5a493d4c51d4335a3f
@umeshreddy3101
@umeshreddy3101 4 жыл бұрын
Hey mark.. I'm working on a openpose project. Recently saw your video. I'm getting error when I tried to execute your code import tensorflow.contrib.tensorrt as trt ModuleNotFoundError: No module named 'tensorflow.contrib.tensorrt' Please let me know if you have any idea about this
@carlos74263
@carlos74263 5 жыл бұрын
i can't find the lifting-2D-3D library that you are using, the more nearly is github.com/DenisTome/Lifting-from-the-Deep-release but it does't fix my problems and it doesn't work... if you help me, I would appreciate it very much
@almontheralawadhi6749
@almontheralawadhi6749 4 жыл бұрын
me too !!! if you could fix it, i will appreciate to figure it me out
@teita157_kaustubhnarkhede9
@teita157_kaustubhnarkhede9 3 жыл бұрын
Please help, I want 2D keypoints from an image and use it in another function. Please tell me how to get those 2D keypoints.
@nikhilwadibhasme9608
@nikhilwadibhasme9608 6 жыл бұрын
Hi Mark....it's awesome videos for post estimation...can we identify new actions??thanks for spreading your knowledge.good luck.
@davideercole2860
@davideercole2860 5 жыл бұрын
Hi. Can I know which program are you using for programming? jupyter? sublime? However, great job!!!!
@AbdulAhad-pj1mj
@AbdulAhad-pj1mj 3 жыл бұрын
Can you mentions what each array corresponds to which body part. 10:07
@eddie_writes96
@eddie_writes96 6 жыл бұрын
that dab had me rolling b, thanks for the tut 👌
@MarkJay
@MarkJay 6 жыл бұрын
glad someone found my humor funny :D
@TonyHeadband
@TonyHeadband 5 жыл бұрын
So in the master branch there's no Prob3dPose, important point. I really need the coordinate of those point, anyone has found a solution?
@themonkeyminds7252
@themonkeyminds7252 6 жыл бұрын
sir i am getting error while running run.py and loadindg image !! my question is: 1) where to put our desired iamge ? and in which folder? 2 ) errror while running run.py C:\Users\INFINITY\Desktop\tf-pose-estimation>python src/run.py --image=p1.jpg Traceback (most recent call last): File "src/run.py", line 31, in scales = ast.literal_eval(scales) NameError: name 'ast' is not defined Any idea sir what's wrong ?
@themonkeyminds7252
@themonkeyminds7252 6 жыл бұрын
??
@niranjans2137
@niranjans2137 6 жыл бұрын
Replace that line scales = ast.literal_eval(scales) by scales = ast.literal_eval(args.scales)
@niranjans2137
@niranjans2137 6 жыл бұрын
put images to folder named "images"
@yalinie5725
@yalinie5725 6 жыл бұрын
you need to install ast
@themonkeyminds7252
@themonkeyminds7252 6 жыл бұрын
sir can u please share a link of image that describes the represenation of each line! for eg blue colour represents shoulder
@themonkeyminds7252
@themonkeyminds7252 6 жыл бұрын
all the keypoints described in pose estimation
@themonkeyminds7252
@themonkeyminds7252 6 жыл бұрын
i got it sir thanks:)
@MarkJay
@MarkJay 6 жыл бұрын
The MoNkeY mInDs in the next video we'll look at this but you can refer to run.py and common.py to see how this is done
@meilingfu3359
@meilingfu3359 5 жыл бұрын
Your run.py code isn't the same with that in github.com/ildoonet/tf-pose-estimation.Where can I get your code?Help please
@kienluu6782
@kienluu6782 4 жыл бұрын
like me
@willmanjm
@willmanjm 6 жыл бұрын
This has been a most helpful tutorial. I ran into a problem though. A month ago I installed the tf-pose-estimation packages and ran them with no problem. I can view the image with annotated 3D joints, then the graph of 3D points. Now (a month later) I have errors when I try to press any key and am unable to view the 3D joints. It just quits and I get an error saying python quit unexpectedly. In the terminal window, I get " libac++abi.dylib: terminating with uncaught exception of type NSException. Abort trap: 6" Any ideas? Thanks!
@wenzhengying371
@wenzhengying371 6 жыл бұрын
Same here! I couldn't view the 3D points either... Saying:FileNotFoundError: [Errno 2] No such file or directory: './src/lifting/models/prob_model_params.mat'
@MarkJay
@MarkJay 6 жыл бұрын
I'll rerun the code to see if I can reproduce the error. I havent ran it in a while.
@willmanjm
@willmanjm 6 жыл бұрын
Thank you. I tried searching what the error was. Some people say it has to deal with the matplotlib backend having to use TkAgg. But if that is the case, I am not sure how to fix it.
@MarkJay
@MarkJay 6 жыл бұрын
Check the repo readme. There's been updates github.com/ildoonet/tf-pose-estimation/blob/master/README.md
@willmanjm
@willmanjm 6 жыл бұрын
Thank you for replying back to me.
@davidmoyses214
@davidmoyses214 6 жыл бұрын
Hi Mark great video!! the part for 3d pose estimation seems to be missing in run.py. do you have a backup or a work around? thanks
@MarkJay
@MarkJay 6 жыл бұрын
thats strange. you should be able to check earlier commits on the repo to get run.py. I haven't been following the repo closely so I'm not sure when it was removed
@davidmoyses214
@davidmoyses214 6 жыл бұрын
I downloaded a version from jan 18.now it's working. thanks!
@PhD_drone_views
@PhD_drone_views 5 жыл бұрын
@@davidmoyses214 where can I fin such version.? Can you help me?
@dhruvidoshi374
@dhruvidoshi374 4 жыл бұрын
@@PhD_drone_views This version works fine github.com/ildoonet/tf-pose-estimation/tree/6980660b6f50653646a33c5a493d4c51d4335a3f
@suhas1523
@suhas1523 6 жыл бұрын
Hello, i am getting following errors while running can anyone tell me y is this No module named '_pafprocess' you need to build c++ library for pafprocess. See : github.com/ildoonet/tf-pose-estimation/tree/master/tf_pose/pafprocess
@suhas1523
@suhas1523 6 жыл бұрын
i saw that website but i am not getting idea about this
@MarkJay
@MarkJay 6 жыл бұрын
check the github repo, there's instructions for building this library. its new since the video was made
@chuangyu4664
@chuangyu4664 5 жыл бұрын
only use one RGB image to get 3D pose?
@Draxinal
@Draxinal 5 жыл бұрын
hello, how to download the model from windows?
@hadistore5375
@hadistore5375 5 жыл бұрын
you need to build c++ library for pafprocess. See : github.com/ildoonet/ tf-pose-estimation/tree/master/tf_pose/pafprocess please what's the problem here?
@nandinibagga4857
@nandinibagga4857 3 жыл бұрын
HEY THE GITHUB REPOS ARE NOT VISIBLE ANYMORE !!! PLEASE BRING THEM BACK
@jackalpha8844
@jackalpha8844 4 жыл бұрын
where can we write the code =))
@RahulSoni-xv4cz
@RahulSoni-xv4cz 6 жыл бұрын
No module named '_pafprocess' you need to build c++ library for pafprocess. See : github.com/ildoonet/tf-pose-estimation/tree/master/tf_pose/pafprocess Please provide directions. this happens in all run*.py
БУ, ИСПУГАЛСЯ?? #shorts
00:22
Паша Осадчий
Рет қаралды 2,7 МЛН
Walking on LEGO Be Like... #shorts #mingweirocks
00:41
mingweirocks
Рет қаралды 7 МЛН
ml5.js Pose Estimation with PoseNet
14:25
The Coding Train
Рет қаралды 107 М.
Why Does Diffusion Work Better than Auto-Regression?
20:18
Algorithmic Simplicity
Рет қаралды 376 М.
Watching Neural Networks Learn
25:28
Emergent Garden
Рет қаралды 1,3 МЛН
Coding Adventure: Ant and Slime Simulations
17:54
Sebastian Lague
Рет қаралды 1,9 МЛН
An introduction to Raymarching
34:03
kishimisu
Рет қаралды 153 М.
Is the Future of Linear Algebra.. Random?
35:11
Mutual Information
Рет қаралды 357 М.
БУ, ИСПУГАЛСЯ?? #shorts
00:22
Паша Осадчий
Рет қаралды 2,7 МЛН