ldhung9901 / yolo_beginner

First Yolo implement for everyone!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yolo_beginner

First Yolo implement for everyone!

  1. Download weights file from https://pjreddie.com/media/files/yolov3.weights
  2. Install opencv : pip install opencv-python
  3. Run and enjoy: python YOLO.py --config ./yolov3.cfg --weights yolov3.weights --classes yolov3.txt --image cam3.jpeg

Email me: thangnch@gmail.com for anything!

About

First Yolo implement for everyone!


Languages

Language:Python 100.0%