README.md
setup.py
effdet/__init__.py
effdet/anchors.py
effdet/bench.py
effdet/distributed.py
effdet/efficientdet.py
effdet/evaluator.py
effdet/factory.py
effdet/helpers.py
effdet/loss.py
effdet/soft_nms.py
effdet/version.py
effdet.egg-info/PKG-INFO
effdet.egg-info/SOURCES.txt
effdet.egg-info/dependency_links.txt
effdet.egg-info/requires.txt
effdet.egg-info/top_level.txt
effdet/config/__init__.py
effdet/config/config_utils.py
effdet/config/fpn_config.py
effdet/config/model_config.py
effdet/config/train_config.py
effdet/data/__init__.py
effdet/data/dataset.py
effdet/data/dataset_config.py
effdet/data/dataset_factory.py
effdet/data/input_config.py
effdet/data/loader.py
effdet/data/random_erasing.py
effdet/data/transforms.py
effdet/data/parsers/__init__.py
effdet/data/parsers/parser.py
effdet/data/parsers/parser_coco.py
effdet/data/parsers/parser_config.py
effdet/data/parsers/parser_factory.py
effdet/data/parsers/parser_open_images.py
effdet/data/parsers/parser_voc.py
effdet/evaluation/__init__.py
effdet/evaluation/detection_evaluator.py
effdet/evaluation/fields.py
effdet/evaluation/metrics.py
effdet/evaluation/np_box_list.py
effdet/evaluation/np_mask_list.py
effdet/evaluation/object_detection_evaluation.py
effdet/evaluation/per_image_evaluation.py
effdet/object_detection/__init__.py
effdet/object_detection/argmax_matcher.py
effdet/object_detection/box_coder.py
effdet/object_detection/box_list.py
effdet/object_detection/matcher.py
effdet/object_detection/region_similarity_calculator.py
effdet/object_detection/target_assigner.py