To make a prototype object detection project using yolov3-tiny trained on the coco dataset.
Train a model, save the weights as "yolov3-tiny.weights", change the classes in coco.names and you're good to go.
Python 3.8 or above with all requirements dependencies installed. To install run:
$ pip3 install -r requirements.txt
$ python3 yolo_detection_images.py
$ python3 yolo_detection_video.py
- [ ]