/SelfieBarracuda

MediaPipe Selfie segmentation model on Unity Barracuda

Primary LanguageC#Apache License 2.0Apache-2.0

SelfieBarracuda

gif

SelfieBarracuda is a human segmentation filter that runs the MediaPipe Selfie Segmentation Model on the Unity Barracuda neural network inference library.

About the ONNX file

I converted the original model (provided in tflite format) into ONNX using tflite2tensorflow.

This repository only contains the landscape model (256x144). There is another project called SelfieSegmentationBarracuda that contains the general model (256x256), which is better for square/portrait aspect ratios.