feat: finished presentation

This commit is contained in:
Arthur Grisel-Davy 2022-06-09 14:34:23 -04:00
parent 3f83eb4968
commit e750c0e209
8 changed files with 5299 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -121,4 +121,59 @@
\includegraphics[width=\textwidth]{images/overlap_explained.pdf} \includegraphics[width=\textwidth]{images/overlap_explained.pdf}
\end{center} \end{center}
\end{frame} \end{frame}
\begin{frame}{Inter-protos Distances}
\begin{itemize}
\item Minimize overlaps.
\item Resolve overlap conflicts.
\end{itemize}
$\rightarrow$ Compute inter-protos distances.
\end{frame}
\begin{frame}{Inter-protos Distances}
\begin{center}
\includegraphics[width=\textwidth]{images/inter_distances.pdf}
\end{center}
! Hyper-parameter: threshold placement coefficient (default=1)
\end{frame}
\begin{frame}{Detection}
\begin{center}
\includegraphics[height=0.9\textheight]{images/detection.pdf}
\end{center}
\end{frame}
\begin{frame}{Detection}
\begin{center}
\includegraphics[height=0.9\textheight]{images/detection_0.7.pdf}
\end{center}
\end{frame}
\begin{frame}{Detection}
\begin{center}
\includegraphics[height=0.9\textheight]{images/detection_0.5.pdf}
\end{center}
\end{frame}
\begin{frame}{Scoreboard}
\begin{table}
\begin{tabular}{l|c|c|c|c}
\textbf{Detector} & Simplest & Confident & Cautious & Inter-distances\\
\textbf{Score} & 0.32 & 0.69 & 0.39 & 0.91 - 0.99\\
\end{tabular}
\end{table}
\end{frame}
\begin{frame}{Future Work}
\begin{itemize}
\item Generate real data.
\item Evaluate impact of imperfect protos.
\item Evaluate possibility of incomplete proto dictionary.
\item Evaluate possibility of automatic threshold optimization.
\end{itemize}
\end{frame}
\end{document} \end{document}

File diff suppressed because one or more lines are too long