From dcee6643fe30873fc0ecc358fe9099b63c2fa976 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Wed, 15 May 2019 12:37:07 +0200 Subject: [PATCH] Added definitions and main modules to documentation Signed-off-by: Jim Martens --- src/twomartens/masterthesis/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/twomartens/masterthesis/__init__.py b/src/twomartens/masterthesis/__init__.py index 9b4adb6..f8d37e4 100644 --- a/src/twomartens/masterthesis/__init__.py +++ b/src/twomartens/masterthesis/__init__.py @@ -23,5 +23,7 @@ Subpackages: Modules: ``data``: provides functionality to load data sets + ``definitions``: contains mapper between COCO classes and WordNet IDs + ``main``: main entrance point of application ``ssd``: provides functionality to use the SSD models """