iOS_Tensorflow_ObjectDetection_Example
iOS_Tensorflow_ObjectDetection_Example copied to clipboard
Implementation on iOS
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.