Open-Deep-ML / DML-OpenProblem

Other
196 stars 54 forks source link

New Problem: IoU Score #187

Open dsaha21 opened 4 days ago

dsaha21 commented 4 days ago

Hi @moe18 , I would like to contribute a new problem focused on basic computer vision concept.

Title: Intersection Over Union (IoU score metric) Difficulty: Medium Category: Computer Vision

Objectives: IoU metric is mostly used in NMS(Non Maximum Supression) in order to determine which best bounding box of highest score should be retained while detecting an object using a model

All information and edge test cases will be provided inside the learn.html and solution file.

Thank you

moe18 commented 4 days ago

sounds like a great problem, all yours