Skip to content

A simple python program to define and calculate Intersection Over Union (IOU).

Notifications You must be signed in to change notification settings

Seismonov/iou-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

iou-calculator

A simple python program to define and calculate Intersection Over Union (IOU). Based on:

Requirements:

  • opencv-python
  • scikit-image

How to use:

  1. Run the program through cmd/powershell using "py iou-calculator.py".
  2. Load image through the file dialog.
  3. Drag cursor from top-left to bottom-right to make a rectangle that marks the ground truth. Press 'c' when done.
  4. Drag cursor from top-left to bottom-right to make a rectangle that marks the prediction result. Press 'c' when done.
  5. The IOU result should be printed on cmd/powershell.

About

A simple python program to define and calculate Intersection Over Union (IOU).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages