tucan9389 / PoseEstimation-CoreML

The example project of inferencing Pose Estimation using Core ML
https://github.com/motlabs/awesome-ml-demos-with-ios
MIT License
680 stars 136 forks source link

Inferencing with .pb file ? #24

Open ShreshthSaxena opened 4 years ago

ShreshthSaxena commented 4 years ago

The model folder contains protobuf, coreml and tflite files for both hourglass and cpm. Should I expect the model performance to be similar in all three files? I yes, is there an inference code to test the .pb file (or any other) in Colab and visualise the results ?

tucan9389 commented 4 years ago

The model folder contains protobuf, coreml and tflite files for both hourglass and cpm. Should I expect the model performance to be similar in all three files? I yes, is there an inference code to test the .pb file (or any other) in Colab and visualise the results ?

@ShreshthSaxena No, the performance could be different between them and there is no inference code to test as far as I know. Because the model interpreters are still in development now. If you measure the performances, please share the result with contribution. I really want to check the point, but too busy these days 😢