MoveNetを用いたPythonでの姿勢推定のデモ
-
Updated
Sep 23, 2022 - Python
MoveNetを用いたPythonでの姿勢推定のデモ
This project focuses on Human Pose Estimation using the MoveNet model with TensorFlow Lite. The goal is to detect keypoint positions on a person's body in images and live video frames. The project provides a Flask web application for both image and live video input, showcasing the real-time capabilities of the model.
This is Pose Estimation project based on MoveNet architecture. It can detect the points so accurately and fast. And works for single pose estimation.
This system uses YOLO for object detection (specifically, garbage), MoveNet for hand landmark detection, and DeepFace for facial recognition. It analyzes the relationship between detected humans and garbage to identify potential littering incidents in real-time.
Here we tried to detected different poses made by person using movenet/singlepose/lightning model
Simple web application analyzes user actions for video proctoring systems.
Add a description, image, and links to the movenet-lightning topic page so that developers can more easily learn about it.
To associate your repository with the movenet-lightning topic, visit your repo's landing page and select "manage topics."