Apple create ML
overview
create ML swift and macOS playgrounds . to . train custom machine learning models;
TensorFlow Lite
Image classification
Note: Image classification can only tell you the probability that an image represents one or more of the classes that the model was trained on. It cannot tell you the position or identity of objects within the image. If you need to identify objects and their positions within images, you should use an object detection model.
object detection
- position
- identity
choose Model
性能、精度、大小、结构
performance
Accuracy
size
Architecture
For Android && iOS
- run workspace
- change model with (.tflite .txt)
Segmentation
移动端深度学习SDK
只支持Caffe框架生成的模型文件。