PyTorch_BlazeFace icon indicating copy to clipboard operation
PyTorch_BlazeFace copied to clipboard

Are you considering to port this net to PyTorch Mobile?

Open giorg0s opened this issue 4 years ago • 1 comments

I'm currently looking for a good way to use this kind of models in compute-limited devices such as smartphones using PyTorch Mobile instead of TensorFlow. Thanks ;)

giorg0s avatar Oct 20 '20 15:10 giorg0s

Once your tflite model is ready, C++ inference implementation for both Android and iOS should work. Check my repo

milinddeore avatar Dec 04 '20 17:12 milinddeore