/YOLOv3

a simple example using the YOLOv3 to predict objects in images

Primary LanguageJupyter Notebook

YOLOV3

a simple example using the YOLOv3 to predict objects in images

cats

to start

download the YOLOv3-320 weights and save it in the directory as yolov3.weights from download or find it here

optional (to avoid the dependecies hell):

I pip freezed my dependecies in requirments.txt file pip freeze > requirements.txt to download them run :

pip install -r requirements.txt 

references