MANIFEST.in
README.md
pyproject.toml
setup.py
src/twomartens/__init__.py
src/twomartens.masterthesis.egg-info/PKG-INFO
src/twomartens.masterthesis.egg-info/SOURCES.txt
src/twomartens.masterthesis.egg-info/dependency_links.txt
src/twomartens.masterthesis.egg-info/entry_points.txt
src/twomartens.masterthesis.egg-info/namespace_packages.txt
src/twomartens.masterthesis.egg-info/requires.txt
src/twomartens.masterthesis.egg-info/top_level.txt
src/twomartens/masterthesis/__init__.py
src/twomartens/masterthesis/cli.py
src/twomartens/masterthesis/config.py
src/twomartens/masterthesis/data.py
src/twomartens/masterthesis/definitions.py
src/twomartens/masterthesis/evaluate.py
src/twomartens/masterthesis/main.py
src/twomartens/masterthesis/plotting.py
src/twomartens/masterthesis/scenenet_pb2.py
src/twomartens/masterthesis/ssd.py
src/twomartens/masterthesis/weights.py
src/twomartens/masterthesis/ssd_keras/__init__.py
src/twomartens/masterthesis/ssd_keras/bounding_box_utils/__init__.py
src/twomartens/masterthesis/ssd_keras/bounding_box_utils/bounding_box_utils.py
src/twomartens/masterthesis/ssd_keras/data_generator/__init__.py
src/twomartens/masterthesis/ssd_keras/data_generator/data_augmentation_chain_constant_input_size.py
src/twomartens/masterthesis/ssd_keras/data_generator/data_augmentation_chain_original_ssd.py
src/twomartens/masterthesis/ssd_keras/data_generator/data_augmentation_chain_satellite.py
src/twomartens/masterthesis/ssd_keras/data_generator/data_augmentation_chain_variable_input_size.py
src/twomartens/masterthesis/ssd_keras/data_generator/object_detection_2d_data_generator.py
src/twomartens/masterthesis/ssd_keras/data_generator/object_detection_2d_geometric_ops.py
src/twomartens/masterthesis/ssd_keras/data_generator/object_detection_2d_image_boxes_validation_utils.py
src/twomartens/masterthesis/ssd_keras/data_generator/object_detection_2d_misc_utils.py
src/twomartens/masterthesis/ssd_keras/data_generator/object_detection_2d_patch_sampling_ops.py
src/twomartens/masterthesis/ssd_keras/data_generator/object_detection_2d_photometric_ops.py
src/twomartens/masterthesis/ssd_keras/eval_utils/__init__.py
src/twomartens/masterthesis/ssd_keras/eval_utils/average_precision_evaluator.py
src/twomartens/masterthesis/ssd_keras/eval_utils/coco_utils.py
src/twomartens/masterthesis/ssd_keras/keras_layers/__init__.py
src/twomartens/masterthesis/ssd_keras/keras_layers/keras_layer_AnchorBoxes.py
src/twomartens/masterthesis/ssd_keras/keras_layers/keras_layer_DecodeDetections.py
src/twomartens/masterthesis/ssd_keras/keras_layers/keras_layer_DecodeDetectionsFast.py
src/twomartens/masterthesis/ssd_keras/keras_layers/keras_layer_L2Normalization.py
src/twomartens/masterthesis/ssd_keras/keras_loss_function/__init__.py
src/twomartens/masterthesis/ssd_keras/keras_loss_function/keras_ssd_loss.py
src/twomartens/masterthesis/ssd_keras/misc_utils/__init__.py
src/twomartens/masterthesis/ssd_keras/misc_utils/tensor_sampling_utils.py
src/twomartens/masterthesis/ssd_keras/models/__init__.py
src/twomartens/masterthesis/ssd_keras/models/keras_ssd300.py
src/twomartens/masterthesis/ssd_keras/models/keras_ssd300_dropout.py
src/twomartens/masterthesis/ssd_keras/models/keras_ssd512.py
src/twomartens/masterthesis/ssd_keras/models/keras_ssd7.py
src/twomartens/masterthesis/ssd_keras/ssd_encoder_decoder/__init__.py
src/twomartens/masterthesis/ssd_keras/ssd_encoder_decoder/matching_utils.py
src/twomartens/masterthesis/ssd_keras/ssd_encoder_decoder/ssd_input_encoder.py
src/twomartens/masterthesis/ssd_keras/ssd_encoder_decoder/ssd_output_decoder.py