JieHe96 / iOS_Tensorflow_ObjectDetection_Example

An iOS application of Tensorflow Object Detection with different models: SSD with Mobilenet, SSD with InceptionV2, Faster-RCNN-resnet101
129 stars 28 forks source link

Implementation on iOS #20

Open ghost opened 6 years ago

ghost commented 6 years ago

Nice work.

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

paawan01 commented 6 years ago

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.