Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 573 Bytes

File metadata and controls

17 lines (12 loc) · 573 Bytes

Detecting objects in the real time video using Python, Yolo / COCO.

installation environment

  1. install pyton 3.7 from http://python.org
  2. install ovencv using pip command
pip install opencv-contrib-python
pip install imutils

command for image detection

$ python yolo.py --image images/baggage_claim.jpg --yolo yolo-coco

command for video detection

$ python yolo_video.py --input videos/overpass.mp4 --output output/overpass.avi --yolo yolo-coco

exe file

https://mega.nz/#!SUNnnA7S!EKd51KXTnpe9Lsekidtr7BEtDr_oIiv4GaXTm86GvFY