Open ohmeow opened 4 years ago
Can i know how do you running yolov3-tiny on android phone?
Run yolov3 by using OpenCV-dnn to get fast inference on Android/iOS: https://opencv.org/releases/
@AlexeyAB is it possible to use tensorflow android to run yolov3-tiny on android phone? https://github.com/tensorflow/tensorflow
Yes. Use this repo to convert cfg/weights from Darknet to TensorFlow model: https://github.com/mystic123/tensorflow-yolo-v3
Read: https://github.com/AlexeyAB/darknet#yolo-v3-in-other-frameworks
For both the webcam demo and the smart webcam demo (using my android phone), I'm only getting 0.2 FPS.
Is there a way to rectify this?