fix(pre_commit): 🎨 auto format pre-commit hooks
This commit is contained in:
parent
9f3ffdd26d
commit
cf179b9dfe
|
|
@ -57,9 +57,9 @@ def box_iou(
|
|||
|
||||
Mathematically, it is defined as:
|
||||
|
||||
\[
|
||||
\text{IoU} = \frac{|\text{box}_{\text{true}} \cap \text{box}_{\text{detection}}|}{|\text{box}_{\text{true}} \cup \text{box}_{\text{detection}}|}
|
||||
\]
|
||||
\\[
|
||||
\text{IoU} = \frac{|\text{box}_{\text{true}} \\cap \text{box}_{\text{detection}}|}{|\text{box}_{\text{true}} \\cup \text{box}_{\text{detection}}|}
|
||||
\\]
|
||||
|
||||
Note:
|
||||
Use `box_iou` when computing IoU between two individual boxes.
|
||||
|
|
|
|||
Loading…
Reference in New Issue