Updated to reflect current source code

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-09-24 12:27:34 +02:00
parent 2f9623e3d5
commit 701b679784

View File

@ -33,11 +33,9 @@ be found in the definitions.py module,
preparation of the data sets and retrieval of data is preparation of the data sets and retrieval of data is
grouped in the data.py module, evaluation metrics have grouped in the data.py module, evaluation metrics have
their separate module (evaluation.py), the configuration is their separate module (evaluation.py), the configuration is
accessed and handled by the config.py module, debug-only code accessed and handled by the config.py module, plotting-related code
can be found in debug.py, and the ssd.py module contains can be found in plotting.py, and the ssd.py module contains
code to train the SSD and later predict with it. All code to train the SSD and later predict with it.
code relating to the auto-encoder can be found in its own
sub directory.
Lastly, the SSD implementation from a third party repository Lastly, the SSD implementation from a third party repository
has been modified to work inside a Python package architecture and has been modified to work inside a Python package architecture and