.travis.yml
LICENSE
MANIFEST.in
README.md
sample_config.yml
setup.cfg
setup.py
tox.ini
docs/CLOUD.md
docs/DATASETS.md
docs/EVALUATION.md
docs/TRAINING.md
docs/VISUALIZATIONS.md
luminoth/__init__.py
luminoth/cli.py
luminoth/eval.py
luminoth/predict.py
luminoth/train.py
luminoth/train_test.py
luminoth.egg-info/PKG-INFO
luminoth.egg-info/SOURCES.txt
luminoth.egg-info/dependency_links.txt
luminoth.egg-info/entry_points.txt
luminoth.egg-info/requires.txt
luminoth.egg-info/top_level.txt
luminoth/datasets/__init__.py
luminoth/datasets/base_dataset.py
luminoth/datasets/datasets.py
luminoth/datasets/exceptions.py
luminoth/datasets/object_detection_dataset.py
luminoth/datasets/object_detection_dataset_test.py
luminoth/models/__init__.py
luminoth/models/models.py
luminoth/models/base/__init__.py
luminoth/models/base/base_network.py
luminoth/models/base/base_network_test.py
luminoth/models/base/truncated_base_network.py
luminoth/models/base/truncated_base_network_test.py
luminoth/models/fasterrcnn/__init__.py
luminoth/models/fasterrcnn/base_config.yml
luminoth/models/fasterrcnn/fasterrcnn.py
luminoth/models/fasterrcnn/fasterrcnn_test.py
luminoth/models/fasterrcnn/rcnn.py
luminoth/models/fasterrcnn/rcnn_proposal.py
luminoth/models/fasterrcnn/rcnn_proposal_test.py
luminoth/models/fasterrcnn/rcnn_target.py
luminoth/models/fasterrcnn/rcnn_target_test.py
luminoth/models/fasterrcnn/rcnn_test.py
luminoth/models/fasterrcnn/roi_pool.py
luminoth/models/fasterrcnn/roi_pool_test.py
luminoth/models/fasterrcnn/rpn.py
luminoth/models/fasterrcnn/rpn_proposal.py
luminoth/models/fasterrcnn/rpn_proposal_test.py
luminoth/models/fasterrcnn/rpn_target.py
luminoth/models/fasterrcnn/rpn_target_test.py
luminoth/models/fasterrcnn/rpn_test.py
luminoth/tools/__init__.py
luminoth/tools/cloud/__init__.py
luminoth/tools/cloud/cli.py
luminoth/tools/cloud/gcloud.py
luminoth/tools/dataset/__init__.py
luminoth/tools/dataset/cli.py
luminoth/tools/dataset/dataset.py
luminoth/tools/dataset/imagenet.py
luminoth/tools/dataset/pascalvoc.py
luminoth/tools/dataset/transform.py
luminoth/tools/dataset/readers/__init__.py
luminoth/tools/dataset/readers/base_reader.py
luminoth/tools/dataset/readers/object_detection/__init__.py
luminoth/tools/dataset/readers/object_detection/coco.py
luminoth/tools/dataset/readers/object_detection/csv_reader.py
luminoth/tools/dataset/readers/object_detection/flat_reader.py
luminoth/tools/dataset/readers/object_detection/imagenet.py
luminoth/tools/dataset/readers/object_detection/object_detection_reader.py
luminoth/tools/dataset/readers/object_detection/pascalvoc.py
luminoth/tools/dataset/readers/object_detection/data/imagenet_wnids.json
luminoth/tools/dataset/writers/__init__.py
luminoth/tools/dataset/writers/base_writer.py
luminoth/tools/dataset/writers/object_detection_writer.py
luminoth/tools/server/__init__.py
luminoth/tools/server/cli.py
luminoth/tools/server/web.py
luminoth/tools/server/web_test.py
luminoth/tools/server/static/favicon.ico
luminoth/tools/server/static/luminoth-logo.png
luminoth/tools/server/static/main.css
luminoth/tools/server/static/tryolabs-logo.png
luminoth/tools/server/templates/index.html
luminoth/utils/__init__.py
luminoth/utils/anchors.py
luminoth/utils/anchors_test.py
luminoth/utils/bbox_overlap.py
luminoth/utils/bbox_overlap_test.py
luminoth/utils/bbox_transform.py
luminoth/utils/bbox_transform_test.py
luminoth/utils/bbox_transform_tf.py
luminoth/utils/checkpoint_downloader.py
luminoth/utils/config.py
luminoth/utils/dataset.py
luminoth/utils/debug.py
luminoth/utils/experiments.py
luminoth/utils/image.py
luminoth/utils/image_test.py
luminoth/utils/image_vis.py
luminoth/utils/losses.py
luminoth/utils/predicting.py
luminoth/utils/training.py
luminoth/utils/vars.py
luminoth/utils/hooks/__init__.py
luminoth/utils/hooks/image_vis_hook.py
luminoth/utils/test/__init__.py
luminoth/utils/test/anchors.py
luminoth/utils/test/gt_boxes.py