% acronyms \newacronym{NMS}{NMS}{non-maximum suppression} \newacronym{OSE}{OSE}{open set error} \newacronym{SSD}{SSD}{Single Shot MultiBox Detector} \newacronym{pdf}{pdf}{probabilistic density function} % terms \newglossaryentry{BGR}{ name={BGR}, description={ stands for the three colour channels blue, green, and red in this order } } \newglossaryentry{Caffe}{ name={Caffe}, description={ is a deep learning framework written in C++ } } \newglossaryentry{entropy}{ name={entropy}, description={ describes the amount of information provided by something. More likely events have a lower entropy than rare events. In case of classification probabilities, uniform predictions contain more information than predictions with a clear "winner" } } \newglossaryentry{posterior}{ name={posterior}, description={ probability output of a neural network } } \newglossaryentry{RGB}{ name={RGB}, description={ stands for the three colour channels red, green, and blue in this order } } \newglossaryentry{vanilla} { name={vanilla}, description={ is used to describe the original state of something } }