chktex changes

This commit is contained in:
CDaut 2023-06-18 22:24:24 +02:00
parent 845d19c72c
commit 4b644e6243
5 changed files with 101 additions and 117 deletions

View file

@ -16,11 +16,11 @@
\end{frame}
\begin{frame}{primary occlusion}
\centering
\input{presentation/diagrams/diagramm_occlusion.tex}
\input{diagrams/diagramm_occlusion.tex}
\end{frame}
\begin{frame}{Angle change $\leftrightarrow$ visibility change}
\centering
\input{presentation/diagrams/geometry_term_diff.tex}
\input{diagrams/geometry_term_diff.tex}
\end{frame}
\subsection{Former methods}
\begin{frame}{Former methods}
@ -33,41 +33,37 @@
\end{itemize}
\end{block}
\end{frame}
\begin{frame}{Former methods - visualization}
\begin{frame}{Former methods~-~visualization}
\begin{figure}
\begin{minipage}{0.12\linewidth}
\begin{figure}
\centering
\includegraphics[width=\linewidth]{presentation/img/comparisons/plane.png}
\caption{planar scene}
\label{fig:planar-scene}
\includegraphics[width=\linewidth]{img/comparisons/plane.png}
\caption{planar scene}\label{fig:planar-scene}
\end{figure}
\end{minipage}
\hspace{2mm}
\begin{minipage}{0.12\linewidth}
\begin{figure}
\centering
\includegraphics[width=\linewidth]{presentation/img/comparisons/opendr.png}
\caption{OpenDR}
\label{fig:grad-OpenDR}
\includegraphics[width=\linewidth]{img/comparisons/opendr.png}
\caption{OpenDR}\label{fig:grad-OpenDR}
\end{figure}
\end{minipage}
\hspace{2mm}
\begin{minipage}{0.12\linewidth}
\begin{figure}
\centering
\includegraphics[width=\linewidth]{presentation/img/comparisons/Neural.png}
\caption{Neural}
\label{fig:grad-Neural3DMesh}
\includegraphics[width=\linewidth]{img/comparisons/Neural.png}
\caption{Neural}\label{fig:grad-Neural3DMesh}
\end{figure}
\end{minipage}
\hspace{2mm}
\begin{minipage}{0.12\linewidth}
\begin{figure}
\centering
\includegraphics[width=\linewidth]{presentation/img/comparisons/ours.png}
\caption{this paper}
\label{fig:grad-this}
\includegraphics[width=\linewidth]{img/comparisons/ours.png}
\caption{this paper}\label{fig:grad-this}
\end{figure}
\end{minipage}
\hspace{4mm}
@ -75,11 +71,10 @@
\caption{
%A plane lit by a point light source. Images visualize a gradient with respect to the plane moving right. Since the light source remains static the gradient should only be $\ne 0$ at the boundaries. OpenDR and Neural are not able to correctly calculate the gradients as they are based on color buffer differences.\\
Visualizations of gradients calculated by different differentiable renderers.\\
Images: \cite{ACM:diffable_raytracing}
}
\label{fig:grad-explanation}
Images:~\cite{ACM:diffable_raytracing}
}\label{fig:grad-explanation}
\end{minipage}
\end{figure}
\pause
\pause{}
$\implies$ Problems are caused at the edges and by approximation using color buffers
\end{frame}