Skip to content

Siddarth-M/Geometry-for-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

1. IoU

Generalised Intersection of Union of any 2 ordered-convex polygons. Inspired from finding IoU of 2 polygons inside a unit circle.

🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗🚗

IOU is defined as the area of intersection over the area of the union of given polygons. The following image from wikimedia illustrates the IOU concept clearly.

IOU

I have created a python file that computes the IoU of any 2 given convex polygons, no other conditions! :-)

WORK IN PROGRESS .......

About

Geometrical functions required for ML/AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages