Skip to content

A minor project on real time object detection using YOLO algorithm

License

Notifications You must be signed in to change notification settings

ruthv1k/object-detection-with-yolo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Detection with YOLO

A minor project on real time object detection using YOLO algorithm

Dependencies Required

  • OpenCV
  • NumPy
  • Tkinter
  • Pillow

Setup

  • Make sure you have python > 3.7 installed
  • pip install -r requirements.txt
  • Download the config and weight files from the links below and place them inside model/ folder and name them as yolov3.cfg and yolov3.weights respectively
  • python main.py

Model Info

Screenshots


Known Issues

  • GUI Window doesn't close after clicking any key / Esc key
  • Close objects or small objects detection may not be accurate
  • Limited number of classes (80) are identified

Improvements to be made

  • Bounding boxes should be coloured differently for different classes identified

References

About

A minor project on real time object detection using YOLO algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages