Skip to content

Prototype object detection project using yolov3-tiny trained on the coco dataset

License

Notifications You must be signed in to change notification settings

parikshitkumar1/YOLO-v3-Tiny_Prototype

Repository files navigation


YOLO-v3-Tiny_Prototype

Motivation

To make a prototype object detection project using yolov3-tiny trained on the coco dataset.

To use:

Train a model, save the weights as "yolov3-tiny.weights", change the classes in coco.names and you're good to go.

Requirements

Python 3.8 or above with all requirements dependencies installed. To install run:

$ pip3 install -r requirements.txt

To run for images

$ python3 yolo_detection_images.py

To run for videos

$ python3 yolo_detection_video.py

Image result:

Video result:

Might Do

  • [ ]

About

Prototype object detection project using yolov3-tiny trained on the coco dataset

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages