-
Notifications
You must be signed in to change notification settings - Fork 837
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
406 Human Pose Estimation 3D #606
Conversation
Hi @spencergotowork. Is it ready for review or do you still need to work on this? |
Yes, Adrian,thank you for your reply. I will still need to work on this. This might not the final project. Are you going to close this PR?If necessary, I will resubmit a new PR after finishing the final project. |
So I converted it to draft to mark it as not ready. No need to close it. |
Okay, I got it. Thank you |
pythreejs we are missing this in the requirements.txt |
FYI for the error behind the scene. I think that's why it was not drawing correctly.
|
Also, please make sure you select "Python 3" but not your custom openvino_env1 or 2 etc... When we release it out the default has to be Python 3 or it will confuse the users. |
Signed-off-by: spencergotowork <[email protected]>
Signed-off-by: spencergotowork <[email protected]>
notebooks/406-3D-pose-estimation-webcam/406-3D-pose-estimation.ipynb
Outdated
Show resolved
Hide resolved
notebooks/406-3D-pose-estimation-webcam/406-3D-pose-estimation.ipynb
Outdated
Show resolved
Hide resolved
notebooks/406-3D-pose-estimation-webcam/406-3D-pose-estimation.ipynb
Outdated
Show resolved
Hide resolved
@ryanloney, it's ready for your final review |
….ipynb Co-authored-by: Adrian Boguszewski <[email protected]>
….ipynb Co-authored-by: Adrian Boguszewski <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to publish after minor copy edits. Thank you!
notebooks/406-3D-pose-estimation-webcam/406-3D-pose-estimation.ipynb
Outdated
Show resolved
Hide resolved
notebooks/406-3D-pose-estimation-webcam/406-3D-pose-estimation.ipynb
Outdated
Show resolved
Hide resolved
notebooks/406-3D-pose-estimation-webcam/406-3D-pose-estimation.ipynb
Outdated
Show resolved
Hide resolved
notebooks/406-3D-pose-estimation-webcam/406-3D-pose-estimation.ipynb
Outdated
Show resolved
Hide resolved
notebooks/406-3D-pose-estimation-webcam/406-3D-pose-estimation.ipynb
Outdated
Show resolved
Hide resolved
notebooks/406-3D-pose-estimation-webcam/406-3D-pose-estimation.ipynb
Outdated
Show resolved
Hide resolved
notebooks/406-3D-pose-estimation-webcam/406-3D-pose-estimation.ipynb
Outdated
Show resolved
Hide resolved
notebooks/406-3D-pose-estimation-webcam/406-3D-pose-estimation.ipynb
Outdated
Show resolved
Hide resolved
notebooks/406-3D-pose-estimation-webcam/406-3D-pose-estimation.ipynb
Outdated
Show resolved
Hide resolved
notebooks/406-3D-pose-estimation-webcam/engine/one_euro_filter.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Ryan Loney <[email protected]>
3D Human Pose Estimation with OpenVINO
This demo contains 3D multi-person pose estimation demo. Intel OpenVINO™ backend can be used for fast inference on CPU. It is based on Lightweight OpenPose and Single-Shot Multi-Person 3D Pose Estimation From Monocular RGB papers.
The implementation of this demo starts with the ideas I originally wrote about in my blog
There are two options involved in this pull request. One is to use WebGL, which interacts with the browser, and the other is to use the less dependent OpenCV, which implements a basic 3D visual library.
406-human-pose-estimation-3d
This demo allows you to use the mouse to change the angle of view from which you view an object.
406-opencv-human-pose-estimation-3d
This example allows you to use the keyboard to move your camera and press ESC to exit.(You need to set use_popup=True firstly)