PINTO0309 / PINTO_model_zoo

A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.
https://qiita.com/PINTO
MIT License
3.43k stars 560 forks source link

Improved bodypix single pose example #391

Closed cansik closed 5 months ago

cansik commented 5 months ago

As already discussed in #389 this PR adds the following improvements to the single pose example:

Maybe it makes sense to extract the methods and libraries into a util module to not have duplicate code in the single- and multi-pose example. For now, this PR already helps to run the models on the CPU (and MacOS / Windows) as well.

PINTO0309 commented 5 months ago

Thanks for the great pull request!