Real-time multi-object tracking with computer vision: hands, face (eyes + iris), and full body pose detection.
- π Hand tracking (up to 2 hands) with labeled left/right
- ποΈ Face & eye tracking with iris detection
- π§ Full body pose estimation (shoulders, arms, legs)
- π¨ Real-time visualization with color-coded landmarks
- π Live HUD showing detected objects count
# Clone repository
git clone https://github.com/yourusername/multi-pose-tracker.git
cd multi-pose-tracker
# Install dependencies
pip install -r requirements.txt
# Run
python main.py