- This projects trains YOLO v3 model with BDD100k Dataset
- And you can convert the trained model into TFLite model that GPU acceleration ready for iOS!
Please refer to python directory of this repository.
You can find out iOS directory of this repository.
Please refer to iOS/yolojk_iOS directory of this repository.
iPhone X | iPadPro 11" |
---|---|
Please refer to iOS/gonogono directory of this repository.
Model Name | # Params | # Label | Device | FPS |
---|---|---|---|---|
MobileNetV1 | ~9M | 4 | iPhone X | 15~20 |
MobileNetV1 | ~2.3M | 4 | iPhone X | 30~35 |
MobileNetV1 | ~2.3M | 4 | iPad Pro 11" | 60~70 |
Make model smaller -> under 5MB- Int8 quantization support
- Android example application
- CoreML Support