Fix image spacing

This commit is contained in:
2024-10-25 09:49:30 +02:00
parent 3a5dec7750
commit 3478855f23

View File

@ -486,7 +486,7 @@
\end{remark}
\begin{figure}[H]
\raggedleft
\includegraphics[width=0.85\linewidth]{./img/_roipool_snap.pdf}
\includegraphics[width=0.8\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$.