Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 732 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 732 Bytes

Install

  • Install python3
  • Install PIP
  • install library opencv, pillow

pip install opencv-contrib-python

pip install pillow

download YOLOv3 weights, Read More YOLOv3

put yolov3.weights to folder yolov3/yolov3.weights

Run

python3 TA2020.py

or

python TA2020.py

or

./run.sh

Note

Why i Choose YOLO as pre-trained model for this project ?, because that's the most accurate pre-trained model than other pre-trained. even though my laptop need 2 second to detect object on image, but maybe other machine could run this faster than that (based claim from developer YOLO that this framework could run 1000% faster on GPU)