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

Performance issue on post-processing #1

Closed tucan9389 closed 3 years ago

tucan9389 commented 5 years ago

Now: Inference -> convert to primitive array from mlarray -> draw the converted array

Suggest: Inference -> draw the mlarray