Skip to content

JastiDev/VideoObject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Video Object Detection using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages