JieHe96 / iOS_Tensorflow_ObjectDetection_Example

An iOS application of Tensorflow Object Detection with different models: SSD with Mobilenet, SSD with InceptionV2, Faster-RCNN-resnet101

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation on iOS

opened this issue · comments

Nice work.

Is the CNN part based on Apple Core ML or Metal Performance Shaders?

Why do you say so ? I did not find any Apple Core ML or Metal Performance Shaders in the code. If I'm not wrong only tensor flow is being used to run the CNNs or any other model, which currently does not support GPU on Mobile.