Skip to content

Find relative positions of objects detected with Object Detection Algorithms such as YOLO to build real-time applications using Computer Vision.

License

Notifications You must be signed in to change notification settings

ManzarIMalik/object-positon-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Location finder

Knowing Object location in a frame is useful in real-time applications, in the repo, I have demonstrated how you can find locations of objects in a given frame.

Prerequisties

  • YOLO .names file
  • YOLO .weights file
  • YOLO .cfg file

Usage

  • A single image:

python3 find.py --image=bird.jpg

  • A video file:

python3 find.py --video=run.mp4

About

Find relative positions of objects detected with Object Detection Algorithms such as YOLO to build real-time applications using Computer Vision.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages