Skip to content

A model which detects key body landmarks (e.g., shoulders, elbows, wrists, knees, ankles). Estimates 2D or 3D pose information and visualizes the detected pose with either keypoint connections or skeletal overlays.

Notifications You must be signed in to change notification settings

vishuhere/Pose-Estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Pose Estimation AI Project

Overview

This project aims to develop a pose estimation system that can detect and track human poses from images or videos. Pose estimation has various applications, including fitness tracking, gesture recognition, augmented reality, and more.

Features

  • Detects human poses from images and videos
  • Provides real-time pose estimation
  • Supports multiple human pose detection

Getting Started

Prerequisites

Ensure you have the following installed:

Installation

Clone the Repository

git clone https://github.com/your-username/pose-estimation-ai.git
cd pose-estimation-ai
conda create --name pose-estimation python=3.8
conda activate pose-estimation
pip install -r requirements.txt

About

A model which detects key body landmarks (e.g., shoulders, elbows, wrists, knees, ankles). Estimates 2D or 3D pose information and visualizes the detected pose with either keypoint connections or skeletal overlays.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published