Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions 3d_pose_estimation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
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.

## Table of Contents
- [Features](#features)
- [Requirements](#requirements)


Expand All @@ -14,10 +13,6 @@ This project implements real-time 3D pose estimation using MediaPipe and OpenCV.
- Option to terminate the program by pressing the 'q' key.

## Requirements
- Python 3.x
- OpenCV
- MediaPipe
- NumPy
- JSON
- Socket
- Python 3.8 or higher
pip install opencv-python mediapipe numpy