Add structure of thesis to introduction

This commit is contained in:
Tobias Eidelpes 2023-08-25 18:08:24 +02:00
parent ff2fcb6218
commit ac287a2d9d

View File

@ -274,8 +274,19 @@ also shown in Figure~\ref{fig:setup}:
\section{Thesis Structure} \section{Thesis Structure}
\label{sec:structure} \label{sec:structure}
The first part of the thesis contains the theoretical basis of the The first part of the thesis (chapter~\ref{chap:background}) contains
models which we use for the prototype. the theoretical basis of the models which we use for the
prototype. Chapter~\ref{chap:development} goes into detail about the
design of the prototype, the construction of the training/test sets
and how the prototype reports its results via its REST
API. Chapter~\ref{chap:results} shows the results of the testing
phases as well as the performance of the aggregate model. In
chapter~\ref{chap:discussion} the results are compared with
expectations and it is discussed whether they are explainable in the
context of the task at hand as well as benchmark results from other
datasets (COCO). Chapter~\ref{chap:conclusion} concludes the thesis
with an outlook on further research questions and possible
improvements.
\chapter{Theoretical Background} \chapter{Theoretical Background}
\label{chap:background} \label{chap:background}