Added glossary

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-09-27 16:02:59 +02:00
parent e7ebea9ae8
commit 452d97b4b2
4 changed files with 200 additions and 184 deletions

12
glossary.tex Normal file
View File

@ -0,0 +1,12 @@
% 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
}
}