\documentclass[smaller, aspectratio=169]{beamer}
% Packages
\input{config/preamble}
\input{config/frame-settings}
\input{config/commands.tex}
% Title Page
\input{slides/titlepage}
% Metadata
\newcommand{\paperTitle}{HairStep: Transfer Synthetic to Real Using Strand and Depth Maps for Single-View 3D Hair Modeling}
\newcommand{\paperAuthors}{Y. Zheng, Z. Jin, M. Li, H. Huang, C. Ma, S. Cui, and X. Han}
\newcommand{\paperAuthorsAffiliation}{CUHKSZ, Kuaishou Technology}
\newcommand{\paperPublishedYear}{2023}
\newcommand{\paperConference}{Computer Vision and Pattern Recognition}
\newcommand{\paperConferenceAbbreviation}{CVPR}
\newcommand{\presentor}{Alireza Heidari}
\newcommand{\presentationDate}{December 2024}
\title[Paper Presentation]{\paperTitle}
\author{Alireza Heidari}
\institute{Simon Fraser University}
\date[December 2024]{\paperConference, \paperPublishedYear}
\begin{document}
% Title Page
\begin{frame}[plain]
\titlepage
\end{frame}
% Table of Contents
\begin{frame}[t]{Outline}
\setbeamertemplate{section in toc}[sections numbered]
\tableofcontents[hideallsubsections]
\end{frame}
% Main Content
% -------------------------------
% Slide Content
% -------------------------------
\include{slides/task-intro}
\include{slides/related-works}
\include{slides/motivation}
\include{slides/contribution}
\include{slides/method}
\include{slides/conclusion}
% References
\begin{frame}[allowframebreaks, t]{References}
\nocite{*}
\small
\printbibliography
\end{frame}
\end{document}

PDF Preview
Create an account to compile and preview