Skip to content

Commit

Permalink
Cleanup of fact sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerDominik committed Feb 17, 2020
1 parent ffd4bde commit f46d24f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 31 deletions.
32 changes: 3 additions & 29 deletions doc/fact-sheet/content.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,39 @@

\team{Nico Canzani, Dominik M\"uller}

% \client{FHNW Institute for Sensors and Electronics}
\client{Inst. for Sensors and Electronics}
% \client{FHNW / ISE}

\coaches{%
Prof. Michael Pichler,\\
Prof. Dr. Hanspeter Schmid
}

\repo{https://git.io/p5-aionfpga}
% curl -i https://git.io -F "url=https://github.com/MuellerDominik/P5-AIonFPGA/" -F "code=p5-aionfpga"

\fssummary{
In a world of self-driving cars and automated quality control in manufacturing, real-time image classification is becoming increasingly important.
% Artificial intelligence, and deep learning in particular, are achieving excellent classification accuracies, but there are some challenges.
Artificial intelligence (AI), and deep learning in particular, are achieving excellent classification accuracies.
% However, a large labeled dataset of training data is required to train deep convolutional neural networks.
% However, a large labeled dataset of training data is required to train a convolutional neural networks (CNN).
However, the training of a convolutional neural network (CNN) requires a sufficiently large labeled dataset.
% However, the training of a deep convolutional neural network (CNN) required a sufficiently large labeled dataset.
}

\fsgraphics{
\begin{minipage}[t]{0.5\textwidth}
\begin{minipage}[t]{0.98\textwidth}
\includegraphics[width=\textwidth]{graphics/1574952009_278_10_stuffed-bunny.png}
\graphicscaption{Image of the \textit{Stuffed Bunny}} % Example / Sample
\graphicscaption{Image of the \textit{Stuffed Bunny}}
\end{minipage}
\end{minipage}%
\begin{minipage}[t]{0.5\textwidth}
\begin{flushright}
\begin{minipage}[t]{0.98\textwidth}
\includegraphics[width=\textwidth]{graphics/1574943825_125_8_hand-featherball.png}
\graphicscaption{Image of the \textit{Hand Featherball}} % Example / Sample
\graphicscaption{Image of the \textit{Hand Featherball}}
\end{minipage}
\end{flushright}
\end{minipage}
}

\fscontent{
% \section{Problem Statement}
\section{Difficulty}
Collecting a sufficiently large dataset of pictures is not trivial.
When done manually, the camera has to be started and stopped for each throw.
Expand All @@ -53,47 +45,29 @@

\newcol
\section{Software}
% To reliably detect a throw, a simple image change detection algorithm is implemented.
% It requires a repeated difference computation and therefore a circular buffer is used.
% To simplify this task, a camera throw detection mechanism is implemented and various Python scripts are used.
To simplify the image collection, a camera throw detection mechanism is implemented and various Python scripts are used.
The goal of the throw detection is to extract valid frames of a throw --- with objects on them --- from the continuous data stream of the camera.
Therefore, the throw detection needs to work in real time.
% At a frame rate of \SI{200}{fps}, there is $<\SI{5}{ms}$ to process a single frame (without the use of parallel computing).
At a frame rate of \SI{200}{fps}, there is less than \SI{5}{ms} to process a single frame.
% Due to this time constraint, a simple image change detection algorithm is employed.
Due to this time constraint, a simple image change detection algorithm is implemented.

\newcol
% \section{Labeled Dataset}
\section{Dataset}
% The dataset contains images of 22 different throwing objects.
The dataset contains images of 22 different throwing objects, ranging from sports equipment to toys.
It is fully labeled and consists of more than \num{15000} usable images with at least 480 images of each object.
% All images were collected over the course of two days.
% The employed software allowed to collected all images over the course of two days.
The employed software made it possible to collect all images over the course of only two days.
% The above images show an example image of the \textit{Stuffed Bunny} and of the \textit{Hand Featherball}.
The above images are two examples from the labeled dataset.
The first one shows the \textit{Stuffed Bunny} and the second one shows the \textit{Hand Featherball}.
}

\infobox{Throwing Booth}{
% \begin{minipage}[t][][b]{0.45\textwidth}
% \includegraphics[height=50mm]{graphics/top_assembly.png}
% \end{minipage}\hfill%
\begin{minipage}{0.65\textwidth}
The throwing booth is constructed from general-purpose aluminium profiles.
% The rear panel is made of a white ABS plastic sheet for its robust impact strength and has a target hole. % features a target hole
Due to its robust impact strength, the rear panel is made of a white ABS plastic sheet and has a target hole.
% The side panel is made of a foamed PVC sheet to reduce light reflections.
The white side panel serves as a consistent background for the images.
It is made of a foamed PVC sheet with a fine-textured surface to reduce light reflections.
% The image acquisition system consists of a Baumer industrial camera and a suitable lens.
The image acquisition system consists of a Baumer industrial camera combined with a suitable lens. % imaging environment
% Strong diffuse lighting is used to minimize the required exposure time and to evenly illuminate the side panel.
The image acquisition system consists of a Baumer industrial camera combined with a suitable lens.
Strong diffuse lighting is used to minimize the required exposure time and to illuminate the side panel as evenly as possible.
% A monitor is used to display the detected object. % display the result
Finally, a monitor is used to display the detected object.
\end{minipage}\hfill%
\begin{minipage}{0.32\textwidth}
Expand Down
2 changes: 0 additions & 2 deletions doc/fact-sheet/fact-sheet.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
% !TeX TXS-program:view = txs:///view-pdf ./build/p5_aionfpga_fact-sheet_canzani_mueller.pdf

\documentclass[english]{fhnwfactsheet}
% \usepackage{tikz}
% \usepackage{lipsum}

\begin{document}
\includefactsheet{content.tex}
Expand Down

0 comments on commit f46d24f

Please sign in to comment.