human-pose-estimation.pytorch icon indicating copy to clipboard operation
human-pose-estimation.pytorch copied to clipboard

Is there any mobile implementation? Androis / iOS?

Open yonatanbitton opened this issue 3 years ago • 1 comments

Is there any mobile implementation? Androis / iOS? Thanks

yonatanbitton avatar Apr 09 '21 06:04 yonatanbitton

Hi @yonatanbitton, I think you may convert the model to tflite or coreml format for deploying in Android and IOS (example: torch->onnx->tensorflow->tensorflow lite), then use the preprocessing, postprocessing code to inference. However, I don't highly recommend you, the two-stage model require a detector and it is not quick enough for realtime in mobile. Anyway, I haven't try it yet, so you can try for experience then let me know about the time. Thanks!

tucachmo2202 avatar Apr 19 '21 10:04 tucachmo2202