# MediaPipePyTorch **Repository Path**: captainwilson/MediaPipePyTorch ## Basic Information - **Project Name**: MediaPipePyTorch - **Description**: Port of MediaPipe tflite models to PyTorch - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-01 - **Last Updated**: 2026-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MediaPipe in PyTorch Port of MediaPipe (https://github.com/google/mediapipe) tflite models to PyTorch Builds upon the work of https://github.com/hollance/BlazeFace-PyTorch ```python demo.py``` ## Models ported so far 1. Face detector (BlazeFace) 1. Face landmarks 1. Palm detector 1. Hand landmarks ## TODO 1. Add conversion and verification scripts 1. Verify face landmark pipeline 1. Improve README and samples