section-engineering-education / engineering-education

“Section's Engineering Education (EngEd) Program is dedicated to offering a unique quality community experience for computer science university students."
Apache License 2.0
363 stars 890 forks source link

[Machine Learning] Multi-Person Pose Estimation with Python #4071

Closed Bayler closed 3 years ago

Bayler commented 3 years ago

Proposed title of article

Your title should be descriptive of the article/tutorial. Be Specific.

[Machine Learning] Multi-Person Pose Estimation with Python

Proposed article introduction

The MoveNet model is a convolutional neural network model that runs on RGB images and predicts human joint locations of people in the image frame. The main differentiator between this MoveNet.MultiPose and its precedent, MoveNet.SinglePose model, is that this model is able to detect multiple people in the image frame at the same time while still achieving real-time speed. The model was designed to be run in the browser using TensorFlow.js or on devices using TensorFlow Lite, targeting movement/fitness activities.

In this tutorial, we will use a technique known as Multi-Person Pose Estimation to predicts human joint locations of people in an image frame. One of the most popular use cases is in kinematics.

Key takeaways

What are the 3-5 most important things the reader should understand or be able to do after reading this article? Use this area to get your ideas down on the bulk of your article or tutorial.

By the end of this tutorial, a reader should be able to:

References

ahmadmardeni1 commented 3 years ago

Good afternoon and thank you for submitting your topic suggestion. @Bayler Your topic form has been entered into our queue and should be reviewed (for approval) as soon as a content moderator is finished reviewing the ones in the queue before it.

lalith1403 commented 3 years ago

Great topic 🚀 , make sure it matches the following:

Please reference any relevant EngEd articles in yours and build a unique project - Approved.