Please enable JavaScript.
Coggle requires JavaScript to display documents.
Object Detection (:green_apple:IoU (:mega:Intersection over Union, …
Object Detection
-
-
-
:green_apple:IoU
-
:pencil2:\( IoU(B_p, B_a) = \dfrac{B_p \cap B_a}{B_p \cup B_a} \)
:bread:\( B_p \) represents the predicted bounding box while \( B_a \) represents the actual bounding box
:star:a predicted bounding box is considered good if \( IoU(B_p, B_a)
\geqslant 0.5 \)
-