tucan9389 / SemanticSegmentation-CoreML

The example project of inferencing Semantic Segementation using Core ML
https://github.com/motlabs/awesome-ml-demos-with-ios
MIT License
320 stars 32 forks source link

Total time(cpu) ? #11

Closed jinsu35 closed 3 years ago

jinsu35 commented 3 years ago

In the performance comparison chart, what is total time (cpu) and how is it measured?

tucan9389 commented 3 years ago

Total time means preprocessing time + inference time + postprocessing(including rendering). There are two kinds of implementation for different rendering method. One is using GPU(Metal framework) and another is using CPU.