hollance / BlazeFace-PyTorch

The BlazeFace face detector model implemented in PyTorch
Other
421 stars 90 forks source link

Any thoughts about making a port to PyTorch Mobile? #11

Open giorg0s opened 3 years ago

giorg0s commented 3 years ago

Hi! I'm currently starting some research about using face-detection models in limited compute devices such as smartphones (specifically I'm focusing on PyTorch Mobile) and my goal is to replicate the same app that Mediapipe did on Android but using your implementation of BlazeFace on PyTorch instead of TFLite.

Is this feasible?

hollance commented 3 years ago

Probably. But PyTorch Mobile is still very experimental, so you're probably better off with TF Lite.

milinddeore commented 3 years ago

C++ implementation for mobile should go for both Android and iOS. Check my repo