Path Lines of Code src/MaskRCNNDetection/configs/caffe2/e2e_faster_rcnn_R_101_FPN_1x_caffe2.yaml 25 src/MaskRCNNDetection/configs/caffe2/e2e_faster_rcnn_R_50_C4_1x_caffe2.yaml 5 src/MaskRCNNDetection/configs/caffe2/e2e_faster_rcnn_R_50_FPN_1x_caffe2.yaml 25 src/MaskRCNNDetection/configs/caffe2/e2e_faster_rcnn_X_101_32x8d_FPN_1x_caffe2.yaml 29 src/MaskRCNNDetection/configs/caffe2/e2e_mask_rcnn_R_101_FPN_1x_caffe2.yaml 34 src/MaskRCNNDetection/configs/caffe2/e2e_mask_rcnn_R_50_C4_1x_caffe2.yaml 9 src/MaskRCNNDetection/configs/caffe2/e2e_mask_rcnn_R_50_FPN_1x_caffe2.yaml 34 src/MaskRCNNDetection/configs/caffe2/e2e_mask_rcnn_X_101_32x8d_FPN_1x_caffe2.yaml 38 src/MaskRCNNDetection/configs/cityscapes/e2e_faster_rcnn_R_50_FPN_1x_cocostyle.yaml 32 src/MaskRCNNDetection/configs/cityscapes/e2e_mask_rcnn_R_50_FPN_1x_cocostyle.yaml 41 src/MaskRCNNDetection/configs/e2e_faster_rcnn_R_101_FPN_1x.yaml 31 src/MaskRCNNDetection/configs/e2e_faster_rcnn_R_50_C4_1x.yaml 15 src/MaskRCNNDetection/configs/e2e_faster_rcnn_R_50_FPN_1x.yaml 31 src/MaskRCNNDetection/configs/e2e_faster_rcnn_X_101_32x8d_FPN_1x.yaml 36 src/MaskRCNNDetection/configs/e2e_mask_rcnn_R_101_FPN_1x.yaml 40 src/MaskRCNNDetection/configs/e2e_mask_rcnn_R_50_C4_1x.yaml 19 src/MaskRCNNDetection/configs/e2e_mask_rcnn_R_50_FPN_1x.yaml 40 src/MaskRCNNDetection/configs/e2e_mask_rcnn_X_101_32x8d_FPN_1x.yaml 45 src/MaskRCNNDetection/configs/pascal_voc/e2e_faster_rcnn_R_50_C4_1x_1_gpu_voc.yaml 20 src/MaskRCNNDetection/configs/pascal_voc/e2e_faster_rcnn_R_50_C4_1x_4_gpu_voc.yaml 20 src/MaskRCNNDetection/configs/pascal_voc/e2e_mask_rcnn_R_50_FPN_1x_cocostyle.yaml 41 src/MaskRCNNDetection/configs/quick_schedules/e2e_faster_rcnn_R_50_C4_quick.yaml 24 src/MaskRCNNDetection/configs/quick_schedules/e2e_faster_rcnn_R_50_FPN_quick.yaml 40 src/MaskRCNNDetection/configs/quick_schedules/e2e_faster_rcnn_X_101_32x8d_FPN_quick.yaml 44 src/MaskRCNNDetection/configs/quick_schedules/e2e_mask_rcnn_R_50_C4_quick.yaml 28 src/MaskRCNNDetection/configs/quick_schedules/e2e_mask_rcnn_R_50_FPN_quick.yaml 49 src/MaskRCNNDetection/configs/quick_schedules/e2e_mask_rcnn_X_101_32x8d_FPN_quick.yaml 53 src/MaskRCNNDetection/configs/quick_schedules/rpn_R_50_C4_quick.yaml 23 src/MaskRCNNDetection/configs/quick_schedules/rpn_R_50_FPN_quick.yaml 31 src/MaskRCNNDetection/docker/docker-jupyter/jupyter_notebook_config.py 14 src/MaskRCNNDetection/maskrcnn_benchmark/__init__.py 1 src/MaskRCNNDetection/maskrcnn_benchmark/config/__init__.py 1 src/MaskRCNNDetection/maskrcnn_benchmark/config/defaults.py 106 src/MaskRCNNDetection/maskrcnn_benchmark/config/paths_catalog.py 167 src/MaskRCNNDetection/maskrcnn_benchmark/csrc/ROIAlign.h 39 src/MaskRCNNDetection/maskrcnn_benchmark/csrc/ROIPool.h 39 src/MaskRCNNDetection/maskrcnn_benchmark/csrc/cpu/ROIAlign_cpu.cpp 208 src/MaskRCNNDetection/maskrcnn_benchmark/csrc/cpu/nms_cpu.cpp 62 src/MaskRCNNDetection/maskrcnn_benchmark/csrc/cpu/vision.h 11 src/MaskRCNNDetection/maskrcnn_benchmark/csrc/cuda/ROIAlign_cuda.cu 287 src/MaskRCNNDetection/maskrcnn_benchmark/csrc/cuda/ROIPool_cuda.cu 175 src/MaskRCNNDetection/maskrcnn_benchmark/csrc/cuda/nms.cu 108 src/MaskRCNNDetection/maskrcnn_benchmark/csrc/cuda/vision.h 38 src/MaskRCNNDetection/maskrcnn_benchmark/csrc/nms.h 21 src/MaskRCNNDetection/maskrcnn_benchmark/csrc/vision.cpp 10 src/MaskRCNNDetection/maskrcnn_benchmark/data/__init__.py 1 src/MaskRCNNDetection/maskrcnn_benchmark/data/build.py 133 src/MaskRCNNDetection/maskrcnn_benchmark/data/collate_batch.py 10 src/MaskRCNNDetection/maskrcnn_benchmark/data/datasets/__init__.py 5 src/MaskRCNNDetection/maskrcnn_benchmark/data/datasets/coco.py 45 src/MaskRCNNDetection/maskrcnn_benchmark/data/datasets/concat_dataset.py 13 src/MaskRCNNDetection/maskrcnn_benchmark/data/datasets/evaluation/__init__.py 14 src/MaskRCNNDetection/maskrcnn_benchmark/data/datasets/evaluation/coco/__init__.py 19 src/MaskRCNNDetection/maskrcnn_benchmark/data/datasets/evaluation/coco/coco_eval.py 274 src/MaskRCNNDetection/maskrcnn_benchmark/data/datasets/evaluation/voc/__init__.py 13 src/MaskRCNNDetection/maskrcnn_benchmark/data/datasets/evaluation/voc/voc_eval.py 132 src/MaskRCNNDetection/maskrcnn_benchmark/data/datasets/list_dataset.py 17 src/MaskRCNNDetection/maskrcnn_benchmark/data/datasets/voc.py 107 src/MaskRCNNDetection/maskrcnn_benchmark/data/datasets/vott.py 108 src/MaskRCNNDetection/maskrcnn_benchmark/data/samplers/__init__.py 4 src/MaskRCNNDetection/maskrcnn_benchmark/data/samplers/distributed.py 38 src/MaskRCNNDetection/maskrcnn_benchmark/data/samplers/grouped_batch_sampler.py 57 src/MaskRCNNDetection/maskrcnn_benchmark/data/samplers/iteration_based_batch_sampler.py 18 src/MaskRCNNDetection/maskrcnn_benchmark/data/transforms/__init__.py 6 src/MaskRCNNDetection/maskrcnn_benchmark/data/transforms/build.py 23 src/MaskRCNNDetection/maskrcnn_benchmark/data/transforms/transforms.py 66 src/MaskRCNNDetection/maskrcnn_benchmark/engine/__init__.py 1 src/MaskRCNNDetection/maskrcnn_benchmark/engine/inference.py 85 src/MaskRCNNDetection/maskrcnn_benchmark/engine/trainer.py 90 src/MaskRCNNDetection/maskrcnn_benchmark/layers/__init__.py 12 src/MaskRCNNDetection/maskrcnn_benchmark/layers/_utils.py 29 src/MaskRCNNDetection/maskrcnn_benchmark/layers/batch_norm.py 15 src/MaskRCNNDetection/maskrcnn_benchmark/layers/misc.py 73 src/MaskRCNNDetection/maskrcnn_benchmark/layers/nms.py 2 src/MaskRCNNDetection/maskrcnn_benchmark/layers/roi_align.py 57 src/MaskRCNNDetection/maskrcnn_benchmark/layers/roi_pool.py 52 src/MaskRCNNDetection/maskrcnn_benchmark/layers/smooth_l1_loss.py 8 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/__init__.py 1 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/backbone/__init__.py 1 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/backbone/backbone.py 34 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/backbone/fpn.py 39 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/backbone/resnet.py 229 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/balanced_positive_negative_sampler.py 30 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/box_coder.py 47 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/detector/__init__.py 1 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/detector/detectors.py 5 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/detector/generalized_rcnn.py 30 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/matcher.py 38 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/poolers.py 64 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/registry.py 4 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/roi_heads/__init__.py 1 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/roi_heads/box_head/__init__.py 1 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/roi_heads/box_head/box_head.py 32 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/roi_heads/box_head/inference.py 87 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/roi_heads/box_head/loss.py 97 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/roi_heads/box_head/roi_box_feature_extractors.py 64 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/roi_heads/box_head/roi_box_predictors.py 44 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/roi_heads/mask_head/__init__.py 1 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/roi_heads/mask_head/inference.py 125 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/roi_heads/mask_head/loss.py 78 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/roi_heads/mask_head/mask_head.py 46 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/roi_heads/mask_head/roi_mask_feature_extractors.py 41 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/roi_heads/mask_head/roi_mask_predictors.py 30 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/roi_heads/roi_heads.py 32 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/rpn/__init__.py 1 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/rpn/anchor_generator.py 156 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/rpn/inference.py 127 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/rpn/loss.py 85 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/rpn/rpn.py 82 src/MaskRCNNDetection/maskrcnn_benchmark/modeling/utils.py 6 src/MaskRCNNDetection/maskrcnn_benchmark/solver/__init__.py 3 src/MaskRCNNDetection/maskrcnn_benchmark/solver/build.py 24 src/MaskRCNNDetection/maskrcnn_benchmark/solver/lr_scheduler.py 43 src/MaskRCNNDetection/maskrcnn_benchmark/structures/__init__.py 1 src/MaskRCNNDetection/maskrcnn_benchmark/structures/bounding_box.py 193 src/MaskRCNNDetection/maskrcnn_benchmark/structures/boxlist_ops.py 57 src/MaskRCNNDetection/maskrcnn_benchmark/structures/image_list.py 35 src/MaskRCNNDetection/maskrcnn_benchmark/structures/segmentation_mask.py 148 src/MaskRCNNDetection/maskrcnn_benchmark/utils/__init__.py 1 src/MaskRCNNDetection/maskrcnn_benchmark/utils/c2_model_loading.py 105 src/MaskRCNNDetection/maskrcnn_benchmark/utils/checkpoint.py 110 src/MaskRCNNDetection/maskrcnn_benchmark/utils/collect_env.py 8 src/MaskRCNNDetection/maskrcnn_benchmark/utils/comm.py 82 src/MaskRCNNDetection/maskrcnn_benchmark/utils/env.py 20 src/MaskRCNNDetection/maskrcnn_benchmark/utils/imports.py 17 src/MaskRCNNDetection/maskrcnn_benchmark/utils/logger.py 19 src/MaskRCNNDetection/maskrcnn_benchmark/utils/metric_logger.py 49 src/MaskRCNNDetection/maskrcnn_benchmark/utils/miscellaneous.py 8 src/MaskRCNNDetection/maskrcnn_benchmark/utils/model_serialization.py 47 src/MaskRCNNDetection/maskrcnn_benchmark/utils/model_zoo.py 29 src/MaskRCNNDetection/maskrcnn_benchmark/utils/registry.py 22 src/MaskRCNNDetection/setup.py 51 src/MaskRCNNDetection/tools/cityscapes/convert_cityscapes_to_coco.py 165 src/MaskRCNNDetection/tools/cityscapes/instances2dict_with_polygons.py 50 src/MaskRCNNDetection/tools/train_net.py 135