diff --git a/src/year2/machine-learning-for-computer-vision/sections/_object_detection.tex b/src/year2/machine-learning-for-computer-vision/sections/_object_detection.tex index 3267151..9dad916 100644 --- a/src/year2/machine-learning-for-computer-vision/sections/_object_detection.tex +++ b/src/year2/machine-learning-for-computer-vision/sections/_object_detection.tex @@ -486,7 +486,7 @@ \end{remark} \begin{figure}[H] \raggedleft - \includegraphics[width=0.8\linewidth]{./img/_roipool_snap.pdf} + \includegraphics[width=0.85\linewidth]{./img/_roipool_snap.pdf} \caption{Project and snap operations} \end{figure} \item Apply max pooling with kernel of approximately size $\left\lceil \frac{H_r}{H_O} \right\rceil \times \left\lceil \frac{W_r}{W_O} \right\rceil$ and stride approximately $\left\lfloor \frac{H_r}{H_O} \right\rfloor \times \left\lfloor \frac{W_r}{W_O} \right\rfloor$. @@ -495,7 +495,7 @@ \end{remark} \begin{figure}[H] \raggedleft - \includegraphics[width=0.75\linewidth]{./img/_roipool_maxpool.pdf} + \includegraphics[width=0.85\linewidth]{./img/_roipool_maxpool.pdf} \caption{Pooling operation with varying kernel size} \end{figure} \end{enumerate}