fix(pre_commit): 🎨 auto format pre-commit hooks

This commit is contained in:
pre-commit-ci[bot] 2025-07-15 11:47:55 +00:00
parent 9f3ffdd26d
commit cf179b9dfe
1 changed files with 3 additions and 3 deletions

View File

@ -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.