Real-time human pose estimation using Qualcomm Snapdragon X Elite NPU with MediaPipe fallback support.
- Follow the Setup Guide to prepare your environment.
- Use the application:
# Process an image python main.py --image vitruvian-man.jpg --output result.jpg # Run with camera stream python main.py # Run camera stream with MediaPipe python main.py --mediapipe
Comprehensive documentation is available in the docs/ directory:
- Setup Guide - Detailed installation instructions
- Usage Guide - How to use the application and its features
- Fork the repository
- Create feature branch
- Add tests for new features
- Ensure all tests pass
- Update documentation in
docs/ - Submit pull request
This project is licensed under the MIT License. See the LICENSE file for details.