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

Drawing heatmap view with Metal #5

Closed tucan9389 closed 3 years ago

tucan9389 commented 4 years ago

I'm searching for this issue slowly. https://stackoverflow.com/questions/61154192/are-there-recommended-ways-for-drawing-2d-array-in-fast-time

lookdeceline commented 4 years ago

Thanks for the great repo! Any updates on this issue??

tucan9389 commented 4 years ago

Here it is! @jsharp83 made the optimized post-process logic using Metal and it's really fast! https://github.com/jsharp83/MetalCamera I plan to adapt it to this repo later.

tucan9389 commented 3 years ago

Logic flow of MetalCamera's segmentation example

https://github.com/jsharp83/MetalCamera/blob/master/Example/MetalCamera/SegmentationSampleViewController.swift