Skip to content

Commit 15474e9

Browse files
committed
Added Readme file
1 parent 26e888c commit 15474e9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

3d_pose_estimation/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Real-Time 3D Pose Estimation
2+
3+
This project implements real-time 3D pose estimation using MediaPipe and OpenCV. It captures video from a webcam, detects human pose landmarks in 3D, and sends the landmark data to a Unity application via UDP.
4+
5+
## Table of Contents
6+
- [Features](#features)
7+
- [Requirements](#requirements)
8+
- [Installation](#installation)
9+
- [Usage](#usage)
10+
- [Code Overview](#code-overview)
11+
- [License](#license)
12+
13+
## Features
14+
- Real-time detection of 3D pose landmarks using MediaPipe.
15+
- Visualization of detected landmarks on the webcam feed.
16+
- Sending 3D landmark coordinates to a Unity application via UDP for further processing or visualization.
17+
- Option to terminate the program by pressing the 'q' key.
18+
19+
## Requirements
20+
- Python 3.x
21+
- OpenCV
22+
- MediaPipe
23+
- NumPy
24+
- JSON
25+
- Socket
26+

0 commit comments

Comments
 (0)