Skip to content

burlakorkmaz/Object-Detection-with-YOLOv3-416

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Detection with YOLOv3-416

Notice

  • yolov3.weights (416) must be on the same level with other files.
  • Frame skips of video and webcam can be changed from Line 43. It detects objects in every 3 frames as default.

yolov3.weight can be downloaded from here

https://pjreddie.com/media/files/yolov3.weights

Usage

  • Webcam: objectDetection.py webcam
  • Video: objectDetection.py 'Path of the video'
  • Image: objectDetection.py 'Path of the image'

Example

objectDetection.py test.jpg

Object Detection

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages