13 lines
255 B
TeX
13 lines
255 B
TeX
% acronyms
|
|
\newacronym{NMS}{NMS}{non-maximum suppression}
|
|
\newacronym{SSD}{SSD}{Single Shot MultiBox Detector}
|
|
|
|
% terms
|
|
\newglossaryentry{vanilla}
|
|
{
|
|
name={vanilla},
|
|
description={
|
|
is used to describe the original state of something
|
|
}
|
|
}
|