I have trained ( Github repo link: https://github.com/thtrieu/darkflow.git) using pre-trained weights (tiny-yolo-voc.weights) for 2 of my custom objects, over 30000 steps with a loss of 0.8. When tested on windows prompt using python, Yolo was able to detect the objects and perfectly draw the bounding boxes.
I saved the weights as .pb files and when tested on android (using the https://github.com/szaza/android-yolo-v2), No bounding boxes are drawn, the android real time is not detecting my custom object at all. Also I don't see any error or exception message on the log-cat, what could be the issue
Any reference links for custom object detection on Android using yolo V2 would be very helpful
I have trained ( Github repo link: https://github.com/thtrieu/darkflow.git) using pre-trained weights (tiny-yolo-voc.weights) for 2 of my custom objects, over 30000 steps with a loss of 0.8. When tested on windows prompt using python, Yolo was able to detect the objects and perfectly draw the bounding boxes.
I saved the weights as .pb files and when tested on android (using the https://github.com/szaza/android-yolo-v2), No bounding boxes are drawn, the android real time is not detecting my custom object at all. Also I don't see any error or exception message on the log-cat, what could be the issue
Any reference links for custom object detection on Android using yolo V2 would be very helpful
darkflow #Yolov2 #android #object-detection