First Yolo implement for everyone!
- Download weights file from https://pjreddie.com/media/files/yolov3.weights
- Install opencv : pip install opencv-python
- Run and enjoy: python YOLO.py --config ./yolov3.cfg --weights yolov3.weights --classes yolov3.txt --image cam3.jpeg
Email me: [email protected] for anything!