This project aims to perform pose estimation on video files and convert the pose data for further use. It utilizes the mediapipe library for pose estimation and cv2 (OpenCV) for video processing.
Before running the code, make sure you have the following dependencies installed:
opencv-contrib-pythonmediapipenumpyscipy
You can install them using pip:
pip install opencv-contrib-python mediapipe numpy scipySee Documentation
This project is licensed under the MIT License.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.