LICENSE
README.md
flops.txt
holder.yml
pytest.ini
requirements.txt
run_taiji_detector.json
run_taiji_swin_yolof.json
setup.cfg
setup.py
start.sh
test.txt
ckpt/mask_rcnn_camdet_neck4_1x.py
configs/_base_/default_runtime.py
configs/_base_/mask_rcnn_camnet_fpn.py
configs/_base_/datasets/cityscapes_detection.py
configs/_base_/datasets/cityscapes_instance.py
configs/_base_/datasets/coco_detection.py
configs/_base_/datasets/coco_instance.py
configs/_base_/datasets/coco_instance_semantic.py
configs/_base_/datasets/deepfashion.py
configs/_base_/datasets/lvis_v0.5_instance.py
configs/_base_/datasets/lvis_v1_instance.py
configs/_base_/datasets/voc0712.py
configs/_base_/datasets/wider_face.py
configs/_base_/models/cascade_mask_rcnn_r50_fpn.py
configs/_base_/models/cascade_mask_rcnn_swin_fpn.py
configs/_base_/models/cascade_rcnn_r50_fpn.py
configs/_base_/models/fast_rcnn_r50_fpn.py
configs/_base_/models/faster_rcnn_r50_caffe_c4.py
configs/_base_/models/faster_rcnn_r50_caffe_dc5.py
configs/_base_/models/faster_rcnn_r50_fpn.py
configs/_base_/models/mask_rcnn_camdet.py
configs/_base_/models/mask_rcnn_camdet_8relosution.py
configs/_base_/models/mask_rcnn_camdet_fpn.py
configs/_base_/models/mask_rcnn_camnet_fpn.py
configs/_base_/models/mask_rcnn_levit_fpn.py
configs/_base_/models/mask_rcnn_r50_caffe_c4.py
configs/_base_/models/mask_rcnn_r50_fpn.py
configs/_base_/models/mask_rcnn_swin_fpn.py
configs/_base_/models/mask_rcnn_swinchannel.py
configs/_base_/models/mask_rcnn_swinchannel_fpn.py
configs/_base_/models/mask_rcnn_swinchannel_fpn_nomask.py
configs/_base_/models/mask_rcnn_swinchannel_noneck.py
configs/_base_/models/mask_rcnn_swinchannel_noneck_oneout.py
configs/_base_/models/mask_rcnn_xcit_p16.py
configs/_base_/models/mask_rcnn_xcit_p8.py
configs/_base_/models/retinanet_camdet.py
configs/_base_/models/retinanet_camdet_fpn.py
configs/_base_/models/retinanet_r50_fpn.py
configs/_base_/models/rpn_r50_caffe_c4.py
configs/_base_/models/rpn_r50_fpn.py
configs/_base_/models/ssd300.py
configs/_base_/schedules/schedule_1x.py
configs/_base_/schedules/schedule_20e.py
configs/_base_/schedules/schedule_2x.py
configs/yolof/swin_saca_couple_trans.py
demo/MMDet_Tutorial.ipynb
demo/create_result_gif.py
demo/demo.jpg
demo/demo.mp4
demo/image_demo.py
demo/inference_demo.ipynb
demo/video_demo.py
demo/webcam_demo.py
dist/mmdet-2.11.0-py3.7.egg
dist/mmdet-2.11.0-py3.8.egg
docker/Dockerfile
docker/serve/Dockerfile
docker/serve/config.properties
docker/serve/entrypoint.sh
docs/1_exist_data_model.md
docs/2_new_data_model.md
docs/3_exist_data_new_model.md
docs/Makefile
docs/api.rst
docs/changelog.md
docs/compatibility.md
docs/conf.py
docs/conventions.md
docs/faq.md
docs/get_started.md
docs/index.rst
docs/make.bat
docs/model_zoo.md
docs/projects.md
docs/robustness_benchmarking.md
docs/stat.py
docs/useful_tools.md
docs/tutorials/config.md
docs/tutorials/customize_dataset.md
docs/tutorials/customize_losses.md
docs/tutorials/customize_models.md
docs/tutorials/customize_runtime.md
docs/tutorials/data_pipeline.md
docs/tutorials/finetune.md
docs/tutorials/index.rst
docs/tutorials/onnx2tensorrt.md
docs/tutorials/pytorch2onnx.md
mmcv_custom/__init__.py
mmcv_custom/checkpoint.py
mmcv_custom/__pycache__/__init__.cpython-37.pyc
mmcv_custom/__pycache__/__init__.cpython-38.pyc
mmcv_custom/__pycache__/checkpoint.cpython-37.pyc
mmcv_custom/__pycache__/checkpoint.cpython-38.pyc
mmcv_custom/runner/__init__.py
mmcv_custom/runner/checkpoint.py
mmcv_custom/runner/epoch_based_runner.py
mmcv_custom/runner/__pycache__/__init__.cpython-37.pyc
mmcv_custom/runner/__pycache__/__init__.cpython-38.pyc
mmcv_custom/runner/__pycache__/checkpoint.cpython-37.pyc
mmcv_custom/runner/__pycache__/checkpoint.cpython-38.pyc
mmcv_custom/runner/__pycache__/epoch_based_runner.cpython-37.pyc
mmcv_custom/runner/__pycache__/epoch_based_runner.cpython-38.pyc
mmdet/__init__.py
mmdet/version.py
mmdet.egg-info/PKG-INFO
mmdet.egg-info/SOURCES.txt
mmdet.egg-info/dependency_links.txt
mmdet.egg-info/not-zip-safe
mmdet.egg-info/requires.txt
mmdet.egg-info/top_level.txt
mmdet/__pycache__/__init__.cpython-37.pyc
mmdet/__pycache__/__init__.cpython-38.pyc
mmdet/__pycache__/version.cpython-37.pyc
mmdet/__pycache__/version.cpython-38.pyc
mmdet/apis/__init__.py
mmdet/apis/inference.py
mmdet/apis/test.py
mmdet/apis/train.py
mmdet/apis/__pycache__/__init__.cpython-37.pyc
mmdet/apis/__pycache__/__init__.cpython-38.pyc
mmdet/apis/__pycache__/inference.cpython-37.pyc
mmdet/apis/__pycache__/inference.cpython-38.pyc
mmdet/apis/__pycache__/test.cpython-37.pyc
mmdet/apis/__pycache__/test.cpython-38.pyc
mmdet/apis/__pycache__/train.cpython-37.pyc
mmdet/apis/__pycache__/train.cpython-38.pyc
mmdet/core/__init__.py
mmdet/core/__pycache__/__init__.cpython-37.pyc
mmdet/core/__pycache__/__init__.cpython-38.pyc
mmdet/core/anchor/__init__.py
mmdet/core/anchor/anchor_generator.py
mmdet/core/anchor/builder.py
mmdet/core/anchor/point_generator.py
mmdet/core/anchor/utils.py
mmdet/core/anchor/__pycache__/__init__.cpython-37.pyc
mmdet/core/anchor/__pycache__/__init__.cpython-38.pyc
mmdet/core/anchor/__pycache__/anchor_generator.cpython-37.pyc
mmdet/core/anchor/__pycache__/anchor_generator.cpython-38.pyc
mmdet/core/anchor/__pycache__/builder.cpython-37.pyc
mmdet/core/anchor/__pycache__/builder.cpython-38.pyc
mmdet/core/anchor/__pycache__/point_generator.cpython-37.pyc
mmdet/core/anchor/__pycache__/point_generator.cpython-38.pyc
mmdet/core/anchor/__pycache__/utils.cpython-37.pyc
mmdet/core/anchor/__pycache__/utils.cpython-38.pyc
mmdet/core/bbox/__init__.py
mmdet/core/bbox/builder.py
mmdet/core/bbox/demodata.py
mmdet/core/bbox/transforms.py
mmdet/core/bbox/__pycache__/__init__.cpython-37.pyc
mmdet/core/bbox/__pycache__/__init__.cpython-38.pyc
mmdet/core/bbox/__pycache__/builder.cpython-37.pyc
mmdet/core/bbox/__pycache__/builder.cpython-38.pyc
mmdet/core/bbox/__pycache__/demodata.cpython-37.pyc
mmdet/core/bbox/__pycache__/demodata.cpython-38.pyc
mmdet/core/bbox/__pycache__/transforms.cpython-37.pyc
mmdet/core/bbox/__pycache__/transforms.cpython-38.pyc
mmdet/core/bbox/assigners/__init__.py
mmdet/core/bbox/assigners/approx_max_iou_assigner.py
mmdet/core/bbox/assigners/assign_result.py
mmdet/core/bbox/assigners/atss_assigner.py
mmdet/core/bbox/assigners/base_assigner.py
mmdet/core/bbox/assigners/center_region_assigner.py
mmdet/core/bbox/assigners/grid_assigner.py
mmdet/core/bbox/assigners/hungarian_assigner.py
mmdet/core/bbox/assigners/max_iou_assigner.py
mmdet/core/bbox/assigners/point_assigner.py
mmdet/core/bbox/assigners/region_assigner.py
mmdet/core/bbox/assigners/uniform_assigner.py
mmdet/core/bbox/assigners/__pycache__/__init__.cpython-37.pyc
mmdet/core/bbox/assigners/__pycache__/__init__.cpython-38.pyc
mmdet/core/bbox/assigners/__pycache__/approx_max_iou_assigner.cpython-37.pyc
mmdet/core/bbox/assigners/__pycache__/approx_max_iou_assigner.cpython-38.pyc
mmdet/core/bbox/assigners/__pycache__/assign_result.cpython-37.pyc
mmdet/core/bbox/assigners/__pycache__/assign_result.cpython-38.pyc
mmdet/core/bbox/assigners/__pycache__/atss_assigner.cpython-37.pyc
mmdet/core/bbox/assigners/__pycache__/atss_assigner.cpython-38.pyc
mmdet/core/bbox/assigners/__pycache__/base_assigner.cpython-37.pyc
mmdet/core/bbox/assigners/__pycache__/base_assigner.cpython-38.pyc
mmdet/core/bbox/assigners/__pycache__/center_region_assigner.cpython-37.pyc
mmdet/core/bbox/assigners/__pycache__/center_region_assigner.cpython-38.pyc
mmdet/core/bbox/assigners/__pycache__/grid_assigner.cpython-37.pyc
mmdet/core/bbox/assigners/__pycache__/grid_assigner.cpython-38.pyc
mmdet/core/bbox/assigners/__pycache__/hungarian_assigner.cpython-37.pyc
mmdet/core/bbox/assigners/__pycache__/hungarian_assigner.cpython-38.pyc
mmdet/core/bbox/assigners/__pycache__/max_iou_assigner.cpython-37.pyc
mmdet/core/bbox/assigners/__pycache__/max_iou_assigner.cpython-38.pyc
mmdet/core/bbox/assigners/__pycache__/point_assigner.cpython-37.pyc
mmdet/core/bbox/assigners/__pycache__/point_assigner.cpython-38.pyc
mmdet/core/bbox/assigners/__pycache__/region_assigner.cpython-37.pyc
mmdet/core/bbox/assigners/__pycache__/region_assigner.cpython-38.pyc
mmdet/core/bbox/assigners/__pycache__/uniform_assigner.cpython-37.pyc
mmdet/core/bbox/assigners/__pycache__/uniform_assigner.cpython-38.pyc
mmdet/core/bbox/coder/__init__.py
mmdet/core/bbox/coder/base_bbox_coder.py
mmdet/core/bbox/coder/bucketing_bbox_coder.py
mmdet/core/bbox/coder/delta_xywh_bbox_coder.py
mmdet/core/bbox/coder/legacy_delta_xywh_bbox_coder.py
mmdet/core/bbox/coder/pseudo_bbox_coder.py
mmdet/core/bbox/coder/tblr_bbox_coder.py
mmdet/core/bbox/coder/yolo_bbox_coder.py
mmdet/core/bbox/coder/__pycache__/__init__.cpython-37.pyc
mmdet/core/bbox/coder/__pycache__/__init__.cpython-38.pyc
mmdet/core/bbox/coder/__pycache__/base_bbox_coder.cpython-37.pyc
mmdet/core/bbox/coder/__pycache__/base_bbox_coder.cpython-38.pyc
mmdet/core/bbox/coder/__pycache__/bucketing_bbox_coder.cpython-37.pyc
mmdet/core/bbox/coder/__pycache__/bucketing_bbox_coder.cpython-38.pyc
mmdet/core/bbox/coder/__pycache__/delta_xywh_bbox_coder.cpython-37.pyc
mmdet/core/bbox/coder/__pycache__/delta_xywh_bbox_coder.cpython-38.pyc
mmdet/core/bbox/coder/__pycache__/legacy_delta_xywh_bbox_coder.cpython-37.pyc
mmdet/core/bbox/coder/__pycache__/legacy_delta_xywh_bbox_coder.cpython-38.pyc
mmdet/core/bbox/coder/__pycache__/pseudo_bbox_coder.cpython-37.pyc
mmdet/core/bbox/coder/__pycache__/pseudo_bbox_coder.cpython-38.pyc
mmdet/core/bbox/coder/__pycache__/tblr_bbox_coder.cpython-37.pyc
mmdet/core/bbox/coder/__pycache__/tblr_bbox_coder.cpython-38.pyc
mmdet/core/bbox/coder/__pycache__/yolo_bbox_coder.cpython-37.pyc
mmdet/core/bbox/coder/__pycache__/yolo_bbox_coder.cpython-38.pyc
mmdet/core/bbox/iou_calculators/__init__.py
mmdet/core/bbox/iou_calculators/builder.py
mmdet/core/bbox/iou_calculators/iou2d_calculator.py
mmdet/core/bbox/iou_calculators/__pycache__/__init__.cpython-37.pyc
mmdet/core/bbox/iou_calculators/__pycache__/__init__.cpython-38.pyc
mmdet/core/bbox/iou_calculators/__pycache__/builder.cpython-37.pyc
mmdet/core/bbox/iou_calculators/__pycache__/builder.cpython-38.pyc
mmdet/core/bbox/iou_calculators/__pycache__/iou2d_calculator.cpython-37.pyc
mmdet/core/bbox/iou_calculators/__pycache__/iou2d_calculator.cpython-38.pyc
mmdet/core/bbox/match_costs/__init__.py
mmdet/core/bbox/match_costs/builder.py
mmdet/core/bbox/match_costs/match_cost.py
mmdet/core/bbox/match_costs/__pycache__/__init__.cpython-37.pyc
mmdet/core/bbox/match_costs/__pycache__/__init__.cpython-38.pyc
mmdet/core/bbox/match_costs/__pycache__/builder.cpython-37.pyc
mmdet/core/bbox/match_costs/__pycache__/builder.cpython-38.pyc
mmdet/core/bbox/match_costs/__pycache__/match_cost.cpython-37.pyc
mmdet/core/bbox/match_costs/__pycache__/match_cost.cpython-38.pyc
mmdet/core/bbox/samplers/__init__.py
mmdet/core/bbox/samplers/base_sampler.py
mmdet/core/bbox/samplers/combined_sampler.py
mmdet/core/bbox/samplers/instance_balanced_pos_sampler.py
mmdet/core/bbox/samplers/iou_balanced_neg_sampler.py
mmdet/core/bbox/samplers/ohem_sampler.py
mmdet/core/bbox/samplers/pseudo_sampler.py
mmdet/core/bbox/samplers/random_sampler.py
mmdet/core/bbox/samplers/sampling_result.py
mmdet/core/bbox/samplers/score_hlr_sampler.py
mmdet/core/bbox/samplers/__pycache__/__init__.cpython-37.pyc
mmdet/core/bbox/samplers/__pycache__/__init__.cpython-38.pyc
mmdet/core/bbox/samplers/__pycache__/base_sampler.cpython-37.pyc
mmdet/core/bbox/samplers/__pycache__/base_sampler.cpython-38.pyc
mmdet/core/bbox/samplers/__pycache__/combined_sampler.cpython-37.pyc
mmdet/core/bbox/samplers/__pycache__/combined_sampler.cpython-38.pyc
mmdet/core/bbox/samplers/__pycache__/instance_balanced_pos_sampler.cpython-37.pyc
mmdet/core/bbox/samplers/__pycache__/instance_balanced_pos_sampler.cpython-38.pyc
mmdet/core/bbox/samplers/__pycache__/iou_balanced_neg_sampler.cpython-37.pyc
mmdet/core/bbox/samplers/__pycache__/iou_balanced_neg_sampler.cpython-38.pyc
mmdet/core/bbox/samplers/__pycache__/ohem_sampler.cpython-37.pyc
mmdet/core/bbox/samplers/__pycache__/ohem_sampler.cpython-38.pyc
mmdet/core/bbox/samplers/__pycache__/pseudo_sampler.cpython-37.pyc
mmdet/core/bbox/samplers/__pycache__/pseudo_sampler.cpython-38.pyc
mmdet/core/bbox/samplers/__pycache__/random_sampler.cpython-37.pyc
mmdet/core/bbox/samplers/__pycache__/random_sampler.cpython-38.pyc
mmdet/core/bbox/samplers/__pycache__/sampling_result.cpython-37.pyc
mmdet/core/bbox/samplers/__pycache__/sampling_result.cpython-38.pyc
mmdet/core/bbox/samplers/__pycache__/score_hlr_sampler.cpython-37.pyc
mmdet/core/bbox/samplers/__pycache__/score_hlr_sampler.cpython-38.pyc
mmdet/core/evaluation/__init__.py
mmdet/core/evaluation/bbox_overlaps.py
mmdet/core/evaluation/class_names.py
mmdet/core/evaluation/eval_hooks.py
mmdet/core/evaluation/mean_ap.py
mmdet/core/evaluation/recall.py
mmdet/core/evaluation/__pycache__/__init__.cpython-37.pyc
mmdet/core/evaluation/__pycache__/__init__.cpython-38.pyc
mmdet/core/evaluation/__pycache__/bbox_overlaps.cpython-37.pyc
mmdet/core/evaluation/__pycache__/bbox_overlaps.cpython-38.pyc
mmdet/core/evaluation/__pycache__/class_names.cpython-37.pyc
mmdet/core/evaluation/__pycache__/class_names.cpython-38.pyc
mmdet/core/evaluation/__pycache__/eval_hooks.cpython-37.pyc
mmdet/core/evaluation/__pycache__/eval_hooks.cpython-38.pyc
mmdet/core/evaluation/__pycache__/mean_ap.cpython-37.pyc
mmdet/core/evaluation/__pycache__/mean_ap.cpython-38.pyc
mmdet/core/evaluation/__pycache__/recall.cpython-37.pyc
mmdet/core/evaluation/__pycache__/recall.cpython-38.pyc
mmdet/core/export/__init__.py
mmdet/core/export/pytorch2onnx.py
mmdet/core/export/__pycache__/__init__.cpython-37.pyc
mmdet/core/export/__pycache__/__init__.cpython-38.pyc
mmdet/core/export/__pycache__/pytorch2onnx.cpython-37.pyc
mmdet/core/export/__pycache__/pytorch2onnx.cpython-38.pyc
mmdet/core/mask/__init__.py
mmdet/core/mask/mask_target.py
mmdet/core/mask/structures.py
mmdet/core/mask/utils.py
mmdet/core/mask/__pycache__/__init__.cpython-37.pyc
mmdet/core/mask/__pycache__/__init__.cpython-38.pyc
mmdet/core/mask/__pycache__/mask_target.cpython-37.pyc
mmdet/core/mask/__pycache__/mask_target.cpython-38.pyc
mmdet/core/mask/__pycache__/structures.cpython-37.pyc
mmdet/core/mask/__pycache__/structures.cpython-38.pyc
mmdet/core/mask/__pycache__/utils.cpython-37.pyc
mmdet/core/mask/__pycache__/utils.cpython-38.pyc
mmdet/core/post_processing/__init__.py
mmdet/core/post_processing/bbox_nms.py
mmdet/core/post_processing/merge_augs.py
mmdet/core/post_processing/__pycache__/__init__.cpython-37.pyc
mmdet/core/post_processing/__pycache__/__init__.cpython-38.pyc
mmdet/core/post_processing/__pycache__/bbox_nms.cpython-37.pyc
mmdet/core/post_processing/__pycache__/bbox_nms.cpython-38.pyc
mmdet/core/post_processing/__pycache__/merge_augs.cpython-37.pyc
mmdet/core/post_processing/__pycache__/merge_augs.cpython-38.pyc
mmdet/core/utils/__init__.py
mmdet/core/utils/dist_utils.py
mmdet/core/utils/misc.py
mmdet/core/utils/__pycache__/__init__.cpython-37.pyc
mmdet/core/utils/__pycache__/__init__.cpython-38.pyc
mmdet/core/utils/__pycache__/dist_utils.cpython-37.pyc
mmdet/core/utils/__pycache__/dist_utils.cpython-38.pyc
mmdet/core/utils/__pycache__/misc.cpython-37.pyc
mmdet/core/utils/__pycache__/misc.cpython-38.pyc
mmdet/core/visualization/__init__.py
mmdet/core/visualization/image.py
mmdet/core/visualization/__pycache__/__init__.cpython-37.pyc
mmdet/core/visualization/__pycache__/__init__.cpython-38.pyc
mmdet/core/visualization/__pycache__/image.cpython-37.pyc
mmdet/core/visualization/__pycache__/image.cpython-38.pyc
mmdet/datasets/__init__.py
mmdet/datasets/builder.py
mmdet/datasets/cityscapes.py
mmdet/datasets/coco.py
mmdet/datasets/custom.py
mmdet/datasets/dataset_wrappers.py
mmdet/datasets/deepfashion.py
mmdet/datasets/lvis.py
mmdet/datasets/utils.py
mmdet/datasets/voc.py
mmdet/datasets/wider_face.py
mmdet/datasets/xml_style.py
mmdet/datasets/__pycache__/__init__.cpython-37.pyc
mmdet/datasets/__pycache__/__init__.cpython-38.pyc
mmdet/datasets/__pycache__/builder.cpython-37.pyc
mmdet/datasets/__pycache__/builder.cpython-38.pyc
mmdet/datasets/__pycache__/builder.cpython-38.pyc.139866824240144
mmdet/datasets/__pycache__/cityscapes.cpython-37.pyc
mmdet/datasets/__pycache__/cityscapes.cpython-38.pyc
mmdet/datasets/__pycache__/coco.cpython-37.pyc
mmdet/datasets/__pycache__/coco.cpython-38.pyc
mmdet/datasets/__pycache__/custom.cpython-37.pyc
mmdet/datasets/__pycache__/custom.cpython-38.pyc
mmdet/datasets/__pycache__/dataset_wrappers.cpython-37.pyc
mmdet/datasets/__pycache__/dataset_wrappers.cpython-38.pyc
mmdet/datasets/__pycache__/deepfashion.cpython-37.pyc
mmdet/datasets/__pycache__/deepfashion.cpython-38.pyc
mmdet/datasets/__pycache__/lvis.cpython-37.pyc
mmdet/datasets/__pycache__/lvis.cpython-38.pyc
mmdet/datasets/__pycache__/utils.cpython-37.pyc
mmdet/datasets/__pycache__/utils.cpython-38.pyc
mmdet/datasets/__pycache__/voc.cpython-37.pyc
mmdet/datasets/__pycache__/voc.cpython-38.pyc
mmdet/datasets/__pycache__/wider_face.cpython-37.pyc
mmdet/datasets/__pycache__/wider_face.cpython-38.pyc
mmdet/datasets/__pycache__/xml_style.cpython-37.pyc
mmdet/datasets/__pycache__/xml_style.cpython-38.pyc
mmdet/datasets/pipelines/__init__.py
mmdet/datasets/pipelines/auto_augment.py
mmdet/datasets/pipelines/compose.py
mmdet/datasets/pipelines/formating.py
mmdet/datasets/pipelines/instaboost.py
mmdet/datasets/pipelines/loading.py
mmdet/datasets/pipelines/test_time_aug.py
mmdet/datasets/pipelines/transforms.py
mmdet/datasets/pipelines/__pycache__/__init__.cpython-37.pyc
mmdet/datasets/pipelines/__pycache__/__init__.cpython-38.pyc
mmdet/datasets/pipelines/__pycache__/auto_augment.cpython-37.pyc
mmdet/datasets/pipelines/__pycache__/auto_augment.cpython-38.pyc
mmdet/datasets/pipelines/__pycache__/compose.cpython-37.pyc
mmdet/datasets/pipelines/__pycache__/compose.cpython-38.pyc
mmdet/datasets/pipelines/__pycache__/formating.cpython-37.pyc
mmdet/datasets/pipelines/__pycache__/formating.cpython-38.pyc
mmdet/datasets/pipelines/__pycache__/instaboost.cpython-37.pyc
mmdet/datasets/pipelines/__pycache__/instaboost.cpython-38.pyc
mmdet/datasets/pipelines/__pycache__/loading.cpython-37.pyc
mmdet/datasets/pipelines/__pycache__/loading.cpython-38.pyc
mmdet/datasets/pipelines/__pycache__/test_time_aug.cpython-37.pyc
mmdet/datasets/pipelines/__pycache__/test_time_aug.cpython-38.pyc
mmdet/datasets/pipelines/__pycache__/transforms.cpython-37.pyc
mmdet/datasets/pipelines/__pycache__/transforms.cpython-38.pyc
mmdet/datasets/samplers/__init__.py
mmdet/datasets/samplers/distributed_sampler.py
mmdet/datasets/samplers/group_sampler.py
mmdet/datasets/samplers/__pycache__/__init__.cpython-37.pyc
mmdet/datasets/samplers/__pycache__/__init__.cpython-38.pyc
mmdet/datasets/samplers/__pycache__/__init__.cpython-38.pyc.140122716425392
mmdet/datasets/samplers/__pycache__/distributed_sampler.cpython-37.pyc
mmdet/datasets/samplers/__pycache__/distributed_sampler.cpython-38.pyc
mmdet/datasets/samplers/__pycache__/group_sampler.cpython-37.pyc
mmdet/datasets/samplers/__pycache__/group_sampler.cpython-38.pyc
mmdet/models/__init__.py
mmdet/models/builder.py
mmdet/models/__pycache__/__init__.cpython-37.pyc
mmdet/models/__pycache__/__init__.cpython-38.pyc
mmdet/models/__pycache__/builder.cpython-37.pyc
mmdet/models/__pycache__/builder.cpython-38.pyc
mmdet/models/backbones/CA_layer.py
mmdet/models/backbones/DFFTNet.py
mmdet/models/backbones/DOT_blocks.py
mmdet/models/backbones/SA_layer.py
mmdet/models/backbones/__init__.py
mmdet/models/backbones/tae_ca.py
mmdet/models/backbones/__pycache__/CA_layer.cpython-37.pyc
mmdet/models/backbones/__pycache__/DFFTNet.cpython-37.pyc
mmdet/models/backbones/__pycache__/DOT_blocks.cpython-37.pyc
mmdet/models/backbones/__pycache__/SA_layer.cpython-37.pyc
mmdet/models/backbones/__pycache__/__init__.cpython-37.pyc
mmdet/models/backbones/__pycache__/__init__.cpython-38.pyc
mmdet/models/backbones/__pycache__/camdet_baseline.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_baseline_bn.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_baseline_v2.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_baseline_windows.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_baseline_windows.cpython-38.pyc
mmdet/models/backbones/__pycache__/camdet_baseline_windowsa.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_blocks.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_blocks.cpython-38.pyc
mmdet/models/backbones/__pycache__/camdet_blocks_nonorm.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_blocks_nonorm.cpython-38.pyc
mmdet/models/backbones/__pycache__/camdet_layer.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_layer.cpython-38.pyc
mmdet/models/backbones/__pycache__/camdet_layer_nonorm.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_layer_nonorm.cpython-38.pyc
mmdet/models/backbones/__pycache__/camdet_multiscale.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_multiscale.cpython-38.pyc
mmdet/models/backbones/__pycache__/camdet_multiscale_addcav1.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_multiscale_addcav2.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_multiscale_addcav3.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_multiscale_addcav3_p16.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_multiscale_addcav3_p8_16.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_multiscale_addori.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_multiscale_bifpn.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_multiscale_differentchannel.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_multiscale_differentchannel.cpython-38.pyc
mmdet/models/backbones/__pycache__/camdet_multiscale_mvalue.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_multiscale_old.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_multiscale_outs5.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_multiscale_stage10.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_multiscale_windows.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_v1.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_v2.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_v3.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_v4.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_v5.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_v6.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_v7.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_v8.cpython-37.pyc
mmdet/models/backbones/__pycache__/camdet_v9.cpython-37.pyc
mmdet/models/backbones/__pycache__/camnet.cpython-37.pyc
mmdet/models/backbones/__pycache__/camnet_0729.cpython-37.pyc
mmdet/models/backbones/__pycache__/camnet_0729.cpython-38.pyc
mmdet/models/backbones/__pycache__/camnet_0729_neck4.cpython-37.pyc
mmdet/models/backbones/__pycache__/camnet_256_4_8.cpython-37.pyc
mmdet/models/backbones/__pycache__/camnet_256_4_8.cpython-38.pyc
mmdet/models/backbones/__pycache__/camnet_256_4_8_nosub.cpython-37.pyc
mmdet/models/backbones/__pycache__/camnet_256_4_8_twosub.cpython-37.pyc
mmdet/models/backbones/__pycache__/darknet.cpython-37.pyc
mmdet/models/backbones/__pycache__/darknet.cpython-38.pyc
mmdet/models/backbones/__pycache__/detectors_resnet.cpython-37.pyc
mmdet/models/backbones/__pycache__/detectors_resnet.cpython-38.pyc
mmdet/models/backbones/__pycache__/detectors_resnext.cpython-37.pyc
mmdet/models/backbones/__pycache__/detectors_resnext.cpython-38.pyc
mmdet/models/backbones/__pycache__/hourglass.cpython-37.pyc
mmdet/models/backbones/__pycache__/hourglass.cpython-38.pyc
mmdet/models/backbones/__pycache__/hrnet.cpython-37.pyc
mmdet/models/backbones/__pycache__/hrnet.cpython-38.pyc
mmdet/models/backbones/__pycache__/levit.cpython-37.pyc
mmdet/models/backbones/__pycache__/levit_256_4_8.cpython-37.pyc
mmdet/models/backbones/__pycache__/levit_256_4_8.cpython-38.pyc
mmdet/models/backbones/__pycache__/levit_px.cpython-37.pyc
mmdet/models/backbones/__pycache__/levit_px.cpython-38.pyc
mmdet/models/backbones/__pycache__/levit_utils.cpython-37.pyc
mmdet/models/backbones/__pycache__/levit_utils.cpython-38.pyc
mmdet/models/backbones/__pycache__/regnet.cpython-37.pyc
mmdet/models/backbones/__pycache__/regnet.cpython-38.pyc
mmdet/models/backbones/__pycache__/res2net.cpython-37.pyc
mmdet/models/backbones/__pycache__/res2net.cpython-38.pyc
mmdet/models/backbones/__pycache__/resnest.cpython-37.pyc
mmdet/models/backbones/__pycache__/resnest.cpython-38.pyc
mmdet/models/backbones/__pycache__/resnet.cpython-37.pyc
mmdet/models/backbones/__pycache__/resnet.cpython-38.pyc
mmdet/models/backbones/__pycache__/resnext.cpython-37.pyc
mmdet/models/backbones/__pycache__/resnext.cpython-38.pyc
mmdet/models/backbones/__pycache__/ssd_vgg.cpython-37.pyc
mmdet/models/backbones/__pycache__/ssd_vgg.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_blocks.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_blocks.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_blocks_old.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_layer.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_layer.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_sacablocks.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_transformer_block.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_block.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_transformer_channel.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_channel.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_transformer_link.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_link.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_transformer_noneck.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_noneck_oneout.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_noneck_oneout.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_transformer_noneck_v2.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_noneck_v2.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_transformer_noneck_v3.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_saca.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_saca.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_transformer_sacablock.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_withca.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_withca.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_transformer_withca_linkv3.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_withca_linkv7.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_withca_linkv7.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_transformer_withca_linkv7_2link.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_withca_linkv7_2link.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_transformer_withca_linkv7_2link_bi.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_withca_linkv7_2link_weight.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_withca_linkv7_addfpn.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_withca_linkv7_stage3.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_withca_linkv7_stage5.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_withca_linkv9.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_withca_old.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_withca_old.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolof.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours.cpython-37.pyc.140253125728720
mmdet/models/backbones/__pycache__/swin_transformer_yolofours.cpython-37.pyc.140578166930224
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_256_512.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_256_512_addlink2.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_384.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_384_384.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_384_384_addlink.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_384_384_addlink2.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_384_384_addlink3.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_384_512.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_384_addca.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_512.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_ablation.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_ablation.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_add2link.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_addlink.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_stage4.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_stage4.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_stage5.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_stage5.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_stage5_2.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_stage5res64.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_v7_addlink.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_v7_addlink.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_v7_addlink3.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_v7_addlink3_384.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_v7_multiaddlink.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofours_v7_multiaddlink.cpython-38.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofv01.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofv2.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofv23.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofv3.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofv5.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofv56.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofv6.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofv62.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofv7.cpython-37.pyc
mmdet/models/backbones/__pycache__/swin_transformer_yolofv8.cpython-37.pyc
mmdet/models/backbones/__pycache__/tae_ca.cpython-37.pyc
mmdet/models/backbones/__pycache__/trident_resnet.cpython-37.pyc
mmdet/models/backbones/__pycache__/trident_resnet.cpython-38.pyc
mmdet/models/backbones/__pycache__/xcit.cpython-37.pyc
mmdet/models/backbones/__pycache__/xcit.cpython-38.pyc
mmdet/models/backbones/__pycache__/xcit_block.cpython-37.pyc
mmdet/models/backbones/__pycache__/xcit_block.cpython-38.pyc
mmdet/models/dense_heads/__init__.py
mmdet/models/dense_heads/anchor_free_head.py
mmdet/models/dense_heads/anchor_head.py
mmdet/models/dense_heads/atss_head.py
mmdet/models/dense_heads/base_dense_head.py
mmdet/models/dense_heads/cascade_rpn_head.py
mmdet/models/dense_heads/centripetal_head.py
mmdet/models/dense_heads/corner_head.py
mmdet/models/dense_heads/dense_test_mixins.py
mmdet/models/dense_heads/dfft_tae_head.py
mmdet/models/dense_heads/embedding_rpn_head.py
mmdet/models/dense_heads/fcos_head.py
mmdet/models/dense_heads/fovea_head.py
mmdet/models/dense_heads/free_anchor_retina_head.py
mmdet/models/dense_heads/fsaf_head.py
mmdet/models/dense_heads/ga_retina_head.py
mmdet/models/dense_heads/ga_rpn_head.py
mmdet/models/dense_heads/gfl_head.py
mmdet/models/dense_heads/guided_anchor_head.py
mmdet/models/dense_heads/ld_head.py
mmdet/models/dense_heads/nasfcos_head.py
mmdet/models/dense_heads/paa_head.py
mmdet/models/dense_heads/pisa_retinanet_head.py
mmdet/models/dense_heads/pisa_ssd_head.py
mmdet/models/dense_heads/reppoints_head.py
mmdet/models/dense_heads/retina_head.py
mmdet/models/dense_heads/retina_sepbn_head.py
mmdet/models/dense_heads/rpn_head.py
mmdet/models/dense_heads/rpn_test_mixin.py
mmdet/models/dense_heads/sabl_retina_head.py
mmdet/models/dense_heads/ssd_head.py
mmdet/models/dense_heads/transformer_head.py
mmdet/models/dense_heads/vfnet_head.py
mmdet/models/dense_heads/yolact_head.py
mmdet/models/dense_heads/yolo_head.py
mmdet/models/dense_heads/yolof_head.py
mmdet/models/dense_heads/__pycache__/__init__.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/__init__.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/anchor_free_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/anchor_free_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/anchor_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/anchor_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/atss_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/atss_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/base_dense_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/base_dense_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/cascade_rpn_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/cascade_rpn_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/centripetal_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/centripetal_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/corner_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/corner_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/dense_test_mixins.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/dense_test_mixins.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/dfft_tae_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/embedding_rpn_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/embedding_rpn_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/fcos_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/fcos_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/fovea_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/fovea_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/free_anchor_retina_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/free_anchor_retina_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/fsaf_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/fsaf_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/ga_retina_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/ga_retina_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/ga_rpn_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/ga_rpn_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/gfl_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/gfl_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/guided_anchor_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/guided_anchor_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/ld_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/ld_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/nasfcos_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/nasfcos_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/paa_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/paa_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/pisa_retinanet_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/pisa_retinanet_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/pisa_ssd_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/pisa_ssd_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/reppoints_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/reppoints_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/retina_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/retina_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/retina_sepbn_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/retina_sepbn_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/rpn_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/rpn_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/rpn_test_mixin.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/rpn_test_mixin.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/sabl_retina_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/sabl_retina_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/ssd_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/ssd_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/transformer_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/transformer_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/vfnet_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/vfnet_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/yolact_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/yolact_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/yolo_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/yolo_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/yolof_head.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/yolof_head.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/yolof_head_decoupled.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/yolof_head_decoupled.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/yolof_head_decoupled_diffC.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/yolof_head_decoupled_diffC.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/yolof_head_decoupled_trans.cpython-37.pyc
mmdet/models/dense_heads/__pycache__/yolof_head_decoupled_trans.cpython-38.pyc
mmdet/models/dense_heads/__pycache__/yolof_head_decoupled_trans2.cpython-37.pyc
mmdet/models/detectors/__init__.py
mmdet/models/detectors/base.py
mmdet/models/detectors/cascade_rcnn.py
mmdet/models/detectors/fast_rcnn.py
mmdet/models/detectors/faster_rcnn.py
mmdet/models/detectors/grid_rcnn.py
mmdet/models/detectors/mask_rcnn.py
mmdet/models/detectors/retinanet.py
mmdet/models/detectors/rpn.py
mmdet/models/detectors/single_stage.py
mmdet/models/detectors/two_stage.py
mmdet/models/detectors/yolof.py
mmdet/models/detectors/__pycache__/__init__.cpython-37.pyc
mmdet/models/detectors/__pycache__/__init__.cpython-38.pyc
mmdet/models/detectors/__pycache__/atss.cpython-37.pyc
mmdet/models/detectors/__pycache__/atss.cpython-38.pyc
mmdet/models/detectors/__pycache__/base.cpython-37.pyc
mmdet/models/detectors/__pycache__/base.cpython-38.pyc
mmdet/models/detectors/__pycache__/camdet_mask_rcnn.cpython-37.pyc
mmdet/models/detectors/__pycache__/camdet_retinanet.cpython-37.pyc
mmdet/models/detectors/__pycache__/camdetector.cpython-37.pyc
mmdet/models/detectors/__pycache__/camdetsingledetector.cpython-37.pyc
mmdet/models/detectors/__pycache__/cascade_rcnn.cpython-37.pyc
mmdet/models/detectors/__pycache__/cascade_rcnn.cpython-38.pyc
mmdet/models/detectors/__pycache__/cornernet.cpython-37.pyc
mmdet/models/detectors/__pycache__/cornernet.cpython-38.pyc
mmdet/models/detectors/__pycache__/detr.cpython-37.pyc
mmdet/models/detectors/__pycache__/detr.cpython-38.pyc
mmdet/models/detectors/__pycache__/fast_rcnn.cpython-37.pyc
mmdet/models/detectors/__pycache__/fast_rcnn.cpython-38.pyc
mmdet/models/detectors/__pycache__/faster_rcnn.cpython-37.pyc
mmdet/models/detectors/__pycache__/faster_rcnn.cpython-38.pyc
mmdet/models/detectors/__pycache__/fcos.cpython-37.pyc
mmdet/models/detectors/__pycache__/fcos.cpython-38.pyc
mmdet/models/detectors/__pycache__/fovea.cpython-37.pyc
mmdet/models/detectors/__pycache__/fovea.cpython-38.pyc
mmdet/models/detectors/__pycache__/fsaf.cpython-37.pyc
mmdet/models/detectors/__pycache__/fsaf.cpython-38.pyc
mmdet/models/detectors/__pycache__/gfl.cpython-37.pyc
mmdet/models/detectors/__pycache__/gfl.cpython-38.pyc
mmdet/models/detectors/__pycache__/grid_rcnn.cpython-37.pyc
mmdet/models/detectors/__pycache__/grid_rcnn.cpython-38.pyc
mmdet/models/detectors/__pycache__/htc.cpython-37.pyc
mmdet/models/detectors/__pycache__/htc.cpython-38.pyc
mmdet/models/detectors/__pycache__/kd_one_stage.cpython-37.pyc
mmdet/models/detectors/__pycache__/kd_one_stage.cpython-38.pyc
mmdet/models/detectors/__pycache__/mask_rcnn.cpython-37.pyc
mmdet/models/detectors/__pycache__/mask_rcnn.cpython-38.pyc
mmdet/models/detectors/__pycache__/mask_scoring_rcnn.cpython-37.pyc
mmdet/models/detectors/__pycache__/mask_scoring_rcnn.cpython-38.pyc
mmdet/models/detectors/__pycache__/nasfcos.cpython-37.pyc
mmdet/models/detectors/__pycache__/nasfcos.cpython-38.pyc
mmdet/models/detectors/__pycache__/paa.cpython-37.pyc
mmdet/models/detectors/__pycache__/paa.cpython-38.pyc
mmdet/models/detectors/__pycache__/point_rend.cpython-37.pyc
mmdet/models/detectors/__pycache__/point_rend.cpython-38.pyc
mmdet/models/detectors/__pycache__/reppoints_detector.cpython-37.pyc
mmdet/models/detectors/__pycache__/reppoints_detector.cpython-38.pyc
mmdet/models/detectors/__pycache__/retinanet.cpython-37.pyc
mmdet/models/detectors/__pycache__/retinanet.cpython-38.pyc
mmdet/models/detectors/__pycache__/rpn.cpython-37.pyc
mmdet/models/detectors/__pycache__/rpn.cpython-38.pyc
mmdet/models/detectors/__pycache__/scnet.cpython-37.pyc
mmdet/models/detectors/__pycache__/scnet.cpython-38.pyc
mmdet/models/detectors/__pycache__/single_stage.cpython-37.pyc
mmdet/models/detectors/__pycache__/single_stage.cpython-38.pyc
mmdet/models/detectors/__pycache__/sparse_rcnn.cpython-37.pyc
mmdet/models/detectors/__pycache__/sparse_rcnn.cpython-38.pyc
mmdet/models/detectors/__pycache__/trident_faster_rcnn.cpython-37.pyc
mmdet/models/detectors/__pycache__/trident_faster_rcnn.cpython-38.pyc
mmdet/models/detectors/__pycache__/two_stage.cpython-37.pyc
mmdet/models/detectors/__pycache__/two_stage.cpython-38.pyc
mmdet/models/detectors/__pycache__/vfnet.cpython-37.pyc
mmdet/models/detectors/__pycache__/vfnet.cpython-38.pyc
mmdet/models/detectors/__pycache__/yolact.cpython-37.pyc
mmdet/models/detectors/__pycache__/yolact.cpython-38.pyc
mmdet/models/detectors/__pycache__/yolo.cpython-37.pyc
mmdet/models/detectors/__pycache__/yolo.cpython-38.pyc
mmdet/models/detectors/__pycache__/yolof.cpython-37.pyc
mmdet/models/detectors/__pycache__/yolof.cpython-38.pyc
mmdet/models/losses/__init__.py
mmdet/models/losses/accuracy.py
mmdet/models/losses/ae_loss.py
mmdet/models/losses/balanced_l1_loss.py
mmdet/models/losses/cross_entropy_loss.py
mmdet/models/losses/focal_loss.py
mmdet/models/losses/gaussian_focal_loss.py
mmdet/models/losses/gfocal_loss.py
mmdet/models/losses/ghm_loss.py
mmdet/models/losses/iou_loss.py
mmdet/models/losses/kd_loss.py
mmdet/models/losses/mse_loss.py
mmdet/models/losses/pisa_loss.py
mmdet/models/losses/smooth_l1_loss.py
mmdet/models/losses/utils.py
mmdet/models/losses/varifocal_loss.py
mmdet/models/losses/__pycache__/__init__.cpython-37.pyc
mmdet/models/losses/__pycache__/__init__.cpython-38.pyc
mmdet/models/losses/__pycache__/accuracy.cpython-37.pyc
mmdet/models/losses/__pycache__/accuracy.cpython-38.pyc
mmdet/models/losses/__pycache__/ae_loss.cpython-37.pyc
mmdet/models/losses/__pycache__/ae_loss.cpython-38.pyc
mmdet/models/losses/__pycache__/balanced_l1_loss.cpython-37.pyc
mmdet/models/losses/__pycache__/balanced_l1_loss.cpython-38.pyc
mmdet/models/losses/__pycache__/cross_entropy_loss.cpython-37.pyc
mmdet/models/losses/__pycache__/cross_entropy_loss.cpython-38.pyc
mmdet/models/losses/__pycache__/focal_loss.cpython-37.pyc
mmdet/models/losses/__pycache__/focal_loss.cpython-38.pyc
mmdet/models/losses/__pycache__/gaussian_focal_loss.cpython-37.pyc
mmdet/models/losses/__pycache__/gaussian_focal_loss.cpython-38.pyc
mmdet/models/losses/__pycache__/gfocal_loss.cpython-37.pyc
mmdet/models/losses/__pycache__/gfocal_loss.cpython-38.pyc
mmdet/models/losses/__pycache__/ghm_loss.cpython-37.pyc
mmdet/models/losses/__pycache__/ghm_loss.cpython-38.pyc
mmdet/models/losses/__pycache__/iou_loss.cpython-37.pyc
mmdet/models/losses/__pycache__/iou_loss.cpython-38.pyc
mmdet/models/losses/__pycache__/kd_loss.cpython-37.pyc
mmdet/models/losses/__pycache__/kd_loss.cpython-38.pyc
mmdet/models/losses/__pycache__/mse_loss.cpython-37.pyc
mmdet/models/losses/__pycache__/mse_loss.cpython-38.pyc
mmdet/models/losses/__pycache__/pisa_loss.cpython-37.pyc
mmdet/models/losses/__pycache__/pisa_loss.cpython-38.pyc
mmdet/models/losses/__pycache__/smooth_l1_loss.cpython-37.pyc
mmdet/models/losses/__pycache__/smooth_l1_loss.cpython-38.pyc
mmdet/models/losses/__pycache__/utils.cpython-37.pyc
mmdet/models/losses/__pycache__/utils.cpython-38.pyc
mmdet/models/losses/__pycache__/varifocal_loss.cpython-37.pyc
mmdet/models/losses/__pycache__/varifocal_loss.cpython-38.pyc
mmdet/models/necks/__init__.py
mmdet/models/necks/bfp.py
mmdet/models/necks/channel_mapper.py
mmdet/models/necks/dilated_encoder.py
mmdet/models/necks/fpg.py
mmdet/models/necks/fpn.py
mmdet/models/necks/fpn_carafe.py
mmdet/models/necks/hrfpn.py
mmdet/models/necks/nas_fpn.py
mmdet/models/necks/nasfcos_fpn.py
mmdet/models/necks/pafpn.py
mmdet/models/necks/rfp.py
mmdet/models/necks/yolo_neck.py
mmdet/models/necks/__pycache__/__init__.cpython-37.pyc
mmdet/models/necks/__pycache__/__init__.cpython-38.pyc
mmdet/models/necks/__pycache__/bfp.cpython-37.pyc
mmdet/models/necks/__pycache__/bfp.cpython-38.pyc
mmdet/models/necks/__pycache__/channel_mapper.cpython-37.pyc
mmdet/models/necks/__pycache__/channel_mapper.cpython-38.pyc
mmdet/models/necks/__pycache__/channel_mapper.cpython-38.pyc.140295847839024
mmdet/models/necks/__pycache__/dilated_encoder.cpython-37.pyc
mmdet/models/necks/__pycache__/dilated_encoder.cpython-38.pyc
mmdet/models/necks/__pycache__/fpg.cpython-37.pyc
mmdet/models/necks/__pycache__/fpg.cpython-38.pyc
mmdet/models/necks/__pycache__/fpn.cpython-37.pyc
mmdet/models/necks/__pycache__/fpn.cpython-38.pyc
mmdet/models/necks/__pycache__/fpn_carafe.cpython-37.pyc
mmdet/models/necks/__pycache__/fpn_carafe.cpython-38.pyc
mmdet/models/necks/__pycache__/hrfpn.cpython-37.pyc
mmdet/models/necks/__pycache__/hrfpn.cpython-38.pyc
mmdet/models/necks/__pycache__/nas_fpn.cpython-37.pyc
mmdet/models/necks/__pycache__/nas_fpn.cpython-38.pyc
mmdet/models/necks/__pycache__/nasfcos_fpn.cpython-37.pyc
mmdet/models/necks/__pycache__/nasfcos_fpn.cpython-38.pyc
mmdet/models/necks/__pycache__/pafpn.cpython-37.pyc
mmdet/models/necks/__pycache__/pafpn.cpython-38.pyc
mmdet/models/necks/__pycache__/rfp.cpython-37.pyc
mmdet/models/necks/__pycache__/rfp.cpython-38.pyc
mmdet/models/necks/__pycache__/yolo_neck.cpython-37.pyc
mmdet/models/necks/__pycache__/yolo_neck.cpython-38.pyc
mmdet/models/utils/__init__.py
mmdet/models/utils/builder.py
mmdet/models/utils/gaussian_target.py
mmdet/models/utils/positional_encoding.py
mmdet/models/utils/res_layer.py
mmdet/models/utils/transformer.py
mmdet/models/utils/__pycache__/__init__.cpython-37.pyc
mmdet/models/utils/__pycache__/__init__.cpython-38.pyc
mmdet/models/utils/__pycache__/builder.cpython-37.pyc
mmdet/models/utils/__pycache__/builder.cpython-38.pyc
mmdet/models/utils/__pycache__/gaussian_target.cpython-37.pyc
mmdet/models/utils/__pycache__/gaussian_target.cpython-38.pyc
mmdet/models/utils/__pycache__/positional_encoding.cpython-37.pyc
mmdet/models/utils/__pycache__/positional_encoding.cpython-38.pyc
mmdet/models/utils/__pycache__/res_layer.cpython-37.pyc
mmdet/models/utils/__pycache__/res_layer.cpython-38.pyc
mmdet/models/utils/__pycache__/transformer.cpython-37.pyc
mmdet/models/utils/__pycache__/transformer.cpython-38.pyc
mmdet/utils/__init__.py
mmdet/utils/collect_env.py
mmdet/utils/contextmanagers.py
mmdet/utils/logger.py
mmdet/utils/optimizer.py
mmdet/utils/profiling.py
mmdet/utils/util_mixins.py
mmdet/utils/util_random.py
mmdet/utils/__pycache__/__init__.cpython-37.pyc
mmdet/utils/__pycache__/__init__.cpython-38.pyc
mmdet/utils/__pycache__/collect_env.cpython-37.pyc
mmdet/utils/__pycache__/collect_env.cpython-38.pyc
mmdet/utils/__pycache__/contextmanagers.cpython-37.pyc
mmdet/utils/__pycache__/contextmanagers.cpython-38.pyc
mmdet/utils/__pycache__/logger.cpython-37.pyc
mmdet/utils/__pycache__/logger.cpython-38.pyc
mmdet/utils/__pycache__/optimizer.cpython-37.pyc
mmdet/utils/__pycache__/optimizer.cpython-38.pyc
mmdet/utils/__pycache__/util_mixins.cpython-37.pyc
mmdet/utils/__pycache__/util_mixins.cpython-38.pyc
mmdet/utils/__pycache__/util_random.cpython-37.pyc
mmdet/utils/__pycache__/util_random.cpython-38.pyc
requirements/build.txt
requirements/docs.txt
requirements/optional.txt
requirements/readthedocs.txt
requirements/runtime.txt
requirements/tests.txt
resources/coco_test_12510.jpg
resources/corruptions_sev_3.png
resources/data_pipeline.png
resources/loss_curve.png
resources/mmdet-logo.png
tests/data/coco_sample.json
tests/data/color.jpg
tests/data/gray.jpg
tests/data/VOCdevkit/VOC2007/Annotations/000001.xml
tests/data/VOCdevkit/VOC2007/ImageSets/Main/test.txt
tests/data/VOCdevkit/VOC2007/ImageSets/Main/trainval.txt
tests/data/VOCdevkit/VOC2007/JPEGImages/000001.jpg
tests/data/VOCdevkit/VOC2012/Annotations/000001.xml
tests/data/VOCdevkit/VOC2012/ImageSets/Main/test.txt
tests/data/VOCdevkit/VOC2012/ImageSets/Main/trainval.txt
tests/data/VOCdevkit/VOC2012/JPEGImages/000001.jpg
tests/test_data/test_utils.py
tests/test_data/test_datasets/test_coco_dataset.py
tests/test_data/test_datasets/test_common.py
tests/test_data/test_datasets/test_custom_dataset.py
tests/test_data/test_datasets/test_dataset_wrapper.py
tests/test_data/test_datasets/test_xml_dataset.py
tests/test_data/test_pipelines/test_formatting.py
tests/test_data/test_pipelines/test_loading.py
tests/test_data/test_pipelines/test_sampler.py
tests/test_data/test_pipelines/test_transform/test_img_augment.py
tests/test_data/test_pipelines/test_transform/test_models_aug_test.py
tests/test_data/test_pipelines/test_transform/test_rotate.py
tests/test_data/test_pipelines/test_transform/test_shear.py
tests/test_data/test_pipelines/test_transform/test_transform.py
tests/test_data/test_pipelines/test_transform/test_translate.py
tests/test_metrics/test_box_overlap.py
tests/test_metrics/test_losses.py
tests/test_models/test_forward.py
tests/test_models/test_necks.py
tests/test_models/test_backbones/__init__.py
tests/test_models/test_backbones/test_hourglass.py
tests/test_models/test_backbones/test_regnet.py
tests/test_models/test_backbones/test_renext.py
tests/test_models/test_backbones/test_res2net.py
tests/test_models/test_backbones/test_resnest.py
tests/test_models/test_backbones/test_resnet.py
tests/test_models/test_backbones/test_trident_resnet.py
tests/test_models/test_backbones/utils.py
tests/test_models/test_dense_heads/test_anchor_head.py
tests/test_models/test_dense_heads/test_corner_head.py
tests/test_models/test_dense_heads/test_fcos_head.py
tests/test_models/test_dense_heads/test_fsaf_head.py
tests/test_models/test_dense_heads/test_ga_anchor_head.py
tests/test_models/test_dense_heads/test_ld_head.py
tests/test_models/test_dense_heads/test_paa_head.py
tests/test_models/test_dense_heads/test_pisa_head.py
tests/test_models/test_dense_heads/test_sabl_retina_head.py
tests/test_models/test_dense_heads/test_transformer_head.py
tests/test_models/test_dense_heads/test_vfnet_head.py
tests/test_models/test_dense_heads/test_yolact_head.py
tests/test_models/test_roi_heads/__init__.py
tests/test_models/test_roi_heads/test_bbox_head.py
tests/test_models/test_roi_heads/test_mask_head.py
tests/test_models/test_roi_heads/test_roi_extractor.py
tests/test_models/test_roi_heads/test_sabl_bbox_head.py
tests/test_models/test_roi_heads/utils.py
tests/test_models/test_utils/test_position_encoding.py
tests/test_models/test_utils/test_transformer.py
tests/test_onnx/__init__.py
tests/test_onnx/test_head.py
tests/test_onnx/test_neck.py
tests/test_onnx/utils.py
tests/test_onnx/data/retina_head_get_bboxes.pkl
tests/test_onnx/data/yolov3_head_get_bboxes.pkl
tests/test_onnx/data/yolov3_neck.pkl
tests/test_runtime/async_benchmark.py
tests/test_runtime/test_async.py
tests/test_runtime/test_config.py
tests/test_runtime/test_eval_hook.py
tests/test_runtime/test_fp16.py
tests/test_utils/test_anchor.py
tests/test_utils/test_assigner.py
tests/test_utils/test_coder.py
tests/test_utils/test_masks.py
tests/test_utils/test_misc.py
tests/test_utils/test_version.py
tests/test_utils/test_visualization.py
timm/__init__.py
timm/version.py
timm/__pycache__/__init__.cpython-36.pyc
timm/__pycache__/__init__.cpython-37.pyc
timm/__pycache__/__init__.cpython-38.pyc
timm/__pycache__/version.cpython-36.pyc
timm/__pycache__/version.cpython-37.pyc
timm/__pycache__/version.cpython-38.pyc
timm/data/__init__.py
timm/data/auto_augment.py
timm/data/config.py
timm/data/constants.py
timm/data/dataset.py
timm/data/dataset_factory.py
timm/data/distributed_sampler.py
timm/data/loader.py
timm/data/mixup.py
timm/data/random_erasing.py
timm/data/real_labels.py
timm/data/tf_preprocessing.py
timm/data/transforms.py
timm/data/transforms_factory.py
timm/data/__pycache__/__init__.cpython-36.pyc
timm/data/__pycache__/__init__.cpython-37.pyc
timm/data/__pycache__/__init__.cpython-38.pyc
timm/data/__pycache__/auto_augment.cpython-36.pyc
timm/data/__pycache__/auto_augment.cpython-37.pyc
timm/data/__pycache__/auto_augment.cpython-38.pyc
timm/data/__pycache__/config.cpython-36.pyc
timm/data/__pycache__/config.cpython-37.pyc
timm/data/__pycache__/config.cpython-38.pyc
timm/data/__pycache__/constants.cpython-36.pyc
timm/data/__pycache__/constants.cpython-37.pyc
timm/data/__pycache__/constants.cpython-38.pyc
timm/data/__pycache__/dataset.cpython-36.pyc
timm/data/__pycache__/dataset.cpython-37.pyc
timm/data/__pycache__/dataset.cpython-38.pyc
timm/data/__pycache__/dataset_factory.cpython-37.pyc
timm/data/__pycache__/dataset_factory.cpython-38.pyc
timm/data/__pycache__/distributed_sampler.cpython-37.pyc
timm/data/__pycache__/distributed_sampler.cpython-38.pyc
timm/data/__pycache__/loader.cpython-37.pyc
timm/data/__pycache__/loader.cpython-38.pyc
timm/data/__pycache__/mixup.cpython-37.pyc
timm/data/__pycache__/mixup.cpython-38.pyc
timm/data/__pycache__/random_erasing.cpython-37.pyc
timm/data/__pycache__/random_erasing.cpython-38.pyc
timm/data/__pycache__/real_labels.cpython-37.pyc
timm/data/__pycache__/real_labels.cpython-38.pyc
timm/data/__pycache__/transforms.cpython-37.pyc
timm/data/__pycache__/transforms.cpython-38.pyc
timm/data/__pycache__/transforms_factory.cpython-37.pyc
timm/data/__pycache__/transforms_factory.cpython-38.pyc
timm/data/parsers/__init__.py
timm/data/parsers/class_map.py
timm/data/parsers/constants.py
timm/data/parsers/parser.py
timm/data/parsers/parser_factory.py
timm/data/parsers/parser_image_folder.py
timm/data/parsers/parser_image_in_tar.py
timm/data/parsers/parser_image_tar.py
timm/data/parsers/parser_tfds.py
timm/data/parsers/__pycache__/__init__.cpython-36.pyc
timm/data/parsers/__pycache__/__init__.cpython-37.pyc
timm/data/parsers/__pycache__/__init__.cpython-38.pyc
timm/data/parsers/__pycache__/class_map.cpython-37.pyc
timm/data/parsers/__pycache__/class_map.cpython-38.pyc
timm/data/parsers/__pycache__/constants.cpython-37.pyc
timm/data/parsers/__pycache__/constants.cpython-38.pyc
timm/data/parsers/__pycache__/parser.cpython-37.pyc
timm/data/parsers/__pycache__/parser.cpython-38.pyc
timm/data/parsers/__pycache__/parser_factory.cpython-36.pyc
timm/data/parsers/__pycache__/parser_factory.cpython-37.pyc
timm/data/parsers/__pycache__/parser_factory.cpython-38.pyc
timm/data/parsers/__pycache__/parser_image_folder.cpython-36.pyc
timm/data/parsers/__pycache__/parser_image_folder.cpython-37.pyc
timm/data/parsers/__pycache__/parser_image_folder.cpython-38.pyc
timm/data/parsers/__pycache__/parser_image_in_tar.cpython-37.pyc
timm/data/parsers/__pycache__/parser_image_in_tar.cpython-38.pyc
timm/data/parsers/__pycache__/parser_image_tar.cpython-37.pyc
timm/data/parsers/__pycache__/parser_image_tar.cpython-38.pyc
timm/loss/__init__.py
timm/loss/asymmetric_loss.py
timm/loss/cross_entropy.py
timm/loss/jsd.py
timm/models/__init__.py
timm/models/byobnet.py
timm/models/cspnet.py
timm/models/densenet.py
timm/models/dla.py
timm/models/dpn.py
timm/models/dualatt_transformer.py
timm/models/efficient_transformer.py
timm/models/efficient_transformer_nocls.py
timm/models/efficientnet.py
timm/models/efficientnet_blocks.py
timm/models/efficientnet_builder.py
timm/models/factory.py
timm/models/features.py
timm/models/gluon_resnet.py
timm/models/gluon_xception.py
timm/models/helpers.py
timm/models/hrnet.py
timm/models/inception_resnet_v2.py
timm/models/inception_v3.py
timm/models/inception_v4.py
timm/models/localglobal_transformer.py
timm/models/localglobal_transformer_exchange.py
timm/models/localglobal_transformer_exchange_inter.py
timm/models/localglobal_transformer_inter.py
timm/models/mobilenetv3.py
timm/models/nasnet.py
timm/models/nfnet.py
timm/models/parameter_transformer.py
timm/models/pnasnet.py
timm/models/registry.py
timm/models/regnet.py
timm/models/res2net.py
timm/models/resnest.py
timm/models/resnet.py
timm/models/resnetv2.py
timm/models/rexnet.py
timm/models/selecsls.py
timm/models/senet.py
timm/models/sknet.py
timm/models/tresnet.py
timm/models/vgg.py
timm/models/vision_transformer.py
timm/models/vision_transformer_att.py
timm/models/vision_transformer_eval.py
timm/models/vision_transformer_gap.py
timm/models/vovnet.py
timm/models/xception.py
timm/models/xception_aligned.py
timm/models/__pycache__/__init__.cpython-36.pyc
timm/models/__pycache__/__init__.cpython-37.pyc
timm/models/__pycache__/__init__.cpython-38.pyc
timm/models/__pycache__/byobnet.cpython-36.pyc
timm/models/__pycache__/byobnet.cpython-37.pyc
timm/models/__pycache__/byobnet.cpython-38.pyc
timm/models/__pycache__/cspnet.cpython-37.pyc
timm/models/__pycache__/cspnet.cpython-38.pyc
timm/models/__pycache__/densenet.cpython-37.pyc
timm/models/__pycache__/densenet.cpython-38.pyc
timm/models/__pycache__/dla.cpython-37.pyc
timm/models/__pycache__/dla.cpython-38.pyc
timm/models/__pycache__/dpn.cpython-37.pyc
timm/models/__pycache__/dpn.cpython-38.pyc
timm/models/__pycache__/efficientnet.cpython-37.pyc
timm/models/__pycache__/efficientnet.cpython-38.pyc
timm/models/__pycache__/efficientnet_blocks.cpython-37.pyc
timm/models/__pycache__/efficientnet_blocks.cpython-38.pyc
timm/models/__pycache__/efficientnet_builder.cpython-37.pyc
timm/models/__pycache__/efficientnet_builder.cpython-38.pyc
timm/models/__pycache__/factory.cpython-37.pyc
timm/models/__pycache__/factory.cpython-38.pyc
timm/models/__pycache__/features.cpython-37.pyc
timm/models/__pycache__/features.cpython-38.pyc
timm/models/__pycache__/gluon_resnet.cpython-37.pyc
timm/models/__pycache__/gluon_resnet.cpython-38.pyc
timm/models/__pycache__/gluon_xception.cpython-37.pyc
timm/models/__pycache__/gluon_xception.cpython-38.pyc
timm/models/__pycache__/helpers.cpython-37.pyc
timm/models/__pycache__/helpers.cpython-38.pyc
timm/models/__pycache__/hrnet.cpython-37.pyc
timm/models/__pycache__/hrnet.cpython-38.pyc
timm/models/__pycache__/inception_resnet_v2.cpython-37.pyc
timm/models/__pycache__/inception_resnet_v2.cpython-38.pyc
timm/models/__pycache__/inception_v3.cpython-37.pyc
timm/models/__pycache__/inception_v3.cpython-38.pyc
timm/models/__pycache__/inception_v4.cpython-37.pyc
timm/models/__pycache__/inception_v4.cpython-38.pyc
timm/models/__pycache__/mobilenetv3.cpython-37.pyc
timm/models/__pycache__/mobilenetv3.cpython-38.pyc
timm/models/__pycache__/nasnet.cpython-37.pyc
timm/models/__pycache__/nasnet.cpython-38.pyc
timm/models/__pycache__/nfnet.cpython-37.pyc
timm/models/__pycache__/nfnet.cpython-38.pyc
timm/models/__pycache__/parameter_transformer.cpython-37.pyc
timm/models/__pycache__/parameter_transformer.cpython-38.pyc
timm/models/__pycache__/pnasnet.cpython-37.pyc
timm/models/__pycache__/pnasnet.cpython-38.pyc
timm/models/__pycache__/registry.cpython-37.pyc
timm/models/__pycache__/registry.cpython-38.pyc
timm/models/__pycache__/regnet.cpython-37.pyc
timm/models/__pycache__/regnet.cpython-38.pyc
timm/models/__pycache__/res2net.cpython-37.pyc
timm/models/__pycache__/res2net.cpython-38.pyc
timm/models/__pycache__/resnest.cpython-37.pyc
timm/models/__pycache__/resnest.cpython-38.pyc
timm/models/__pycache__/resnet.cpython-37.pyc
timm/models/__pycache__/resnet.cpython-38.pyc
timm/models/__pycache__/resnetv2.cpython-37.pyc
timm/models/__pycache__/resnetv2.cpython-38.pyc
timm/models/__pycache__/rexnet.cpython-37.pyc
timm/models/__pycache__/rexnet.cpython-38.pyc
timm/models/__pycache__/selecsls.cpython-37.pyc
timm/models/__pycache__/selecsls.cpython-38.pyc
timm/models/__pycache__/senet.cpython-37.pyc
timm/models/__pycache__/senet.cpython-38.pyc
timm/models/__pycache__/sknet.cpython-37.pyc
timm/models/__pycache__/sknet.cpython-38.pyc
timm/models/__pycache__/tresnet.cpython-37.pyc
timm/models/__pycache__/tresnet.cpython-38.pyc
timm/models/__pycache__/vgg.cpython-37.pyc
timm/models/__pycache__/vgg.cpython-38.pyc
timm/models/__pycache__/vision_transformer.cpython-37.pyc
timm/models/__pycache__/vision_transformer.cpython-38.pyc
timm/models/__pycache__/vovnet.cpython-37.pyc
timm/models/__pycache__/vovnet.cpython-38.pyc
timm/models/__pycache__/xception.cpython-37.pyc
timm/models/__pycache__/xception.cpython-38.pyc
timm/models/__pycache__/xception_aligned.cpython-37.pyc
timm/models/__pycache__/xception_aligned.cpython-38.pyc
timm/models/layers/__init__.py
timm/models/layers/activations.py
timm/models/layers/activations_jit.py
timm/models/layers/activations_me.py
timm/models/layers/adaptive_avgmax_pool.py
timm/models/layers/anti_aliasing.py
timm/models/layers/blur_pool.py
timm/models/layers/cbam.py
timm/models/layers/classifier.py
timm/models/layers/cond_conv2d.py
timm/models/layers/config.py
timm/models/layers/conv2d_same.py
timm/models/layers/conv_bn_act.py
timm/models/layers/create_act.py
timm/models/layers/create_attn.py
timm/models/layers/create_conv2d.py
timm/models/layers/create_norm_act.py
timm/models/layers/drop.py
timm/models/layers/eca.py
timm/models/layers/evo_norm.py
timm/models/layers/helpers.py
timm/models/layers/inplace_abn.py
timm/models/layers/linear.py
timm/models/layers/median_pool.py
timm/models/layers/mixed_conv2d.py
timm/models/layers/norm_act.py
timm/models/layers/padding.py
timm/models/layers/pool2d_same.py
timm/models/layers/se.py
timm/models/layers/selective_kernel.py
timm/models/layers/separable_conv.py
timm/models/layers/space_to_depth.py
timm/models/layers/split_attn.py
timm/models/layers/split_batchnorm.py
timm/models/layers/std_conv.py
timm/models/layers/test_time_pool.py
timm/models/layers/weight_init.py
timm/models/layers/__pycache__/__init__.cpython-37.pyc
timm/models/layers/__pycache__/__init__.cpython-38.pyc
timm/models/layers/__pycache__/activations.cpython-37.pyc
timm/models/layers/__pycache__/activations.cpython-38.pyc
timm/models/layers/__pycache__/activations_jit.cpython-37.pyc
timm/models/layers/__pycache__/activations_jit.cpython-38.pyc
timm/models/layers/__pycache__/activations_me.cpython-37.pyc
timm/models/layers/__pycache__/activations_me.cpython-38.pyc
timm/models/layers/__pycache__/adaptive_avgmax_pool.cpython-37.pyc
timm/models/layers/__pycache__/adaptive_avgmax_pool.cpython-38.pyc
timm/models/layers/__pycache__/anti_aliasing.cpython-37.pyc
timm/models/layers/__pycache__/anti_aliasing.cpython-38.pyc
timm/models/layers/__pycache__/blur_pool.cpython-37.pyc
timm/models/layers/__pycache__/blur_pool.cpython-38.pyc
timm/models/layers/__pycache__/cbam.cpython-37.pyc
timm/models/layers/__pycache__/cbam.cpython-38.pyc
timm/models/layers/__pycache__/classifier.cpython-37.pyc
timm/models/layers/__pycache__/classifier.cpython-38.pyc
timm/models/layers/__pycache__/cond_conv2d.cpython-37.pyc
timm/models/layers/__pycache__/cond_conv2d.cpython-38.pyc
timm/models/layers/__pycache__/config.cpython-37.pyc
timm/models/layers/__pycache__/config.cpython-38.pyc
timm/models/layers/__pycache__/conv2d_same.cpython-37.pyc
timm/models/layers/__pycache__/conv2d_same.cpython-38.pyc
timm/models/layers/__pycache__/conv_bn_act.cpython-37.pyc
timm/models/layers/__pycache__/conv_bn_act.cpython-38.pyc
timm/models/layers/__pycache__/create_act.cpython-37.pyc
timm/models/layers/__pycache__/create_act.cpython-38.pyc
timm/models/layers/__pycache__/create_attn.cpython-37.pyc
timm/models/layers/__pycache__/create_attn.cpython-38.pyc
timm/models/layers/__pycache__/create_conv2d.cpython-37.pyc
timm/models/layers/__pycache__/create_conv2d.cpython-38.pyc
timm/models/layers/__pycache__/create_norm_act.cpython-37.pyc
timm/models/layers/__pycache__/create_norm_act.cpython-38.pyc
timm/models/layers/__pycache__/drop.cpython-37.pyc
timm/models/layers/__pycache__/drop.cpython-38.pyc
timm/models/layers/__pycache__/eca.cpython-37.pyc
timm/models/layers/__pycache__/eca.cpython-38.pyc
timm/models/layers/__pycache__/evo_norm.cpython-37.pyc
timm/models/layers/__pycache__/evo_norm.cpython-38.pyc
timm/models/layers/__pycache__/helpers.cpython-37.pyc
timm/models/layers/__pycache__/helpers.cpython-38.pyc
timm/models/layers/__pycache__/inplace_abn.cpython-37.pyc
timm/models/layers/__pycache__/inplace_abn.cpython-38.pyc
timm/models/layers/__pycache__/linear.cpython-37.pyc
timm/models/layers/__pycache__/linear.cpython-38.pyc
timm/models/layers/__pycache__/mixed_conv2d.cpython-37.pyc
timm/models/layers/__pycache__/mixed_conv2d.cpython-38.pyc
timm/models/layers/__pycache__/norm_act.cpython-37.pyc
timm/models/layers/__pycache__/norm_act.cpython-38.pyc
timm/models/layers/__pycache__/padding.cpython-37.pyc
timm/models/layers/__pycache__/padding.cpython-38.pyc
timm/models/layers/__pycache__/pool2d_same.cpython-37.pyc
timm/models/layers/__pycache__/pool2d_same.cpython-38.pyc
timm/models/layers/__pycache__/se.cpython-37.pyc
timm/models/layers/__pycache__/se.cpython-38.pyc
timm/models/layers/__pycache__/selective_kernel.cpython-37.pyc
timm/models/layers/__pycache__/selective_kernel.cpython-38.pyc
timm/models/layers/__pycache__/separable_conv.cpython-37.pyc
timm/models/layers/__pycache__/separable_conv.cpython-38.pyc
timm/models/layers/__pycache__/space_to_depth.cpython-37.pyc
timm/models/layers/__pycache__/space_to_depth.cpython-38.pyc
timm/models/layers/__pycache__/split_attn.cpython-37.pyc
timm/models/layers/__pycache__/split_attn.cpython-38.pyc
timm/models/layers/__pycache__/split_batchnorm.cpython-37.pyc
timm/models/layers/__pycache__/split_batchnorm.cpython-38.pyc
timm/models/layers/__pycache__/std_conv.cpython-37.pyc
timm/models/layers/__pycache__/std_conv.cpython-38.pyc
timm/models/layers/__pycache__/test_time_pool.cpython-37.pyc
timm/models/layers/__pycache__/test_time_pool.cpython-38.pyc
timm/models/layers/__pycache__/weight_init.cpython-37.pyc
timm/models/layers/__pycache__/weight_init.cpython-38.pyc
timm/models/pruned/ecaresnet101d_pruned.txt
timm/models/pruned/ecaresnet50d_pruned.txt
timm/models/pruned/efficientnet_b1_pruned.txt
timm/models/pruned/efficientnet_b2_pruned.txt
timm/models/pruned/efficientnet_b3_pruned.txt
timm/optim/__init__.py
timm/optim/adafactor.py
timm/optim/adahessian.py
timm/optim/adamp.py
timm/optim/adamw.py
timm/optim/lookahead.py
timm/optim/nadam.py
timm/optim/novograd.py
timm/optim/nvnovograd.py
timm/optim/optim_factory.py
timm/optim/radam.py
timm/optim/rmsprop_tf.py
timm/optim/sgdp.py
timm/scheduler/__init__.py
timm/scheduler/cosine_lr.py
timm/scheduler/plateau_lr.py
timm/scheduler/scheduler.py
timm/scheduler/scheduler_factory.py
timm/scheduler/step_lr.py
timm/scheduler/tanh_lr.py
timm/utils/__init__.py
timm/utils/agc.py
timm/utils/checkpoint_saver.py
timm/utils/clip_grad.py
timm/utils/cuda.py
timm/utils/distributed.py
timm/utils/jit.py
timm/utils/log.py
timm/utils/metrics.py
timm/utils/misc.py
timm/utils/model.py
timm/utils/model_ema.py
timm/utils/summary.py
timm/utils/__pycache__/__init__.cpython-36.pyc
timm/utils/__pycache__/__init__.cpython-37.pyc
timm/utils/__pycache__/__init__.cpython-38.pyc
timm/utils/__pycache__/agc.cpython-36.pyc
timm/utils/__pycache__/agc.cpython-37.pyc
timm/utils/__pycache__/agc.cpython-38.pyc
timm/utils/__pycache__/checkpoint_saver.cpython-36.pyc
timm/utils/__pycache__/checkpoint_saver.cpython-37.pyc
timm/utils/__pycache__/checkpoint_saver.cpython-38.pyc
timm/utils/__pycache__/clip_grad.cpython-36.pyc
timm/utils/__pycache__/clip_grad.cpython-37.pyc
timm/utils/__pycache__/clip_grad.cpython-38.pyc
timm/utils/__pycache__/cuda.cpython-36.pyc
timm/utils/__pycache__/cuda.cpython-37.pyc
timm/utils/__pycache__/cuda.cpython-38.pyc
timm/utils/__pycache__/distributed.cpython-37.pyc
timm/utils/__pycache__/distributed.cpython-38.pyc
timm/utils/__pycache__/jit.cpython-37.pyc
timm/utils/__pycache__/jit.cpython-38.pyc
timm/utils/__pycache__/log.cpython-37.pyc
timm/utils/__pycache__/log.cpython-38.pyc
timm/utils/__pycache__/metrics.cpython-37.pyc
timm/utils/__pycache__/metrics.cpython-38.pyc
timm/utils/__pycache__/misc.cpython-37.pyc
timm/utils/__pycache__/misc.cpython-38.pyc
timm/utils/__pycache__/model.cpython-36.pyc
timm/utils/__pycache__/model.cpython-37.pyc
timm/utils/__pycache__/model.cpython-38.pyc
timm/utils/__pycache__/model_ema.cpython-36.pyc
timm/utils/__pycache__/model_ema.cpython-37.pyc
timm/utils/__pycache__/model_ema.cpython-38.pyc
timm/utils/__pycache__/summary.cpython-37.pyc
timm/utils/__pycache__/summary.cpython-38.pyc
tools/dist_test.sh
tools/dist_train.sh
tools/slurm_test.sh
tools/slurm_train.sh
tools/test.py
tools/train.py
tools/analysis_tools/analyze_logs.py
tools/analysis_tools/analyze_results.py
tools/analysis_tools/benchmark.py
tools/analysis_tools/coco_error_analysis.py
tools/analysis_tools/eval_metric.py
tools/analysis_tools/get_flops.py
tools/analysis_tools/robustness_eval.py
tools/analysis_tools/test_robustness.py
tools/dataset_converters/cityscapes.py
tools/dataset_converters/pascal_voc.py
tools/deployment/mmdet2torchserve.py
tools/deployment/mmdet_handler.py
tools/deployment/onnx2tensorrt.py
tools/deployment/pytorch2onnx.py
tools/misc/browse_dataset.py
tools/misc/print_config.py
tools/model_converters/detectron2pytorch.py
tools/model_converters/publish_model.py
tools/model_converters/regnet2mmdet.py
tools/model_converters/upgrade_model_version.py