Object_detection¶
In this example, you will see how to do object detection with a pre-trained yolov5 model. You will identify objects in images and box them in based on the type of object it is.
Setup¶
Use the following command to install this app on your Android phone:
cd object_detection
# for Linux/macOS
./gradlew iD
# for Windows
..\gradlew.bat iD
It will install the Object Detection application on your Android phone.