Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kautenja committed Feb 28, 2018
1 parent eef1e2a commit 27d33d1
Showing 1 changed file with 67 additions and 73 deletions.
140 changes: 67 additions & 73 deletions tex/review.tex
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,73 @@ \subsubsection{Style Transfer}
\cite{2015arXiv150806576G}. Fig. \ref{fig:style-transfer} shows the results of
the algorithm for a single content image and four different styles.

\begin{figure}[p!]
\centering
\caption{Style Transfer}
\label{fig:style-transfer}

\begin{minipage}{0.45\linewidth}
\centering
\captionof*{figure}{Content Image \textbf{p}, \textit{T\"{u}bingen, Germany}}
\includegraphics[width=0.9\textwidth,height=1.5in]{img/content/tubingen}
\end{minipage}

\medskip

\begin{minipage}{0.45\linewidth}
\centering
\captionof*{figure}{\textit{The Shipwreck of The Minotaur}}
\includegraphics[width=0.9\textwidth,height=1.5in]{img/artworks/the-shipwreck-of-the-minotaur}
\end{minipage}
\begin{minipage}{0.45\linewidth}
\centering
\captionof*{figure}{Transfer Image \textbf{x}}
\includegraphics[width=0.9\textwidth,height=1.5in]{img/transfer/the-shipwreck-of-the-minotaur}
\end{minipage}

\medskip

\begin{minipage}{0.45\linewidth}
\centering
\captionof*{figure}{\textit{The Starry Night}}
\includegraphics[width=0.9\textwidth,height=1.5in]{img/artworks/the-starry-night}
\end{minipage}
\begin{minipage}{0.45\linewidth}
\centering
\captionof*{figure}{Transfer Image \textbf{x}}
\includegraphics[width=0.9\textwidth,height=1.5in]{img/transfer/the-starry-night}
\end{minipage}

\medskip

\begin{minipage}{0.45\linewidth}
\centering
\captionof*{figure}{\textit{Seated Nude}}
\includegraphics[width=0.9\textwidth,height=1.5in]{img/artworks/seated-nude}
\end{minipage}
\begin{minipage}{0.45\linewidth}
\centering
\captionof*{figure}{Transfer Image \textbf{x}}
\includegraphics[width=0.9\textwidth,height=1.5in]{img/transfer/seated-nude}
\end{minipage}

\medskip

\begin{minipage}{0.45\linewidth}
\centering
\captionof*{figure}{\textit{The Scream}}
\includegraphics[width=0.9\textwidth,height=1.5in]{img/artworks/the-scream}
\end{minipage}
\begin{minipage}{0.45\linewidth}
\centering
\captionof*{figure}{Transfer Image \textbf{x}}
\includegraphics[width=0.9\textwidth,height=1.5in]{img/transfer/the-scream}
\end{minipage}

\end{figure}



\section{Strengths}

As the preliminary paper on neural style transfer, the strength of this work
Expand Down Expand Up @@ -629,83 +696,10 @@ \section{Questions \& Answers}


% MARK: bibliography
%% print the bibliography using the custom NIPS bib style
\clearpage
\bibliographystyle{my-unsrtnat}
\bibliography{references}



% MARK: appendix
% \appendix

\begin{figure}[htp!]
\centering
\caption{Style Transfer}
\label{fig:style-transfer}

\begin{minipage}{0.45\linewidth}
\centering
\captionof*{figure}{Content Image \textbf{p}, \textit{T\"{u}bingen, Germany}}
\includegraphics[width=0.9\textwidth,height=1.5in]{img/content/tubingen}
\end{minipage}

\medskip

\begin{minipage}{0.45\linewidth}
\centering
\captionof*{figure}{\textit{The Shipwreck of The Minotaur}}
\includegraphics[width=0.9\textwidth,height=1.5in]{img/artworks/the-shipwreck-of-the-minotaur}
\end{minipage}
\begin{minipage}{0.45\linewidth}
\centering
\captionof*{figure}{Transfer Image \textbf{x}}
\includegraphics[width=0.9\textwidth,height=1.5in]{img/transfer/the-shipwreck-of-the-minotaur}
\end{minipage}

\medskip

\begin{minipage}{0.45\linewidth}
\centering
\captionof*{figure}{\textit{The Starry Night}}
\includegraphics[width=0.9\textwidth,height=1.5in]{img/artworks/the-starry-night}
\end{minipage}
\begin{minipage}{0.45\linewidth}
\centering
\captionof*{figure}{Transfer Image \textbf{x}}
\includegraphics[width=0.9\textwidth,height=1.5in]{img/transfer/the-starry-night}
\end{minipage}

\medskip

\begin{minipage}{0.45\linewidth}
\centering
\captionof*{figure}{\textit{Seated Nude}}
\includegraphics[width=0.9\textwidth,height=1.5in]{img/artworks/seated-nude}
\end{minipage}
\begin{minipage}{0.45\linewidth}
\centering
\captionof*{figure}{Transfer Image \textbf{x}}
\includegraphics[width=0.9\textwidth,height=1.5in]{img/transfer/seated-nude}
\end{minipage}

\medskip

\begin{minipage}{0.45\linewidth}
\centering
\captionof*{figure}{\textit{The Scream}}
\includegraphics[width=0.9\textwidth,height=1.5in]{img/artworks/the-scream}
\end{minipage}
\begin{minipage}{0.45\linewidth}
\centering
\captionof*{figure}{Transfer Image \textbf{x}}
\includegraphics[width=0.9\textwidth,height=1.5in]{img/transfer/the-scream}
\end{minipage}

\end{figure}



% MARK: acronyms
% a collection of Acronyms
\begin{acronym}
Expand Down

0 comments on commit 27d33d1

Please sign in to comment.