Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hemjotkaur/human-pose-estimation-opencv

This repository focuses on Human Pose Detection, a critical task in computer vision aimed at identifying and tracking the position and orientation of human figures in images and videos.
https://github.com/hemjotkaur/human-pose-estimation-opencv

cv2-library numpy-library opencv pillow python streamlit

Last synced: about 1 month ago
JSON representation

This repository focuses on Human Pose Detection, a critical task in computer vision aimed at identifying and tracking the position and orientation of human figures in images and videos.

Awesome Lists containing this project

README

        

Welcome to the **Human Pose Estimation App**! This application allows users to perform human pose detection on images and in real-time using advanced machine learning techniques.

## Features

- **Image Pose Estimation**: Upload an image to detect human poses using a pre-trained TensorFlow model.
- **Real-Time Pose Detection**: Experience live pose estimation through your webcam.
- **User-Friendly Interface**: Built with Streamlit for an interactive and easy-to-use experience.

## Technology Stack

- **Model**: TensorFlow (pre-trained model for pose estimation)
- **Libraries**:
- OpenCV
- NumPy
- Pillow
- cv2
- time
- Streamlit

## Demonstration Outputs

-I have included example output images and videos that showcase the results of pose estimation. These examples were generated using the scripts pose_estimation_image.py for images and pose_estimation_video.py for videos.

-These resources are designed to help new users understand the capabilities of the application and provide a visual reference for what to expect when using the pose estimation features. By reviewing these outputs, users can gain insights into how the model detects and represents human poses in both static images and dynamic video streams.