Pose Estimation Tutorial #1 - Install and Run OpenPose| OpenCV Python | Computer Vision 2020

preview_player
Показать описание
We implement it using OpenCV and Python
Pose Estimation Tutorial #1 - Installation & Execution of Pose Estimation



====================================
Alternative Repos (If original repo is not working)

--Method 1--

====================================

Hey guys and welcome back in lecture I’m going to take through the installation of pose estimation step-by-step. What we will achieve by the end of this tutorial will be us running pose estimation on a video. Okay so lets get straight into it.

I achieved 4.3 FPS on 1080GTX GPU

------------------------------------------------------------
Support Augmented Startups on Patreon
Chat to us on Discord
Interact with us on Facebook
Check my latest work on Instagram
Learn Advanced Tutorials on Udemy
------------------------------------------------------------
To learn more on Artificial Intelligence, Augmented Reality IoT, Deep Learning FPGAs, Arduinos, PCB Design and Image Processing then check out

Please Like and Subscribe for more videos :)
Рекомендации по теме
Комментарии
Автор


Alternative Repos (If original repo is not working)



--Method 1--

If you get the above error in the next few lectures then

Go to and commenting out import tensorflow.contrib.tensorrt as trt .

--Method 2 (Preferred Method)--

Other wise check out the older revision of the repo.

tf-pose-estimation -> "git checkout ." to remove "trt" dependence.

Because In latest code. They have implemented tensorrt which supports the latest version of tensorflow

Augmented_AI
Автор

Thanks a lot mate. Your videos are a joy to watch.

waqasobeidy
Автор

how can we export this data into blender?

KriGeta
Автор

Me: Ooh, finally a free offline motion capture application.

3 minutes and 35 steps into the setup tutorial, I'm thinking, welp, back to Plask it is. This is WAY harder than it should be. Leave it to engineers to complicate a process more than necessary

daxbradley
Автор

the cmu model link(graph_opt) is not working now?? how can i download it

hi-kcsb
Автор

Is it at all possible to achieve 24-30fps with Pose Estimation and live video from a webcam? If so could you describe the minimum hardware requirements and suggested video input dimensions?

jbach
Автор

I am running into an issue on windows 10. Whenever I try and run my code, I get the error "No module named 'tensorflow.contrib'. I've gone through all of the steps you showed in the video, but any help would be appreciated.

jonathangivan
Автор

i have gone through this at the stage of coping swig -python -c++ pafprocess.i && python setup.py build_ext --inplace
i am getting following error
running build_ext
building '_pafprocess' extension
swigging pafprocess.i to pafprocess_wrap.cpp
C:\Users\Mir\Desktop\pose -python -c++ -o pafprocess_wrap.cpp pafprocess.i
error: Unable to find vcvarsall.bat




please tell me what to do

musaibmir
Автор

Leave the background music in the description please

Patrick-wnuj
Автор

You are way too fast in your lecturing. Literally less than a second between instances where you change between screens.

JGP
Автор

We ran the code on a colab and we did all the steps but we are getting an
: cannot connect to X server "

salonishah
Автор

How am I supposed to solve this error
: cannot connect to X server "

drishti
Автор

TensorFlow Pose Estimation is not OpenPose. They are different solutions.

azarkiel
Автор

I followed the video and did as u instructed...but when I do the final step in anaconda prompt... I face an error..." ModuleNotFoundError: No module named 'cv2' "
What should I

ckgankadar
Автор

thanks for your video and it is very good and useful.
I have a question, I got an error "ModuleNotFoundError: No module named 'tensorflow.contrib"
how did you fix this??

jaaaaaang
Автор

I need to use an open pose to set an alarm if someone left his right hand, i mean I must make a condition ON THE human position

moahaimen
Автор

Thank you, but the cmd does not want to open the github link it makes me unrecognized

welsonfy
Автор

i have error told me No module named 'cv2' how could i solve this

momenamdy
Автор

Can we use hand and face key points using openpose by viewing this videos?

AllenAby
Автор

What version of python are you using ? It doesn't work for 3.8

solenebarrat