Running Yolov3 and Yolov3-tiny on Andorid
- Download yolov3 darknet cfg and weights from Darknet
- Convert
cfg
andweights
to keras.h5
model - Convert
.h5
model to.tflite
model - Put
.tflite
files to app/src/assets/ - Modify model
filename
inYolov3Detection.java
andYolov3TinyDetection.java
- Only test on Pixel with Android Pie