MediaPipePyTorch icon indicating copy to clipboard operation
MediaPipePyTorch copied to clipboard

Port of MediaPipe tflite models to PyTorch

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)
  2. Face landmarks
  3. Palm detector
  4. Hand landmarks

TODO

  1. Add conversion and verification scripts
  2. Verify face landmark pipeline
  3. Improve README and samples