deepeshhada / YOLOv3

Object Detection on COCO dataset using YOLOv3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You Only Look Once (YOLO) v3

The repository contains code for object detection on the MS COCO dataset using YOLO v3.

The pretrained weights can be found here. Please replace the empty weights file in the weights folder with the downloaded file (~237 MB).

test.ipynb contains code for testing the model. Sample images are placed under the images directory. Simply run all the cells of this notebook to test the model. Here's a sample result: dog_cycle_truck

About

Object Detection on COCO dataset using YOLOv3

License:MIT License


Languages

Language:Jupyter Notebook 99.1%Language:Python 0.9%