a simple example using the YOLOv3 to predict objects in images
download the YOLOv3-320
weights and save it in the directory as yolov3.weights
from download or find it here
I pip freezed my dependecies in requirments.txt file pip freeze > requirements.txt
to download them run :
pip install -r requirements.txt