mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-19 12:41:48 +01:00
Add image compression
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.65\linewidth]{./img/stereo_correspondence.png}
|
||||
\includegraphics[width=0.65\linewidth]{./img/stereo_correspondence.jpg}
|
||||
\end{figure}
|
||||
\end{description}
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.7\linewidth]{./img/_stereo_pipeline_naive.pdf}
|
||||
\includegraphics[width=0.7\linewidth]{./img/_stereo_pipeline_naive.jpg}
|
||||
\end{figure}
|
||||
|
||||
\item[Reconstruction approach]
|
||||
@ -64,7 +64,7 @@
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.45\linewidth]{./img/_stereo_pipeline_reconstruction.pdf}
|
||||
\includegraphics[width=0.45\linewidth]{./img/_stereo_pipeline_reconstruction.jpg}
|
||||
\end{figure}
|
||||
\end{description}
|
||||
\end{description}
|
||||
@ -79,7 +79,7 @@
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.8\linewidth]{./img/_monodepth_naive.pdf}
|
||||
\includegraphics[width=0.8\linewidth]{./img/_monodepth_naive.jpg}
|
||||
\caption{Naive training flow}
|
||||
\end{figure}
|
||||
|
||||
@ -97,7 +97,7 @@
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.65\linewidth]{./img/_monodepth_train_naive.pdf}
|
||||
\includegraphics[width=0.65\linewidth]{./img/_monodepth_train_naive.jpg}
|
||||
\caption{Backward reconstruction from the right image}
|
||||
\end{figure}
|
||||
\end{description}
|
||||
@ -107,13 +107,13 @@
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.65\linewidth]{./img/_monodepth_train_correct.pdf}
|
||||
\includegraphics[width=0.65\linewidth]{./img/_monodepth_train_correct.jpg}
|
||||
\caption{Backward reconstruction from the left image}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.7\linewidth]{./img/_monodepth_correct.pdf}
|
||||
\includegraphics[width=0.7\linewidth]{./img/_monodepth_correct.jpg}
|
||||
\caption{Actual training flow}
|
||||
\end{figure}
|
||||
|
||||
@ -141,7 +141,7 @@
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.9\linewidth]{./img/monodepth_no_lr_results.png}
|
||||
\includegraphics[width=0.9\linewidth]{./img/monodepth_no_lr_results.jpg}
|
||||
\end{figure}
|
||||
\end{remark}
|
||||
|
||||
@ -170,7 +170,7 @@
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.7\linewidth]{./img/_monodepth_lr.pdf}
|
||||
\includegraphics[width=0.7\linewidth]{./img/_monodepth_lr.jpg}
|
||||
\end{figure}
|
||||
|
||||
\item[Inference]
|
||||
@ -189,7 +189,7 @@
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.7\linewidth]{./img/monodepth_lr_results.png}
|
||||
\includegraphics[width=0.7\linewidth]{./img/monodepth_lr_results.jpg}
|
||||
\caption{Comparison of Monodepth with and without left-right processing}
|
||||
\end{figure}
|
||||
\end{description}
|
||||
@ -212,7 +212,7 @@
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.5\linewidth]{./img/_sfmlearner.pdf}
|
||||
\includegraphics[width=0.5\linewidth]{./img/_sfmlearner.jpg}
|
||||
\caption{SfMLearner with two nearby images}
|
||||
\end{figure}
|
||||
\end{description}
|
||||
|
||||
Reference in New Issue
Block a user