Fix typo <noupdate>

This commit is contained in:
2025-02-11 11:17:25 +01:00
parent 36b2506a84
commit 8d57b81807

View File

@ -33,7 +33,7 @@
\item[Intersection over union (\texttt{IoU})]
\marginnote{Intersection over union (\texttt{IoU})}
Measures the amount of overlap between two boxes computed as the ratio of the area of intersection over the area of union:
\[ \texttt{IoU}(BB_i, BB_j) = \frac{\vert BB_i \cap BB_j \vert}{\vert BB_i \vert + \vert BB_j \vert - \vert BB_i \cup BB_j \vert} \]
\[ \texttt{IoU}(BB_i, BB_j) = \frac{\vert BB_i \cap BB_j \vert}{\vert BB_i \vert + \vert BB_j \vert - \vert BB_i \cap BB_j \vert} \]
\begin{description}
\item[True/false positive criteria]