From 48ec959013c406db90f2347279a0731afb965ca4 Mon Sep 17 00:00:00 2001 From: Kaushi01 Date: Mon, 2 Mar 2026 15:54:57 +0530 Subject: [PATCH] Update README.md --- 3d_pose_estimation/README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/3d_pose_estimation/README.md b/3d_pose_estimation/README.md index 7dadf00..4b68ab2 100644 --- a/3d_pose_estimation/README.md +++ b/3d_pose_estimation/README.md @@ -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) @@ -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