AndroidObjectDetection icon indicating copy to clipboard operation
AndroidObjectDetection copied to clipboard

Real time object detection Android application using OpenCV 4.1 and YOLOv3.

Results 5 AndroidObjectDetection issues
Sort by recently updated
recently updated
newest added

hi,I have a problem when I install the app on my phone and It goes wrong: "It seems that your device does not support camera(or It is locked)",What can be...

I followed your example in my own application step by step but I got black screen in camera. The `onFrame` method is called and the `net.forward` is called too but...

Hi, Your repo is the only one which shows the way to apply YOLO-v3 model for the object detection. I downloaded yolov3-tiny.weights from the Darknet site and put it on...

hey there great application thanks for the idea! i was wondering if it can be converted to face detection? i tried to change the weight and config files but I...

enhancement