Restored image sizes

This commit is contained in:
2024-10-25 12:22:45 +02:00
parent 34dc688c00
commit c10f58c68c

View File

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