├── .pre-commit-config.yaml ├── .pylintrc ├── .readthedocs.yml ├── CITATION.cff ├── GGM ├── OFSD_lable.py ├── TTA.py └── kmeans_anchor.py ├── LICENSE ├── MANIFEST.in ├── README.md ├── README_zh-CN.md ├── configs ├── GGM │ ├── CFANet_r50_fpn_1x_dota_le135.py │ ├── con_oriented_rcnn_r50_fpn_1x_fair1m_le90.py │ ├── con_oriented_rcnn_r50_fpn_1x_fair1m_le90_onlyCBsampler.py │ ├── con_oriented_rcnn_r50_fpn_1x_fair1m_le90_onlyPCL.py │ ├── con_oriented_rcnn_r50_fpn_1x_hfsd_le90.py │ ├── con_redet_re50_refpn_1x_fair1m.py │ ├── con_redet_re50_refpn_1x_fair1m_66.py │ ├── con_redet_re50_refpn_1x_fair1m_le90.py │ ├── con_redet_re50_refpn_1x_fair1m_le90_411.py │ ├── con_redet_re50_refpn_1x_hfsd_le90.py │ ├── gliding_vertex_r50_fpn_1x_fair1m_le90.py │ ├── oriented_rcnn_r50_fpn_1x_fair1m_le90.py │ ├── redet_re50_refpn_1x_bbish_le90.py │ ├── redet_re50_refpn_1x_hfsd_le90.py │ └── s2anet_r50_fpn_1x_dota_le135.py ├── _base_ │ ├── datasets │ │ ├── dotav1.py │ │ ├── fair1m.py │ │ ├── hfsd.py │ │ ├── hrsc.py │ │ ├── hrsid.py │ │ ├── rubbish.py │ │ └── ssdd.py │ ├── default_runtime.py │ └── schedules │ │ ├── schedule_1x.py │ │ ├── schedule_3x.py │ │ └── schedule_40e.py ├── cfa │ ├── README.md │ ├── cfa_r50_fpn_1x_dota_le135.py │ ├── cfa_r50_fpn_1x_dota_oc.py │ ├── cfa_r50_fpn_40e_dota_oc.py │ └── metafile.yml ├── g_reppoints │ ├── README.md │ ├── g_reppoints_r50_fpn_1x_dota_le135.py │ └── metafile.yml ├── gliding_vertex │ ├── README.md │ ├── gliding_vertex_r50_fpn_1x_dota_le90.py │ └── metafile.yml ├── gwd │ ├── README.md │ ├── metafile.yml │ ├── rotated_retinanet_hbb_gwd_r50_fpn_1x_dota_oc.py │ ├── rotated_retinanet_obb_gwd_r50_fpn_1x_dota_le135.py │ └── rotated_retinanet_obb_gwd_r50_fpn_1x_dota_le90.py ├── kfiou │ ├── README.md │ ├── metafile.yml │ ├── r3det_kfiou_ln_r50_fpn_1x_dota_oc.py │ ├── r3det_kfiou_ln_swin_tiny_adamw_fpn_1x_dota_ms_rr_oc.py │ ├── r3det_kfiou_ln_swin_tiny_adamw_fpn_2x_dota_ms_rr_oc.py │ ├── r3det_refine_kfiou_ln_r50_fpn_1x_dota_oc.py │ ├── r3det_tiny_kfiou_ln_r50_fpn_1x_dota_oc.py │ ├── roi_trans_kfiou_ln_r50_fpn_1x_dota_le90.py │ ├── roi_trans_kfiou_ln_r50_fpn_1x_dota_ms_rr_le90.py │ ├── roi_trans_kfiou_ln_swin_tiny_fpn_1x_dota_le90.py │ ├── roi_trans_kfiou_ln_swin_tiny_fpn_1x_dota_ms_rr_le90.py │ ├── rotated_retinanet_hbb_kfiou_r50_fpn_1x_dota_le135.py │ ├── rotated_retinanet_hbb_kfiou_r50_fpn_1x_dota_le90.py │ ├── rotated_retinanet_hbb_kfiou_r50_fpn_1x_dota_oc.py │ ├── rotated_retinanet_obb_kfiou_r50_fpn_1x_dota_le135.py │ ├── rotated_retinanet_obb_kfiou_r50_fpn_1x_dota_le90.py │ └── s2anet_kfiou_ln_r50_fpn_1x_dota_le135.py ├── kld │ ├── README.md │ ├── metafile.yml │ ├── r3det_kld_r50_fpn_1x_dota_oc.py │ ├── r3det_tiny_kld_r50_fpn_1x_dota_oc.py │ ├── rotated_retinanet_hbb_kld_r50_fpn_1x_dota_oc.py │ ├── rotated_retinanet_obb_kld_r50_fpn_1x_dota_le135.py │ └── rotated_retinanet_obb_kld_r50_fpn_1x_dota_le90.py ├── oriented_rcnn │ ├── README.md │ ├── metafile.yml │ ├── oriented_rcnn_r50_fpn_1x_dota_le90.py │ ├── oriented_rcnn_r50_fpn_6x_hrsid_le90.py │ ├── oriented_rcnn_r50_fpn_6x_ssdd_le90.py │ ├── oriented_rcnn_r50_fpn_fp16_1x_dota_le90.py │ └── oriented_rcnn_swin_tiny_fpn_1x_dota_le90.py ├── r3det │ ├── README.md │ ├── metafile.yml │ ├── r3det_r50_fpn_1x_dota_oc.py │ ├── r3det_refine_r50_fpn_1x_dota_oc.py │ └── r3det_tiny_r50_fpn_1x_dota_oc.py ├── redet │ ├── README.md │ ├── metafile.yml │ ├── redet_re101_refpn_3x_hrsc_le90.py │ ├── redet_re50_refpn_1x_dota_le90.py │ ├── redet_re50_refpn_1x_dota_ms_rr_le90.py │ ├── redet_re50_refpn_1x_fair1m_le90.py │ └── redet_re50_refpn_fp16_1x_dota_le90.py ├── roi_trans │ ├── README.md │ ├── metafile.yml │ ├── roi_trans_r50_fpn_1x_dota_le135.py │ ├── roi_trans_r50_fpn_1x_dota_le90.py │ ├── roi_trans_r50_fpn_1x_dota_ms_le90.py │ ├── roi_trans_r50_fpn_1x_dota_ms_rr_le90.py │ ├── roi_trans_r50_fpn_1x_dota_oc.py │ ├── roi_trans_r50_fpn_fp16_1x_dota_le90.py │ └── roi_trans_swin_tiny_fpn_1x_dota_le90.py ├── rotated_faster_rcnn │ ├── README.md │ ├── metafile.yml │ └── rotated_faster_rcnn_r50_fpn_1x_dota_le90.py ├── rotated_reppoints │ ├── README.md │ ├── metafile.yml │ ├── rotated_reppoints_r50_fpn_1x_dota_le135.py │ └── rotated_reppoints_r50_fpn_1x_dota_oc.py ├── rotated_retinanet │ ├── README.md │ ├── metafile.yml │ ├── rotated_retinanet_hbb_r50_fpn_1x_dota_le135.py │ ├── rotated_retinanet_hbb_r50_fpn_1x_dota_le90.py │ ├── rotated_retinanet_hbb_r50_fpn_1x_dota_oc.py │ ├── rotated_retinanet_obb_r50_fpn_1x_dota_le135.py │ ├── rotated_retinanet_obb_r50_fpn_1x_dota_le90.py │ ├── rotated_retinanet_obb_r50_fpn_1x_dota_ms_rr_le90.py │ ├── rotated_retinanet_obb_r50_fpn_1x_dota_oc.py │ ├── rotated_retinanet_obb_r50_fpn_3x_hrsc_le90.py │ └── rotated_retinanet_obb_r50_fpn_fp16_1x_dota_le90.py ├── s2anet │ ├── README.md │ ├── metafile.yml │ ├── s2anet_r50_fpn_1x_dota_le135.py │ ├── s2anet_r50_fpn_3x_hrsc_le135.py │ └── s2anet_r50_fpn_fp16_1x_dota_le135.py └── sasm_reppoints │ ├── README.md │ ├── metafile.yml │ └── sasm_reppoints_r50_fpn_1x_dota_oc.py ├── demo ├── MMRotate_Tutorial.ipynb ├── README.md ├── demo.jpg ├── dota_demo.jpg ├── huge_image_demo.py └── image_demo.py ├── docker └── Dockerfile ├── docs ├── en │ ├── Makefile │ ├── _static │ │ ├── css │ │ │ └── readthedocs.css │ │ └── image │ │ │ ├── mmrotate-logo.png │ │ │ ├── qq_group_qrcode.jpg │ │ │ └── zhihu_qrcode.jpg │ ├── api.rst │ ├── changelog.md │ ├── conf.py │ ├── faq.md │ ├── get_started.md │ ├── index.rst │ ├── install.md │ ├── intro.md │ ├── make.bat │ ├── model_zoo.md │ ├── stat.py │ ├── switch_language.md │ └── tutorials │ │ ├── customize_config.md │ │ ├── customize_dataset.md │ │ ├── customize_models.md │ │ ├── customize_runtime.md │ │ └── index.rst └── zh_cn │ ├── Makefile │ ├── _static │ ├── css │ │ └── readthedocs.css │ └── image │ │ ├── mmrotate-logo.png │ │ ├── qq_group_qrcode.jpg │ │ └── zhihu_qrcode.jpg │ ├── api.rst │ ├── changelog.md │ ├── conf.py │ ├── faq.md │ ├── get_started.md │ ├── index.rst │ ├── install.md │ ├── intro.md │ ├── make.bat │ ├── model_zoo.md │ ├── stat.py │ ├── switch_language.md │ └── tutorials │ ├── customize_config.md │ ├── customize_dataset.md │ ├── customize_models.md │ ├── customize_runtime.md │ └── index.rst ├── mmdetection ├── .circleci │ └── config.yml ├── .dev_scripts │ ├── batch_test_list.py │ ├── batch_train_list.txt │ ├── benchmark_filter.py │ ├── benchmark_inference_fps.py │ ├── benchmark_test_image.py │ ├── convert_test_benchmark_script.py │ ├── convert_train_benchmark_script.py │ ├── gather_models.py │ ├── gather_test_benchmark_metric.py │ ├── gather_train_benchmark_metric.py │ ├── linter.sh │ ├── test_benchmark.sh │ ├── test_init_backbone.py │ └── train_benchmark.sh ├── .gitignore ├── .pre-commit-config.yaml ├── .readthedocs.yml ├── CITATION.cff ├── LICENSE ├── MANIFEST.in ├── README.md ├── README_zh-CN.md ├── configs │ ├── GGM │ │ ├── bianhao.py │ │ ├── cascade_faster_rcnn_r50_fpn_1x_ali.py │ │ ├── cascade_faster_rcnn_r50_fpn_1x_ali_swin_s.py │ │ ├── cascade_rcnn_swinb_3x_800-1400_anchor_bs2.py │ │ ├── deformable_detr_twostage_refine_r50_16x2_50e_ali.py │ │ ├── faster_rcnn_r50_fpn_1x_ali.py │ │ ├── swa_fasterRCNN.py │ │ └── swa_fasterRCNN_only.py │ ├── _base_ │ │ ├── datasets │ │ │ ├── cityscapes_detection.py │ │ │ ├── cityscapes_instance.py │ │ │ ├── coco_detection.py │ │ │ ├── coco_instance.py │ │ │ ├── coco_instance_semantic.py │ │ │ ├── coco_panoptic.py │ │ │ ├── deepfashion.py │ │ │ ├── lvis_v0.5_instance.py │ │ │ ├── lvis_v1_instance.py │ │ │ ├── voc0712.py │ │ │ └── wider_face.py │ │ ├── default_runtime.py │ │ ├── models │ │ │ ├── cascade_mask_rcnn_r50_fpn.py │ │ │ ├── cascade_rcnn_r50_fpn.py │ │ │ ├── fast_rcnn_r50_fpn.py │ │ │ ├── faster_rcnn_r50_caffe_c4.py │ │ │ ├── faster_rcnn_r50_caffe_dc5.py │ │ │ ├── faster_rcnn_r50_fpn.py │ │ │ ├── mask_rcnn_r50_caffe_c4.py │ │ │ ├── mask_rcnn_r50_fpn.py │ │ │ ├── retinanet_r50_fpn.py │ │ │ ├── rpn_r50_caffe_c4.py │ │ │ ├── rpn_r50_fpn.py │ │ │ └── ssd300.py │ │ ├── schedules │ │ │ ├── schedule_1x.py │ │ │ ├── schedule_20e.py │ │ │ └── schedule_2x.py │ │ └── swa.py │ ├── albu_example │ │ ├── README.md │ │ └── mask_rcnn_r50_fpn_albu_1x_coco.py │ ├── atss │ │ ├── README.md │ │ ├── atss_r101_fpn_1x_coco.py │ │ ├── atss_r50_fpn_1x_coco.py │ │ └── metafile.yml │ ├── autoassign │ │ ├── README.md │ │ ├── autoassign_r50_fpn_8x2_1x_coco.py │ │ └── metafile.yml │ ├── carafe │ │ ├── README.md │ │ ├── faster_rcnn_r50_fpn_carafe_1x_coco.py │ │ └── mask_rcnn_r50_fpn_carafe_1x_coco.py │ ├── cascade_rcnn │ │ ├── README.md │ │ ├── cascade_mask_rcnn_r101_caffe_fpn_1x_coco.py │ │ ├── cascade_mask_rcnn_r101_caffe_fpn_mstrain_3x_coco.py │ │ ├── cascade_mask_rcnn_r101_fpn_1x_coco.py │ │ ├── cascade_mask_rcnn_r101_fpn_20e_coco.py │ │ ├── cascade_mask_rcnn_r101_fpn_mstrain_3x_coco.py │ │ ├── cascade_mask_rcnn_r50_caffe_fpn_1x_coco.py │ │ ├── cascade_mask_rcnn_r50_caffe_fpn_mstrain_3x_coco.py │ │ ├── cascade_mask_rcnn_r50_fpn_1x_coco.py │ │ ├── cascade_mask_rcnn_r50_fpn_20e_coco.py │ │ ├── cascade_mask_rcnn_r50_fpn_mstrain_3x_coco.py │ │ ├── cascade_mask_rcnn_x101_32x4d_fpn_1x_coco.py │ │ ├── cascade_mask_rcnn_x101_32x4d_fpn_20e_coco.py │ │ ├── cascade_mask_rcnn_x101_32x4d_fpn_mstrain_3x_coco.py │ │ ├── cascade_mask_rcnn_x101_32x8d_fpn_mstrain_3x_coco.py │ │ ├── cascade_mask_rcnn_x101_64x4d_fpn_1x_coco.py │ │ ├── cascade_mask_rcnn_x101_64x4d_fpn_20e_coco.py │ │ ├── cascade_mask_rcnn_x101_64x4d_fpn_mstrain_3x_coco.py │ │ ├── cascade_rcnn_r101_caffe_fpn_1x_coco.py │ │ ├── cascade_rcnn_r101_fpn_1x_coco.py │ │ ├── cascade_rcnn_r101_fpn_20e_coco.py │ │ ├── cascade_rcnn_r50_caffe_fpn_1x_coco.py │ │ ├── cascade_rcnn_r50_fpn_1x_coco.py │ │ ├── cascade_rcnn_r50_fpn_20e_coco.py │ │ ├── cascade_rcnn_x101_32x4d_fpn_1x_coco.py │ │ ├── cascade_rcnn_x101_32x4d_fpn_20e_coco.py │ │ ├── cascade_rcnn_x101_64x4d_fpn_1x_coco.py │ │ ├── cascade_rcnn_x101_64x4d_fpn_20e_coco.py │ │ └── metafile.yml │ ├── cascade_rpn │ │ ├── README.md │ │ ├── crpn_fast_rcnn_r50_caffe_fpn_1x_coco.py │ │ ├── crpn_faster_rcnn_r50_caffe_fpn_1x_coco.py │ │ └── crpn_r50_caffe_fpn_1x_coco.py │ ├── centernet │ │ ├── README.md │ │ ├── centernet_resnet18_140e_coco.py │ │ ├── centernet_resnet18_dcnv2_140e_coco.py │ │ └── metafile.yml │ ├── centripetalnet │ │ ├── README.md │ │ ├── centripetalnet_hourglass104_mstest_16x6_210e_coco.py │ │ └── metafile.yml │ ├── cityscapes │ │ ├── README.md │ │ ├── faster_rcnn_r50_fpn_1x_cityscapes.py │ │ └── mask_rcnn_r50_fpn_1x_cityscapes.py │ ├── common │ │ ├── lsj_100e_coco_instance.py │ │ ├── mstrain-poly_3x_coco_instance.py │ │ ├── mstrain_3x_coco.py │ │ └── mstrain_3x_coco_instance.py │ ├── cornernet │ │ ├── README.md │ │ ├── cornernet_hourglass104_mstest_10x5_210e_coco.py │ │ ├── cornernet_hourglass104_mstest_32x3_210e_coco.py │ │ ├── cornernet_hourglass104_mstest_8x6_210e_coco.py │ │ └── metafile.yml │ ├── dcn │ │ ├── README.md │ │ ├── cascade_mask_rcnn_r101_fpn_dconv_c3-c5_1x_coco.py │ │ ├── cascade_mask_rcnn_r50_fpn_dconv_c3-c5_1x_coco.py │ │ ├── cascade_mask_rcnn_x101_32x4d_fpn_dconv_c3-c5_1x_coco.py │ │ ├── cascade_rcnn_r101_fpn_dconv_c3-c5_1x_coco.py │ │ ├── cascade_rcnn_r50_fpn_dconv_c3-c5_1x_coco.py │ │ ├── faster_rcnn_r101_fpn_dconv_c3-c5_1x_coco.py │ │ ├── faster_rcnn_r50_fpn_dconv_c3-c5_1x_coco.py │ │ ├── faster_rcnn_r50_fpn_dpool_1x_coco.py │ │ ├── faster_rcnn_r50_fpn_mdconv_c3-c5_1x_coco.py │ │ ├── faster_rcnn_r50_fpn_mdconv_c3-c5_group4_1x_coco.py │ │ ├── faster_rcnn_r50_fpn_mdpool_1x_coco.py │ │ ├── faster_rcnn_x101_32x4d_fpn_dconv_c3-c5_1x_coco.py │ │ ├── mask_rcnn_r101_fpn_dconv_c3-c5_1x_coco.py │ │ ├── mask_rcnn_r50_fpn_dconv_c3-c5_1x_coco.py │ │ ├── mask_rcnn_r50_fpn_fp16_dconv_c3-c5_1x_coco.py │ │ ├── mask_rcnn_r50_fpn_fp16_mdconv_c3-c5_1x_coco.py │ │ ├── mask_rcnn_r50_fpn_mdconv_c3-c5_1x_coco.py │ │ └── metafile.yml │ ├── deepfashion │ │ ├── README.md │ │ └── mask_rcnn_r50_fpn_15e_deepfashion.py │ ├── deformable_detr │ │ ├── README.md │ │ ├── deformable_detr_r50_16x2_50e_coco.py │ │ ├── deformable_detr_refine_r50_16x2_50e_coco.py │ │ ├── deformable_detr_twostage_refine_r50_16x2_50e_coco.py │ │ └── metafile.yml │ ├── detectors │ │ ├── README.md │ │ ├── cascade_rcnn_r50_rfp_1x_coco.py │ │ ├── cascade_rcnn_r50_sac_1x_coco.py │ │ ├── detectors_cascade_rcnn_r50_1x_coco.py │ │ ├── detectors_htc_r101_20e_coco.py │ │ ├── detectors_htc_r50_1x_coco.py │ │ ├── htc_r50_rfp_1x_coco.py │ │ ├── htc_r50_sac_1x_coco.py │ │ └── metafile.yml │ ├── detr │ │ ├── README.md │ │ ├── detr_r50_8x2_150e_coco.py │ │ └── metafile.yml │ ├── double_heads │ │ ├── README.md │ │ ├── dh_faster_rcnn_r50_fpn_1x_coco.py │ │ └── metafile.yml │ ├── dynamic_rcnn │ │ ├── README.md │ │ ├── dynamic_rcnn_r50_fpn_1x_coco.py │ │ └── metafile.yml │ ├── empirical_attention │ │ ├── README.md │ │ ├── faster_rcnn_r50_fpn_attention_0010_1x_coco.py │ │ ├── faster_rcnn_r50_fpn_attention_0010_dcn_1x_coco.py │ │ ├── faster_rcnn_r50_fpn_attention_1111_1x_coco.py │ │ ├── faster_rcnn_r50_fpn_attention_1111_dcn_1x_coco.py │ │ └── metafile.yml │ ├── fast_rcnn │ │ ├── README.md │ │ ├── fast_rcnn_r101_caffe_fpn_1x_coco.py │ │ ├── fast_rcnn_r101_fpn_1x_coco.py │ │ ├── fast_rcnn_r101_fpn_2x_coco.py │ │ ├── fast_rcnn_r50_caffe_fpn_1x_coco.py │ │ ├── fast_rcnn_r50_fpn_1x_coco.py │ │ └── fast_rcnn_r50_fpn_2x_coco.py │ ├── faster_rcnn │ │ ├── README.md │ │ ├── faster_rcnn_r101_caffe_fpn_1x_coco.py │ │ ├── faster_rcnn_r101_caffe_fpn_mstrain_3x_coco.py │ │ ├── faster_rcnn_r101_fpn_1x_coco.py │ │ ├── faster_rcnn_r101_fpn_2x_coco.py │ │ ├── faster_rcnn_r101_fpn_mstrain_3x_coco.py │ │ ├── faster_rcnn_r50_caffe_c4_1x_coco.py │ │ ├── faster_rcnn_r50_caffe_dc5_1x_coco.py │ │ ├── faster_rcnn_r50_caffe_dc5_mstrain_1x_coco.py │ │ ├── faster_rcnn_r50_caffe_dc5_mstrain_3x_coco.py │ │ ├── faster_rcnn_r50_caffe_fpn_1x_coco.py │ │ ├── faster_rcnn_r50_caffe_fpn_90k_coco.py │ │ ├── faster_rcnn_r50_caffe_fpn_mstrain_1x_coco-person-bicycle-car.py │ │ ├── faster_rcnn_r50_caffe_fpn_mstrain_1x_coco-person.py │ │ ├── faster_rcnn_r50_caffe_fpn_mstrain_1x_coco.py │ │ ├── faster_rcnn_r50_caffe_fpn_mstrain_2x_coco.py │ │ ├── faster_rcnn_r50_caffe_fpn_mstrain_3x_coco.py │ │ ├── faster_rcnn_r50_caffe_fpn_mstrain_90k_coco.py │ │ ├── faster_rcnn_r50_fpn_1x_coco.py │ │ ├── faster_rcnn_r50_fpn_2x_coco.py │ │ ├── faster_rcnn_r50_fpn_bounded_iou_1x_coco.py │ │ ├── faster_rcnn_r50_fpn_ciou_1x_coco.py │ │ ├── faster_rcnn_r50_fpn_fp16_1x_coco.py │ │ ├── faster_rcnn_r50_fpn_giou_1x_coco.py │ │ ├── faster_rcnn_r50_fpn_iou_1x_coco.py │ │ ├── faster_rcnn_r50_fpn_mstrain_3x_coco.py │ │ ├── faster_rcnn_r50_fpn_ohem_1x_coco.py │ │ ├── faster_rcnn_r50_fpn_soft_nms_1x_coco.py │ │ ├── faster_rcnn_x101_32x4d_fpn_1x_coco.py │ │ ├── faster_rcnn_x101_32x4d_fpn_2x_coco.py │ │ ├── faster_rcnn_x101_32x4d_fpn_mstrain_3x_coco.py │ │ ├── faster_rcnn_x101_32x8d_fpn_mstrain_3x_coco.py │ │ ├── faster_rcnn_x101_64x4d_fpn_1x_coco.py │ │ ├── faster_rcnn_x101_64x4d_fpn_2x_coco.py │ │ ├── faster_rcnn_x101_64x4d_fpn_mstrain_3x_coco.py │ │ └── metafile.yml │ ├── fcos │ │ ├── README.md │ │ ├── fcos_center-normbbox-centeronreg-giou_r50_caffe_fpn_gn-head_1x_coco.py │ │ ├── fcos_center-normbbox-centeronreg-giou_r50_caffe_fpn_gn-head_dcn_1x_coco.py │ │ ├── fcos_center_r50_caffe_fpn_gn-head_1x_coco.py │ │ ├── fcos_r101_caffe_fpn_gn-head_1x_coco.py │ │ ├── fcos_r101_caffe_fpn_gn-head_mstrain_640-800_2x_coco.py │ │ ├── fcos_r50_caffe_fpn_gn-head_1x_coco.py │ │ ├── fcos_r50_caffe_fpn_gn-head_4x4_1x_coco.py │ │ ├── fcos_r50_caffe_fpn_gn-head_mstrain_640-800_2x_coco.py │ │ ├── fcos_x101_64x4d_fpn_gn-head_mstrain_640-800_2x_coco.py │ │ └── metafile.yml │ ├── foveabox │ │ ├── README.md │ │ ├── fovea_align_r101_fpn_gn-head_4x4_2x_coco.py │ │ ├── fovea_align_r101_fpn_gn-head_mstrain_640-800_4x4_2x_coco.py │ │ ├── fovea_align_r50_fpn_gn-head_4x4_2x_coco.py │ │ ├── fovea_align_r50_fpn_gn-head_mstrain_640-800_4x4_2x_coco.py │ │ ├── fovea_r101_fpn_4x4_1x_coco.py │ │ ├── fovea_r101_fpn_4x4_2x_coco.py │ │ ├── fovea_r50_fpn_4x4_1x_coco.py │ │ ├── fovea_r50_fpn_4x4_2x_coco.py │ │ └── metafile.yml │ ├── fpg │ │ ├── README.md │ │ ├── faster_rcnn_r50_fpg-chn128_crop640_50e_coco.py │ │ ├── faster_rcnn_r50_fpg_crop640_50e_coco.py │ │ ├── faster_rcnn_r50_fpn_crop640_50e_coco.py │ │ ├── mask_rcnn_r50_fpg-chn128_crop640_50e_coco.py │ │ ├── mask_rcnn_r50_fpg_crop640_50e_coco.py │ │ ├── mask_rcnn_r50_fpn_crop640_50e_coco.py │ │ ├── metafile.yml │ │ ├── retinanet_r50_fpg-chn128_crop640_50e_coco.py │ │ └── retinanet_r50_fpg_crop640_50e_coco.py │ ├── free_anchor │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── retinanet_free_anchor_r101_fpn_1x_coco.py │ │ ├── retinanet_free_anchor_r50_fpn_1x_coco.py │ │ └── retinanet_free_anchor_x101_32x4d_fpn_1x_coco.py │ ├── fsaf │ │ ├── README.md │ │ ├── fsaf_r101_fpn_1x_coco.py │ │ ├── fsaf_r50_fpn_1x_coco.py │ │ ├── fsaf_x101_64x4d_fpn_1x_coco.py │ │ └── metafile.yml │ ├── gcnet │ │ ├── README.md │ │ ├── cascade_mask_rcnn_x101_32x4d_fpn_syncbn-backbone_1x_coco.py │ │ ├── cascade_mask_rcnn_x101_32x4d_fpn_syncbn-backbone_dconv_c3-c5_1x_coco.py │ │ ├── cascade_mask_rcnn_x101_32x4d_fpn_syncbn-backbone_dconv_c3-c5_r16_gcb_c3-c5_1x_coco.py │ │ ├── cascade_mask_rcnn_x101_32x4d_fpn_syncbn-backbone_dconv_c3-c5_r4_gcb_c3-c5_1x_coco.py │ │ ├── cascade_mask_rcnn_x101_32x4d_fpn_syncbn-backbone_r16_gcb_c3-c5_1x_coco.py │ │ ├── cascade_mask_rcnn_x101_32x4d_fpn_syncbn-backbone_r4_gcb_c3-c5_1x_coco.py │ │ ├── mask_rcnn_r101_fpn_r16_gcb_c3-c5_1x_coco.py │ │ ├── mask_rcnn_r101_fpn_r4_gcb_c3-c5_1x_coco.py │ │ ├── mask_rcnn_r101_fpn_syncbn-backbone_1x_coco.py │ │ ├── mask_rcnn_r101_fpn_syncbn-backbone_r16_gcb_c3-c5_1x_coco.py │ │ ├── mask_rcnn_r101_fpn_syncbn-backbone_r4_gcb_c3-c5_1x_coco.py │ │ ├── mask_rcnn_r50_fpn_r16_gcb_c3-c5_1x_coco.py │ │ ├── mask_rcnn_r50_fpn_r4_gcb_c3-c5_1x_coco.py │ │ ├── mask_rcnn_r50_fpn_syncbn-backbone_1x_coco.py │ │ ├── mask_rcnn_r50_fpn_syncbn-backbone_r16_gcb_c3-c5_1x_coco.py │ │ ├── mask_rcnn_r50_fpn_syncbn-backbone_r4_gcb_c3-c5_1x_coco.py │ │ ├── mask_rcnn_x101_32x4d_fpn_syncbn-backbone_1x_coco.py │ │ ├── mask_rcnn_x101_32x4d_fpn_syncbn-backbone_r16_gcb_c3-c5_1x_coco.py │ │ ├── mask_rcnn_x101_32x4d_fpn_syncbn-backbone_r4_gcb_c3-c5_1x_coco.py │ │ └── metafile.yml │ ├── gfl │ │ ├── README.md │ │ ├── gfl_r101_fpn_dconv_c3-c5_mstrain_2x_coco.py │ │ ├── gfl_r101_fpn_mstrain_2x_coco.py │ │ ├── gfl_r50_fpn_1x_coco.py │ │ ├── gfl_r50_fpn_mstrain_2x_coco.py │ │ ├── gfl_x101_32x4d_fpn_dconv_c4-c5_mstrain_2x_coco.py │ │ ├── gfl_x101_32x4d_fpn_mstrain_2x_coco.py │ │ └── metafile.yml │ ├── ghm │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── retinanet_ghm_r101_fpn_1x_coco.py │ │ ├── retinanet_ghm_r50_fpn_1x_coco.py │ │ ├── retinanet_ghm_x101_32x4d_fpn_1x_coco.py │ │ └── retinanet_ghm_x101_64x4d_fpn_1x_coco.py │ ├── gn+ws │ │ ├── README.md │ │ ├── faster_rcnn_r101_fpn_gn_ws-all_1x_coco.py │ │ ├── faster_rcnn_r50_fpn_gn_ws-all_1x_coco.py │ │ ├── faster_rcnn_x101_32x4d_fpn_gn_ws-all_1x_coco.py │ │ ├── faster_rcnn_x50_32x4d_fpn_gn_ws-all_1x_coco.py │ │ ├── mask_rcnn_r101_fpn_gn_ws-all_20_23_24e_coco.py │ │ ├── mask_rcnn_r101_fpn_gn_ws-all_2x_coco.py │ │ ├── mask_rcnn_r50_fpn_gn_ws-all_20_23_24e_coco.py │ │ ├── mask_rcnn_r50_fpn_gn_ws-all_2x_coco.py │ │ ├── mask_rcnn_x101_32x4d_fpn_gn_ws-all_20_23_24e_coco.py │ │ ├── mask_rcnn_x101_32x4d_fpn_gn_ws-all_2x_coco.py │ │ ├── mask_rcnn_x50_32x4d_fpn_gn_ws-all_20_23_24e_coco.py │ │ ├── mask_rcnn_x50_32x4d_fpn_gn_ws-all_2x_coco.py │ │ └── metafile.yml │ ├── gn │ │ ├── README.md │ │ ├── mask_rcnn_r101_fpn_gn-all_2x_coco.py │ │ ├── mask_rcnn_r101_fpn_gn-all_3x_coco.py │ │ ├── mask_rcnn_r50_fpn_gn-all_2x_coco.py │ │ ├── mask_rcnn_r50_fpn_gn-all_3x_coco.py │ │ ├── mask_rcnn_r50_fpn_gn-all_contrib_2x_coco.py │ │ ├── mask_rcnn_r50_fpn_gn-all_contrib_3x_coco.py │ │ └── metafile.yml │ ├── grid_rcnn │ │ ├── README.md │ │ ├── grid_rcnn_r101_fpn_gn-head_2x_coco.py │ │ ├── grid_rcnn_r50_fpn_gn-head_1x_coco.py │ │ ├── grid_rcnn_r50_fpn_gn-head_2x_coco.py │ │ ├── grid_rcnn_x101_32x4d_fpn_gn-head_2x_coco.py │ │ ├── grid_rcnn_x101_64x4d_fpn_gn-head_2x_coco.py │ │ └── metafile.yml │ ├── groie │ │ ├── README.md │ │ ├── faster_rcnn_r50_fpn_groie_1x_coco.py │ │ ├── grid_rcnn_r50_fpn_gn-head_groie_1x_coco.py │ │ ├── mask_rcnn_r101_fpn_syncbn-backbone_r4_gcb_c3-c5_groie_1x_coco.py │ │ ├── mask_rcnn_r50_fpn_groie_1x_coco.py │ │ ├── mask_rcnn_r50_fpn_syncbn-backbone_r4_gcb_c3-c5_groie_1x_coco.py │ │ └── metafile.yml │ ├── guided_anchoring │ │ ├── README.md │ │ ├── ga_fast_r50_caffe_fpn_1x_coco.py │ │ ├── ga_faster_r101_caffe_fpn_1x_coco.py │ │ ├── ga_faster_r50_caffe_fpn_1x_coco.py │ │ ├── ga_faster_r50_fpn_1x_coco.py │ │ ├── ga_faster_x101_32x4d_fpn_1x_coco.py │ │ ├── ga_faster_x101_64x4d_fpn_1x_coco.py │ │ ├── ga_retinanet_r101_caffe_fpn_1x_coco.py │ │ ├── ga_retinanet_r101_caffe_fpn_mstrain_2x.py │ │ ├── ga_retinanet_r50_caffe_fpn_1x_coco.py │ │ ├── ga_retinanet_r50_fpn_1x_coco.py │ │ ├── ga_retinanet_x101_32x4d_fpn_1x_coco.py │ │ ├── ga_retinanet_x101_64x4d_fpn_1x_coco.py │ │ ├── ga_rpn_r101_caffe_fpn_1x_coco.py │ │ ├── ga_rpn_r50_caffe_fpn_1x_coco.py │ │ ├── ga_rpn_r50_fpn_1x_coco.py │ │ ├── ga_rpn_x101_32x4d_fpn_1x_coco.py │ │ ├── ga_rpn_x101_64x4d_fpn_1x_coco.py │ │ └── metafile.yml │ ├── hrnet │ │ ├── README.md │ │ ├── cascade_mask_rcnn_hrnetv2p_w18_20e_coco.py │ │ ├── cascade_mask_rcnn_hrnetv2p_w32_20e_coco.py │ │ ├── cascade_mask_rcnn_hrnetv2p_w40_20e_coco.py │ │ ├── cascade_rcnn_hrnetv2p_w18_20e_coco.py │ │ ├── cascade_rcnn_hrnetv2p_w32_20e_coco.py │ │ ├── cascade_rcnn_hrnetv2p_w40_20e_coco.py │ │ ├── faster_rcnn_hrnetv2p_w18_1x_coco.py │ │ ├── faster_rcnn_hrnetv2p_w18_2x_coco.py │ │ ├── faster_rcnn_hrnetv2p_w32_1x_coco.py │ │ ├── faster_rcnn_hrnetv2p_w32_2x_coco.py │ │ ├── faster_rcnn_hrnetv2p_w40_1x_coco.py │ │ ├── faster_rcnn_hrnetv2p_w40_2x_coco.py │ │ ├── fcos_hrnetv2p_w18_gn-head_4x4_1x_coco.py │ │ ├── fcos_hrnetv2p_w18_gn-head_4x4_2x_coco.py │ │ ├── fcos_hrnetv2p_w18_gn-head_mstrain_640-800_4x4_2x_coco.py │ │ ├── fcos_hrnetv2p_w32_gn-head_4x4_1x_coco.py │ │ ├── fcos_hrnetv2p_w32_gn-head_4x4_2x_coco.py │ │ ├── fcos_hrnetv2p_w32_gn-head_mstrain_640-800_4x4_2x_coco.py │ │ ├── fcos_hrnetv2p_w40_gn-head_mstrain_640-800_4x4_2x_coco.py │ │ ├── htc_hrnetv2p_w18_20e_coco.py │ │ ├── htc_hrnetv2p_w32_20e_coco.py │ │ ├── htc_hrnetv2p_w40_20e_coco.py │ │ ├── htc_hrnetv2p_w40_28e_coco.py │ │ ├── htc_x101_64x4d_fpn_16x1_28e_coco.py │ │ ├── mask_rcnn_hrnetv2p_w18_1x_coco.py │ │ ├── mask_rcnn_hrnetv2p_w18_2x_coco.py │ │ ├── mask_rcnn_hrnetv2p_w32_1x_coco.py │ │ ├── mask_rcnn_hrnetv2p_w32_2x_coco.py │ │ ├── mask_rcnn_hrnetv2p_w40_1x_coco.py │ │ ├── mask_rcnn_hrnetv2p_w40_2x_coco.py │ │ └── metafile.yml │ ├── htc │ │ ├── README.md │ │ ├── htc_r101_fpn_20e_coco.py │ │ ├── htc_r50_fpn_1x_coco.py │ │ ├── htc_r50_fpn_20e_coco.py │ │ ├── htc_without_semantic_r50_fpn_1x_coco.py │ │ ├── htc_x101_32x4d_fpn_16x1_20e_coco.py │ │ ├── htc_x101_64x4d_fpn_16x1_20e_coco.py │ │ ├── htc_x101_64x4d_fpn_dconv_c3-c5_mstrain_400_1400_16x1_20e_coco.py │ │ └── metafile.yml │ ├── instaboost │ │ ├── README.md │ │ ├── cascade_mask_rcnn_r101_fpn_instaboost_4x_coco.py │ │ ├── cascade_mask_rcnn_r50_fpn_instaboost_4x_coco.py │ │ ├── cascade_mask_rcnn_x101_64x4d_fpn_instaboost_4x_coco.py │ │ ├── mask_rcnn_r101_fpn_instaboost_4x_coco.py │ │ ├── mask_rcnn_r50_fpn_instaboost_4x_coco.py │ │ ├── mask_rcnn_x101_64x4d_fpn_instaboost_4x_coco.py │ │ └── metafile.yml │ ├── lad │ │ ├── README.md │ │ ├── lad_r101_paa_r50_fpn_coco_1x.py │ │ └── lad_r50_paa_r101_fpn_coco_1x.py │ ├── ld │ │ ├── README.md │ │ ├── ld_r101_gflv1_r101dcn_fpn_coco_2x.py │ │ ├── ld_r18_gflv1_r101_fpn_coco_1x.py │ │ ├── ld_r34_gflv1_r101_fpn_coco_1x.py │ │ ├── ld_r50_gflv1_r101_fpn_coco_1x.py │ │ └── metafile.yml │ ├── legacy_1.x │ │ ├── README.md │ │ ├── cascade_mask_rcnn_r50_fpn_1x_coco_v1.py │ │ ├── faster_rcnn_r50_fpn_1x_coco_v1.py │ │ ├── mask_rcnn_r50_fpn_1x_coco_v1.py │ │ ├── retinanet_r50_caffe_fpn_1x_coco_v1.py │ │ ├── retinanet_r50_fpn_1x_coco_v1.py │ │ └── ssd300_coco_v1.py │ ├── libra_rcnn │ │ ├── README.md │ │ ├── libra_fast_rcnn_r50_fpn_1x_coco.py │ │ ├── libra_faster_rcnn_r101_fpn_1x_coco.py │ │ ├── libra_faster_rcnn_r50_fpn_1x_coco.py │ │ ├── libra_faster_rcnn_x101_64x4d_fpn_1x_coco.py │ │ ├── libra_retinanet_r50_fpn_1x_coco.py │ │ └── metafile.yml │ ├── lvis │ │ ├── README.md │ │ ├── mask_rcnn_r101_fpn_sample1e-3_mstrain_1x_lvis_v1.py │ │ ├── mask_rcnn_r101_fpn_sample1e-3_mstrain_2x_lvis_v0.5.py │ │ ├── mask_rcnn_r50_fpn_sample1e-3_mstrain_1x_lvis_v1.py │ │ ├── mask_rcnn_r50_fpn_sample1e-3_mstrain_2x_lvis_v0.5.py │ │ ├── mask_rcnn_x101_32x4d_fpn_sample1e-3_mstrain_1x_lvis_v1.py │ │ ├── mask_rcnn_x101_32x4d_fpn_sample1e-3_mstrain_2x_lvis_v0.5.py │ │ ├── mask_rcnn_x101_64x4d_fpn_sample1e-3_mstrain_1x_lvis_v1.py │ │ └── mask_rcnn_x101_64x4d_fpn_sample1e-3_mstrain_2x_lvis_v0.5.py │ ├── mask_rcnn │ │ ├── README.md │ │ ├── mask_rcnn_r101_caffe_fpn_1x_coco.py │ │ ├── mask_rcnn_r101_caffe_fpn_mstrain-poly_3x_coco.py │ │ ├── mask_rcnn_r101_fpn_1x_coco.py │ │ ├── mask_rcnn_r101_fpn_2x_coco.py │ │ ├── mask_rcnn_r101_fpn_mstrain-poly_3x_coco.py │ │ ├── mask_rcnn_r50_caffe_c4_1x_coco.py │ │ ├── mask_rcnn_r50_caffe_fpn_1x_coco.py │ │ ├── mask_rcnn_r50_caffe_fpn_mstrain-poly_1x_coco.py │ │ ├── mask_rcnn_r50_caffe_fpn_mstrain-poly_2x_coco.py │ │ ├── mask_rcnn_r50_caffe_fpn_mstrain-poly_3x_coco.py │ │ ├── mask_rcnn_r50_caffe_fpn_mstrain_1x_coco.py │ │ ├── mask_rcnn_r50_caffe_fpn_poly_1x_coco_v1.py │ │ ├── mask_rcnn_r50_fpn_1x_coco.py │ │ ├── mask_rcnn_r50_fpn_2x_coco.py │ │ ├── mask_rcnn_r50_fpn_fp16_1x_coco.py │ │ ├── mask_rcnn_r50_fpn_mstrain-poly_3x_coco.py │ │ ├── mask_rcnn_r50_fpn_poly_1x_coco.py │ │ ├── mask_rcnn_x101_32x4d_fpn_1x_coco.py │ │ ├── mask_rcnn_x101_32x4d_fpn_2x_coco.py │ │ ├── mask_rcnn_x101_32x4d_fpn_mstrain-poly_3x_coco.py │ │ ├── mask_rcnn_x101_32x8d_fpn_1x_coco.py │ │ ├── mask_rcnn_x101_32x8d_fpn_mstrain-poly_1x_coco.py │ │ ├── mask_rcnn_x101_32x8d_fpn_mstrain-poly_3x_coco.py │ │ ├── mask_rcnn_x101_64x4d_fpn_1x_coco.py │ │ ├── mask_rcnn_x101_64x4d_fpn_2x_coco.py │ │ ├── mask_rcnn_x101_64x4d_fpn_mstrain-poly_3x_coco.py │ │ └── metafile.yml │ ├── ms_rcnn │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── ms_rcnn_r101_caffe_fpn_1x_coco.py │ │ ├── ms_rcnn_r101_caffe_fpn_2x_coco.py │ │ ├── ms_rcnn_r50_caffe_fpn_1x_coco.py │ │ ├── ms_rcnn_r50_caffe_fpn_2x_coco.py │ │ ├── ms_rcnn_r50_fpn_1x_coco.py │ │ ├── ms_rcnn_x101_32x4d_fpn_1x_coco.py │ │ ├── ms_rcnn_x101_64x4d_fpn_1x_coco.py │ │ └── ms_rcnn_x101_64x4d_fpn_2x_coco.py │ ├── nas_fcos │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── nas_fcos_fcoshead_r50_caffe_fpn_gn-head_4x4_1x_coco.py │ │ └── nas_fcos_nashead_r50_caffe_fpn_gn-head_4x4_1x_coco.py │ ├── nas_fpn │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── retinanet_r50_fpn_crop640_50e_coco.py │ │ └── retinanet_r50_nasfpn_crop640_50e_coco.py │ ├── paa │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── paa_r101_fpn_1x_coco.py │ │ ├── paa_r101_fpn_2x_coco.py │ │ ├── paa_r101_fpn_mstrain_3x_coco.py │ │ ├── paa_r50_fpn_1.5x_coco.py │ │ ├── paa_r50_fpn_1x_coco.py │ │ ├── paa_r50_fpn_2x_coco.py │ │ └── paa_r50_fpn_mstrain_3x_coco.py │ ├── pafpn │ │ ├── README.md │ │ ├── faster_rcnn_r50_pafpn_1x_coco.py │ │ └── metafile.yml │ ├── panoptic_fpn │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── panoptic_fpn_r101_fpn_1x_coco.py │ │ ├── panoptic_fpn_r101_fpn_mstrain_3x_coco.py │ │ ├── panoptic_fpn_r50_fpn_1x_coco.py │ │ └── panoptic_fpn_r50_fpn_mstrain_3x_coco.py │ ├── pascal_voc │ │ ├── README.md │ │ ├── faster_rcnn_r50_fpn_1x_voc0712.py │ │ ├── faster_rcnn_r50_fpn_1x_voc0712_cocofmt.py │ │ ├── retinanet_r50_fpn_1x_voc0712.py │ │ ├── ssd300_voc0712.py │ │ └── ssd512_voc0712.py │ ├── pisa │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── pisa_faster_rcnn_r50_fpn_1x_coco.py │ │ ├── pisa_faster_rcnn_x101_32x4d_fpn_1x_coco.py │ │ ├── pisa_mask_rcnn_r50_fpn_1x_coco.py │ │ ├── pisa_mask_rcnn_x101_32x4d_fpn_1x_coco.py │ │ ├── pisa_retinanet_r50_fpn_1x_coco.py │ │ ├── pisa_retinanet_x101_32x4d_fpn_1x_coco.py │ │ ├── pisa_ssd300_coco.py │ │ └── pisa_ssd512_coco.py │ ├── point_rend │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── point_rend_r50_caffe_fpn_mstrain_1x_coco.py │ │ └── point_rend_r50_caffe_fpn_mstrain_3x_coco.py │ ├── pvt │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── retinanet_pvt-l_fpn_1x_coco.py │ │ ├── retinanet_pvt-m_fpn_1x_coco.py │ │ ├── retinanet_pvt-s_fpn_1x_coco.py │ │ ├── retinanet_pvt-t_fpn_1x_coco.py │ │ ├── retinanet_pvtv2-b0_fpn_1x_coco.py │ │ ├── retinanet_pvtv2-b1_fpn_1x_coco.py │ │ ├── retinanet_pvtv2-b2_fpn_1x_coco.py │ │ ├── retinanet_pvtv2-b3_fpn_1x_coco.py │ │ ├── retinanet_pvtv2-b4_fpn_1x_coco.py │ │ └── retinanet_pvtv2-b5_fpn_1x_coco.py │ ├── queryinst │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── queryinst_r101_fpn_300_proposals_crop_mstrain_480-800_3x_coco.py │ │ ├── queryinst_r101_fpn_mstrain_480-800_3x_coco.py │ │ ├── queryinst_r50_fpn_1x_coco.py │ │ ├── queryinst_r50_fpn_300_proposals_crop_mstrain_480-800_3x_coco.py │ │ └── queryinst_r50_fpn_mstrain_480-800_3x_coco.py │ ├── regnet │ │ ├── README.md │ │ ├── cascade_mask_rcnn_regnetx-1.6GF_fpn_mstrain_3x_coco.py │ │ ├── cascade_mask_rcnn_regnetx-3.2GF_fpn_mstrain_3x_coco.py │ │ ├── cascade_mask_rcnn_regnetx-400MF_fpn_mstrain_3x_coco.py │ │ ├── cascade_mask_rcnn_regnetx-4GF_fpn_mstrain_3x_coco.py │ │ ├── cascade_mask_rcnn_regnetx-800MF_fpn_mstrain_3x_coco.py │ │ ├── faster_rcnn_regnetx-1.6GF_fpn_mstrain_3x_coco.py │ │ ├── faster_rcnn_regnetx-3.2GF_fpn_1x_coco.py │ │ ├── faster_rcnn_regnetx-3.2GF_fpn_2x_coco.py │ │ ├── faster_rcnn_regnetx-3.2GF_fpn_mstrain_3x_coco.py │ │ ├── faster_rcnn_regnetx-400MF_fpn_mstrain_3x_coco.py │ │ ├── faster_rcnn_regnetx-4GF_fpn_mstrain_3x_coco.py │ │ ├── faster_rcnn_regnetx-800MF_fpn_mstrain_3x_coco.py │ │ ├── mask_rcnn_regnetx-1.6GF_fpn_mstrain-poly_3x_coco.py │ │ ├── mask_rcnn_regnetx-12GF_fpn_1x_coco.py │ │ ├── mask_rcnn_regnetx-3.2GF_fpn_1x_coco.py │ │ ├── mask_rcnn_regnetx-3.2GF_fpn_mdconv_c3-c5_1x_coco.py │ │ ├── mask_rcnn_regnetx-3.2GF_fpn_mstrain_3x_coco.py │ │ ├── mask_rcnn_regnetx-400MF_fpn_mstrain-poly_3x_coco.py │ │ ├── mask_rcnn_regnetx-4GF_fpn_1x_coco.py │ │ ├── mask_rcnn_regnetx-4GF_fpn_mstrain-poly_3x_coco.py │ │ ├── mask_rcnn_regnetx-6.4GF_fpn_1x_coco.py │ │ ├── mask_rcnn_regnetx-800MF_fpn_mstrain-poly_3x_coco.py │ │ ├── mask_rcnn_regnetx-8GF_fpn_1x_coco.py │ │ ├── metafile.yml │ │ ├── retinanet_regnetx-1.6GF_fpn_1x_coco.py │ │ ├── retinanet_regnetx-3.2GF_fpn_1x_coco.py │ │ └── retinanet_regnetx-800MF_fpn_1x_coco.py │ ├── reppoints │ │ ├── README.md │ │ ├── bbox_r50_grid_center_fpn_gn-neck+head_1x_coco.py │ │ ├── bbox_r50_grid_fpn_gn-neck+head_1x_coco.py │ │ ├── metafile.yml │ │ ├── reppoints.png │ │ ├── reppoints_minmax_r50_fpn_gn-neck+head_1x_coco.py │ │ ├── reppoints_moment_r101_fpn_dconv_c3-c5_gn-neck+head_2x_coco.py │ │ ├── reppoints_moment_r101_fpn_gn-neck+head_2x_coco.py │ │ ├── reppoints_moment_r50_fpn_1x_coco.py │ │ ├── reppoints_moment_r50_fpn_gn-neck+head_1x_coco.py │ │ ├── reppoints_moment_r50_fpn_gn-neck+head_2x_coco.py │ │ ├── reppoints_moment_x101_fpn_dconv_c3-c5_gn-neck+head_2x_coco.py │ │ └── reppoints_partial_minmax_r50_fpn_gn-neck+head_1x_coco.py │ ├── res2net │ │ ├── README.md │ │ ├── cascade_mask_rcnn_r2_101_fpn_20e_coco.py │ │ ├── cascade_rcnn_r2_101_fpn_20e_coco.py │ │ ├── faster_rcnn_r2_101_fpn_2x_coco.py │ │ ├── htc_r2_101_fpn_20e_coco.py │ │ ├── mask_rcnn_r2_101_fpn_2x_coco.py │ │ └── metafile.yml │ ├── resnest │ │ ├── README.md │ │ ├── cascade_mask_rcnn_s101_fpn_syncbn-backbone+head_mstrain_1x_coco.py │ │ ├── cascade_mask_rcnn_s50_fpn_syncbn-backbone+head_mstrain_1x_coco.py │ │ ├── cascade_rcnn_s101_fpn_syncbn-backbone+head_mstrain-range_1x_coco.py │ │ ├── cascade_rcnn_s50_fpn_syncbn-backbone+head_mstrain-range_1x_coco.py │ │ ├── faster_rcnn_s101_fpn_syncbn-backbone+head_mstrain-range_1x_coco.py │ │ ├── faster_rcnn_s50_fpn_syncbn-backbone+head_mstrain-range_1x_coco.py │ │ ├── mask_rcnn_s101_fpn_syncbn-backbone+head_mstrain_1x_coco.py │ │ ├── mask_rcnn_s50_fpn_syncbn-backbone+head_mstrain_1x_coco.py │ │ └── metafile.yml │ ├── retinanet │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── retinanet_r101_caffe_fpn_1x_coco.py │ │ ├── retinanet_r101_caffe_fpn_mstrain_3x_coco.py │ │ ├── retinanet_r101_fpn_1x_coco.py │ │ ├── retinanet_r101_fpn_2x_coco.py │ │ ├── retinanet_r101_fpn_mstrain_640-800_3x_coco.py │ │ ├── retinanet_r50_caffe_fpn_1x_coco.py │ │ ├── retinanet_r50_caffe_fpn_mstrain_1x_coco.py │ │ ├── retinanet_r50_caffe_fpn_mstrain_2x_coco.py │ │ ├── retinanet_r50_caffe_fpn_mstrain_3x_coco.py │ │ ├── retinanet_r50_fpn_1x_coco.py │ │ ├── retinanet_r50_fpn_2x_coco.py │ │ ├── retinanet_r50_fpn_90k_coco.py │ │ ├── retinanet_r50_fpn_fp16_1x_coco.py │ │ ├── retinanet_r50_fpn_mstrain_640-800_3x_coco.py │ │ ├── retinanet_x101_32x4d_fpn_1x_coco.py │ │ ├── retinanet_x101_32x4d_fpn_2x_coco.py │ │ ├── retinanet_x101_64x4d_fpn_1x_coco.py │ │ ├── retinanet_x101_64x4d_fpn_2x_coco.py │ │ └── retinanet_x101_64x4d_fpn_mstrain_640-800_3x_coco.py │ ├── rpn │ │ ├── README.md │ │ ├── rpn_r101_caffe_fpn_1x_coco.py │ │ ├── rpn_r101_fpn_1x_coco.py │ │ ├── rpn_r101_fpn_2x_coco.py │ │ ├── rpn_r50_caffe_c4_1x_coco.py │ │ ├── rpn_r50_caffe_fpn_1x_coco.py │ │ ├── rpn_r50_fpn_1x_coco.py │ │ ├── rpn_r50_fpn_2x_coco.py │ │ ├── rpn_x101_32x4d_fpn_1x_coco.py │ │ ├── rpn_x101_32x4d_fpn_2x_coco.py │ │ ├── rpn_x101_64x4d_fpn_1x_coco.py │ │ └── rpn_x101_64x4d_fpn_2x_coco.py │ ├── sabl │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── sabl_cascade_rcnn_r101_fpn_1x_coco.py │ │ ├── sabl_cascade_rcnn_r50_fpn_1x_coco.py │ │ ├── sabl_faster_rcnn_r101_fpn_1x_coco.py │ │ ├── sabl_faster_rcnn_r50_fpn_1x_coco.py │ │ ├── sabl_retinanet_r101_fpn_1x_coco.py │ │ ├── sabl_retinanet_r101_fpn_gn_1x_coco.py │ │ ├── sabl_retinanet_r101_fpn_gn_2x_ms_480_960_coco.py │ │ ├── sabl_retinanet_r101_fpn_gn_2x_ms_640_800_coco.py │ │ ├── sabl_retinanet_r50_fpn_1x_coco.py │ │ └── sabl_retinanet_r50_fpn_gn_1x_coco.py │ ├── scnet │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── scnet_r101_fpn_20e_coco.py │ │ ├── scnet_r50_fpn_1x_coco.py │ │ ├── scnet_r50_fpn_20e_coco.py │ │ ├── scnet_x101_64x4d_fpn_20e_coco.py │ │ └── scnet_x101_64x4d_fpn_8x1_20e_coco.py │ ├── scratch │ │ ├── README.md │ │ ├── faster_rcnn_r50_fpn_gn-all_scratch_6x_coco.py │ │ ├── mask_rcnn_r50_fpn_gn-all_scratch_6x_coco.py │ │ └── metafile.yml │ ├── seesaw_loss │ │ ├── README.md │ │ ├── cascade_mask_rcnn_r101_fpn_random_seesaw_loss_mstrain_2x_lvis_v1.py │ │ ├── cascade_mask_rcnn_r101_fpn_random_seesaw_loss_normed_mask_mstrain_2x_lvis_v1.py │ │ ├── cascade_mask_rcnn_r101_fpn_sample1e-3_seesaw_loss_mstrain_2x_lvis_v1.py │ │ ├── cascade_mask_rcnn_r101_fpn_sample1e-3_seesaw_loss_normed_mask_mstrain_2x_lvis_v1.py │ │ ├── mask_rcnn_r101_fpn_random_seesaw_loss_mstrain_2x_lvis_v1.py │ │ ├── mask_rcnn_r101_fpn_random_seesaw_loss_normed_mask_mstrain_2x_lvis_v1.py │ │ ├── mask_rcnn_r101_fpn_sample1e-3_seesaw_loss_mstrain_2x_lvis_v1.py │ │ ├── mask_rcnn_r101_fpn_sample1e-3_seesaw_loss_normed_mask_mstrain_2x_lvis_v1.py │ │ ├── mask_rcnn_r50_fpn_random_seesaw_loss_mstrain_2x_lvis_v1.py │ │ ├── mask_rcnn_r50_fpn_random_seesaw_loss_normed_mask_mstrain_2x_lvis_v1.py │ │ ├── mask_rcnn_r50_fpn_sample1e-3_seesaw_loss_mstrain_2x_lvis_v1.py │ │ └── mask_rcnn_r50_fpn_sample1e-3_seesaw_loss_normed_mask_mstrain_2x_lvis_v1.py │ ├── selfsup_pretrain │ │ ├── README.md │ │ ├── mask_rcnn_r50_fpn_mocov2-pretrain_1x_coco.py │ │ ├── mask_rcnn_r50_fpn_mocov2-pretrain_ms-2x_coco.py │ │ ├── mask_rcnn_r50_fpn_swav-pretrain_1x_coco.py │ │ └── mask_rcnn_r50_fpn_swav-pretrain_ms-2x_coco.py │ ├── solo │ │ ├── README.md │ │ ├── decoupled_solo_light_r50_fpn_3x_coco.py │ │ ├── decoupled_solo_r50_fpn_1x_coco.py │ │ ├── decoupled_solo_r50_fpn_3x_coco.py │ │ ├── metafile.yml │ │ ├── solo_r50_fpn_1x_coco.py │ │ └── solo_r50_fpn_3x_coco.py │ ├── sparse_rcnn │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── sparse_rcnn_r101_fpn_300_proposals_crop_mstrain_480-800_3x_coco.py │ │ ├── sparse_rcnn_r101_fpn_mstrain_480-800_3x_coco.py │ │ ├── sparse_rcnn_r50_fpn_1x_coco.py │ │ ├── sparse_rcnn_r50_fpn_300_proposals_crop_mstrain_480-800_3x_coco.py │ │ └── sparse_rcnn_r50_fpn_mstrain_480-800_3x_coco.py │ ├── ssd │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── ssd300_coco.py │ │ ├── ssd512_coco.py │ │ └── ssdlite_mobilenetv2_scratch_600e_coco.py │ ├── strong_baselines │ │ ├── README.md │ │ ├── mask_rcnn_r50_caffe_fpn_syncbn-all_rpn-2conv_lsj_100e_coco.py │ │ ├── mask_rcnn_r50_caffe_fpn_syncbn-all_rpn-2conv_lsj_100e_fp16_coco.py │ │ ├── mask_rcnn_r50_caffe_fpn_syncbn-all_rpn-2conv_lsj_400e_coco.py │ │ ├── mask_rcnn_r50_fpn_syncbn-all_rpn-2conv_lsj_100e_coco.py │ │ ├── mask_rcnn_r50_fpn_syncbn-all_rpn-2conv_lsj_100e_fp16_coco.py │ │ └── mask_rcnn_r50_fpn_syncbn-all_rpn-2conv_lsj_50e_coco.py │ ├── swin │ │ ├── README.md │ │ ├── mask_rcnn_swin-s-p4-w7_fpn_fp16_ms-crop-3x_coco.py │ │ ├── mask_rcnn_swin-t-p4-w7_fpn_1x_coco.py │ │ ├── mask_rcnn_swin-t-p4-w7_fpn_fp16_ms-crop-3x_coco.py │ │ ├── mask_rcnn_swin-t-p4-w7_fpn_ms-crop-3x_coco.py │ │ └── metafile.yml │ ├── tridentnet │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── tridentnet_r50_caffe_1x_coco.py │ │ ├── tridentnet_r50_caffe_mstrain_1x_coco.py │ │ └── tridentnet_r50_caffe_mstrain_3x_coco.py │ ├── vfnet │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── vfnet_r101_fpn_1x_coco.py │ │ ├── vfnet_r101_fpn_2x_coco.py │ │ ├── vfnet_r101_fpn_mdconv_c3-c5_mstrain_2x_coco.py │ │ ├── vfnet_r101_fpn_mstrain_2x_coco.py │ │ ├── vfnet_r2_101_fpn_mdconv_c3-c5_mstrain_2x_coco.py │ │ ├── vfnet_r2_101_fpn_mstrain_2x_coco.py │ │ ├── vfnet_r50_fpn_1x_coco.py │ │ ├── vfnet_r50_fpn_mdconv_c3-c5_mstrain_2x_coco.py │ │ ├── vfnet_r50_fpn_mstrain_2x_coco.py │ │ ├── vfnet_x101_32x4d_fpn_mdconv_c3-c5_mstrain_2x_coco.py │ │ ├── vfnet_x101_32x4d_fpn_mstrain_2x_coco.py │ │ ├── vfnet_x101_64x4d_fpn_mdconv_c3-c5_mstrain_2x_coco.py │ │ └── vfnet_x101_64x4d_fpn_mstrain_2x_coco.py │ ├── wider_face │ │ ├── README.md │ │ └── ssd300_wider_face.py │ ├── yolact │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── yolact_r101_1x8_coco.py │ │ ├── yolact_r50_1x8_coco.py │ │ └── yolact_r50_8x8_coco.py │ ├── yolo │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── yolov3_d53_320_273e_coco.py │ │ ├── yolov3_d53_fp16_mstrain-608_273e_coco.py │ │ ├── yolov3_d53_mstrain-416_273e_coco.py │ │ ├── yolov3_d53_mstrain-608_273e_coco.py │ │ ├── yolov3_mobilenetv2_320_300e_coco.py │ │ └── yolov3_mobilenetv2_mstrain-416_300e_coco.py │ ├── yolof │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── yolof_r50_c5_8x8_1x_coco.py │ │ └── yolof_r50_c5_8x8_iter-1x_coco.py │ └── yolox │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── yolox_l_8x8_300e_coco.py │ │ ├── yolox_m_8x8_300e_coco.py │ │ ├── yolox_nano_8x8_300e_coco.py │ │ ├── yolox_s_8x8_300e_coco.py │ │ ├── yolox_tiny_8x8_300e_coco.py │ │ └── yolox_x_8x8_300e_coco.py ├── demo │ ├── MMDet_Tutorial.ipynb │ ├── create_result_gif.py │ ├── demo.jpg │ ├── demo.mp4 │ ├── image_demo.py │ ├── inference_demo.ipynb │ ├── video_demo.py │ └── webcam_demo.py ├── docker │ ├── Dockerfile │ └── serve │ │ ├── Dockerfile │ │ ├── config.properties │ │ └── entrypoint.sh ├── docs │ ├── 1_exist_data_model.md │ ├── 2_new_data_model.md │ ├── 3_exist_data_new_model.md │ ├── Makefile │ ├── _static │ │ ├── css │ │ │ └── readthedocs.css │ │ └── image │ │ │ └── mmdet-logo.png │ ├── api.rst │ ├── changelog.md │ ├── compatibility.md │ ├── conf.py │ ├── conventions.md │ ├── faq.md │ ├── get_started.md │ ├── index.rst │ ├── make.bat │ ├── model_zoo.md │ ├── projects.md │ ├── robustness_benchmarking.md │ ├── stat.py │ ├── switch_language.md │ ├── tutorials │ │ ├── config.md │ │ ├── customize_dataset.md │ │ ├── customize_losses.md │ │ ├── customize_models.md │ │ ├── customize_runtime.md │ │ ├── data_pipeline.md │ │ ├── finetune.md │ │ ├── index.rst │ │ ├── init_cfg.md │ │ ├── onnx2tensorrt.md │ │ └── pytorch2onnx.md │ └── useful_tools.md ├── docs_zh-CN │ ├── 1_exist_data_model.md │ ├── 2_new_data_model.md │ ├── 3_exist_data_new_model.md │ ├── Makefile │ ├── _static │ │ ├── css │ │ │ └── readthedocs.css │ │ └── image │ │ │ └── mmdet-logo.png │ ├── api.rst │ ├── compatibility.md │ ├── conf.py │ ├── conventions.md │ ├── faq.md │ ├── get_started.md │ ├── index.rst │ ├── make.bat │ ├── model_zoo.md │ ├── projects.md │ ├── robustness_benchmarking.md │ ├── stat.py │ ├── switch_language.md │ ├── tutorials │ │ ├── config.md │ │ ├── customize_dataset.md │ │ ├── customize_losses.md │ │ ├── customize_models.md │ │ ├── customize_runtime.md │ │ ├── data_pipeline.md │ │ ├── finetune.md │ │ ├── index.rst │ │ ├── onnx2tensorrt.md │ │ └── pytorch2onnx.md │ └── useful_tools.md ├── mmdet │ ├── __init__.py │ ├── apis │ │ ├── __init__.py │ │ ├── inference.py │ │ ├── swa_train.py │ │ ├── test.py │ │ └── train.py │ ├── core │ │ ├── __init__.py │ │ ├── anchor │ │ │ ├── __init__.py │ │ │ ├── anchor_generator.py │ │ │ ├── builder.py │ │ │ ├── point_generator.py │ │ │ └── utils.py │ │ ├── bbox │ │ │ ├── __init__.py │ │ │ ├── assigners │ │ │ │ ├── __init__.py │ │ │ │ ├── approx_max_iou_assigner.py │ │ │ │ ├── assign_result.py │ │ │ │ ├── atss_assigner.py │ │ │ │ ├── base_assigner.py │ │ │ │ ├── center_region_assigner.py │ │ │ │ ├── grid_assigner.py │ │ │ │ ├── hungarian_assigner.py │ │ │ │ ├── max_iou_assigner.py │ │ │ │ ├── point_assigner.py │ │ │ │ ├── region_assigner.py │ │ │ │ ├── sim_ota_assigner.py │ │ │ │ └── uniform_assigner.py │ │ │ ├── builder.py │ │ │ ├── coder │ │ │ │ ├── __init__.py │ │ │ │ ├── base_bbox_coder.py │ │ │ │ ├── bucketing_bbox_coder.py │ │ │ │ ├── delta_xywh_bbox_coder.py │ │ │ │ ├── distance_point_bbox_coder.py │ │ │ │ ├── legacy_delta_xywh_bbox_coder.py │ │ │ │ ├── pseudo_bbox_coder.py │ │ │ │ ├── tblr_bbox_coder.py │ │ │ │ └── yolo_bbox_coder.py │ │ │ ├── demodata.py │ │ │ ├── iou_calculators │ │ │ │ ├── __init__.py │ │ │ │ ├── builder.py │ │ │ │ └── iou2d_calculator.py │ │ │ ├── match_costs │ │ │ │ ├── __init__.py │ │ │ │ ├── builder.py │ │ │ │ └── match_cost.py │ │ │ ├── samplers │ │ │ │ ├── __init__.py │ │ │ │ ├── base_sampler.py │ │ │ │ ├── combined_sampler.py │ │ │ │ ├── instance_balanced_pos_sampler.py │ │ │ │ ├── iou_balanced_neg_sampler.py │ │ │ │ ├── ohem_sampler.py │ │ │ │ ├── pseudo_sampler.py │ │ │ │ ├── random_sampler.py │ │ │ │ ├── sampling_result.py │ │ │ │ └── score_hlr_sampler.py │ │ │ └── transforms.py │ │ ├── data_structures │ │ │ ├── __init__.py │ │ │ ├── general_data.py │ │ │ └── instance_data.py │ │ ├── evaluation │ │ │ ├── __init__.py │ │ │ ├── bbox_overlaps.py │ │ │ ├── class_names.py │ │ │ ├── eval_hooks.py │ │ │ ├── mean_ap.py │ │ │ └── recall.py │ │ ├── export │ │ │ ├── __init__.py │ │ │ ├── model_wrappers.py │ │ │ ├── onnx_helper.py │ │ │ └── pytorch2onnx.py │ │ ├── hook │ │ │ ├── __init__.py │ │ │ ├── checkloss_hook.py │ │ │ ├── ema.py │ │ │ ├── sync_norm_hook.py │ │ │ ├── sync_random_size_hook.py │ │ │ ├── yolox_lrupdater_hook.py │ │ │ └── yolox_mode_switch_hook.py │ │ ├── mask │ │ │ ├── __init__.py │ │ │ ├── mask_target.py │ │ │ ├── structures.py │ │ │ └── utils.py │ │ ├── post_processing │ │ │ ├── __init__.py │ │ │ ├── bbox_nms.py │ │ │ ├── matrix_nms.py │ │ │ └── merge_augs.py │ │ ├── utils │ │ │ ├── SWAHook.py │ │ │ ├── __init__.py │ │ │ ├── dist_utils.py │ │ │ └── misc.py │ │ └── visualization │ │ │ ├── __init__.py │ │ │ └── image.py │ ├── datasets │ │ ├── __init__.py │ │ ├── ali.py │ │ ├── api_wrappers │ │ │ ├── __init__.py │ │ │ ├── coco_api.py │ │ │ └── panoptic_evaluation.py │ │ ├── builder.py │ │ ├── cityscapes.py │ │ ├── coco.py │ │ ├── coco_panoptic.py │ │ ├── custom.py │ │ ├── dataset_wrappers.py │ │ ├── deepfashion.py │ │ ├── lvis.py │ │ ├── pipelines │ │ │ ├── __init__.py │ │ │ ├── auto_augment.py │ │ │ ├── compose.py │ │ │ ├── formating.py │ │ │ ├── instaboost.py │ │ │ ├── loading.py │ │ │ ├── test_time_aug.py │ │ │ └── transforms.py │ │ ├── samplers │ │ │ ├── __init__.py │ │ │ ├── distributed_sampler.py │ │ │ ├── group_sampler.py │ │ │ └── infinite_sampler.py │ │ ├── utils.py │ │ ├── voc.py │ │ ├── wider_face.py │ │ └── xml_style.py │ ├── models │ │ ├── __init__.py │ │ ├── backbones │ │ │ ├── __init__.py │ │ │ ├── csp_darknet.py │ │ │ ├── darknet.py │ │ │ ├── detectors_resnet.py │ │ │ ├── detectors_resnext.py │ │ │ ├── hourglass.py │ │ │ ├── hrnet.py │ │ │ ├── mobilenet_v2.py │ │ │ ├── pvt.py │ │ │ ├── regnet.py │ │ │ ├── res2net.py │ │ │ ├── resnest.py │ │ │ ├── resnet.py │ │ │ ├── resnext.py │ │ │ ├── ssd_vgg.py │ │ │ ├── swin.py │ │ │ └── trident_resnet.py │ │ ├── builder.py │ │ ├── dense_heads │ │ │ ├── __init__.py │ │ │ ├── anchor_free_head.py │ │ │ ├── anchor_head.py │ │ │ ├── atss_head.py │ │ │ ├── autoassign_head.py │ │ │ ├── base_dense_head.py │ │ │ ├── base_mask_head.py │ │ │ ├── cascade_rpn_head.py │ │ │ ├── centernet_head.py │ │ │ ├── centripetal_head.py │ │ │ ├── corner_head.py │ │ │ ├── deformable_detr_head.py │ │ │ ├── dense_test_mixins.py │ │ │ ├── detr_head.py │ │ │ ├── embedding_rpn_head.py │ │ │ ├── fcos_head.py │ │ │ ├── fovea_head.py │ │ │ ├── free_anchor_retina_head.py │ │ │ ├── fsaf_head.py │ │ │ ├── ga_retina_head.py │ │ │ ├── ga_rpn_head.py │ │ │ ├── gfl_head.py │ │ │ ├── guided_anchor_head.py │ │ │ ├── lad_head.py │ │ │ ├── ld_head.py │ │ │ ├── nasfcos_head.py │ │ │ ├── paa_head.py │ │ │ ├── pisa_retinanet_head.py │ │ │ ├── pisa_ssd_head.py │ │ │ ├── reppoints_head.py │ │ │ ├── retina_head.py │ │ │ ├── retina_sepbn_head.py │ │ │ ├── rpn_head.py │ │ │ ├── sabl_retina_head.py │ │ │ ├── solo_head.py │ │ │ ├── ssd_head.py │ │ │ ├── vfnet_head.py │ │ │ ├── yolact_head.py │ │ │ ├── yolo_head.py │ │ │ ├── yolof_head.py │ │ │ └── yolox_head.py │ │ ├── detectors │ │ │ ├── __init__.py │ │ │ ├── atss.py │ │ │ ├── autoassign.py │ │ │ ├── base.py │ │ │ ├── cascade_rcnn.py │ │ │ ├── centernet.py │ │ │ ├── cornernet.py │ │ │ ├── deformable_detr.py │ │ │ ├── detr.py │ │ │ ├── fast_rcnn.py │ │ │ ├── faster_rcnn.py │ │ │ ├── fcos.py │ │ │ ├── fovea.py │ │ │ ├── fsaf.py │ │ │ ├── gfl.py │ │ │ ├── grid_rcnn.py │ │ │ ├── htc.py │ │ │ ├── kd_one_stage.py │ │ │ ├── lad.py │ │ │ ├── mask_rcnn.py │ │ │ ├── mask_scoring_rcnn.py │ │ │ ├── nasfcos.py │ │ │ ├── paa.py │ │ │ ├── panoptic_fpn.py │ │ │ ├── panoptic_two_stage_segmentor.py │ │ │ ├── point_rend.py │ │ │ ├── queryinst.py │ │ │ ├── reppoints_detector.py │ │ │ ├── retinanet.py │ │ │ ├── rpn.py │ │ │ ├── scnet.py │ │ │ ├── single_stage.py │ │ │ ├── single_stage_instance_seg.py │ │ │ ├── solo.py │ │ │ ├── sparse_rcnn.py │ │ │ ├── trident_faster_rcnn.py │ │ │ ├── two_stage.py │ │ │ ├── vfnet.py │ │ │ ├── yolact.py │ │ │ ├── yolo.py │ │ │ ├── yolof.py │ │ │ └── yolox.py │ │ ├── losses │ │ │ ├── __init__.py │ │ │ ├── accuracy.py │ │ │ ├── ae_loss.py │ │ │ ├── balanced_l1_loss.py │ │ │ ├── cross_entropy_loss.py │ │ │ ├── dice_loss.py │ │ │ ├── focal_loss.py │ │ │ ├── gaussian_focal_loss.py │ │ │ ├── gfocal_loss.py │ │ │ ├── ghm_loss.py │ │ │ ├── iou_loss.py │ │ │ ├── kd_loss.py │ │ │ ├── mse_loss.py │ │ │ ├── pisa_loss.py │ │ │ ├── seesaw_loss.py │ │ │ ├── smooth_l1_loss.py │ │ │ ├── utils.py │ │ │ └── varifocal_loss.py │ │ ├── necks │ │ │ ├── __init__.py │ │ │ ├── bfp.py │ │ │ ├── channel_mapper.py │ │ │ ├── ct_resnet_neck.py │ │ │ ├── dilated_encoder.py │ │ │ ├── fpg.py │ │ │ ├── fpn.py │ │ │ ├── fpn_carafe.py │ │ │ ├── hrfpn.py │ │ │ ├── nas_fpn.py │ │ │ ├── nasfcos_fpn.py │ │ │ ├── pafpn.py │ │ │ ├── rfp.py │ │ │ ├── ssd_neck.py │ │ │ ├── yolo_neck.py │ │ │ └── yolox_pafpn.py │ │ ├── plugins │ │ │ ├── __init__.py │ │ │ └── dropblock.py │ │ ├── roi_heads │ │ │ ├── __init__.py │ │ │ ├── base_roi_head.py │ │ │ ├── bbox_heads │ │ │ │ ├── __init__.py │ │ │ │ ├── bbox_head.py │ │ │ │ ├── convfc_bbox_head.py │ │ │ │ ├── dii_head.py │ │ │ │ ├── double_bbox_head.py │ │ │ │ ├── sabl_head.py │ │ │ │ └── scnet_bbox_head.py │ │ │ ├── cascade_roi_head.py │ │ │ ├── double_roi_head.py │ │ │ ├── dynamic_roi_head.py │ │ │ ├── grid_roi_head.py │ │ │ ├── htc_roi_head.py │ │ │ ├── mask_heads │ │ │ │ ├── __init__.py │ │ │ │ ├── coarse_mask_head.py │ │ │ │ ├── dynamic_mask_head.py │ │ │ │ ├── fcn_mask_head.py │ │ │ │ ├── feature_relay_head.py │ │ │ │ ├── fused_semantic_head.py │ │ │ │ ├── global_context_head.py │ │ │ │ ├── grid_head.py │ │ │ │ ├── htc_mask_head.py │ │ │ │ ├── mask_point_head.py │ │ │ │ ├── maskiou_head.py │ │ │ │ ├── scnet_mask_head.py │ │ │ │ └── scnet_semantic_head.py │ │ │ ├── mask_scoring_roi_head.py │ │ │ ├── pisa_roi_head.py │ │ │ ├── point_rend_roi_head.py │ │ │ ├── roi_extractors │ │ │ │ ├── __init__.py │ │ │ │ ├── base_roi_extractor.py │ │ │ │ ├── generic_roi_extractor.py │ │ │ │ └── single_level_roi_extractor.py │ │ │ ├── scnet_roi_head.py │ │ │ ├── shared_heads │ │ │ │ ├── __init__.py │ │ │ │ └── res_layer.py │ │ │ ├── sparse_roi_head.py │ │ │ ├── standard_roi_head.py │ │ │ ├── test_mixins.py │ │ │ └── trident_roi_head.py │ │ ├── seg_heads │ │ │ ├── __init__.py │ │ │ ├── base_semantic_head.py │ │ │ ├── panoptic_fpn_head.py │ │ │ └── panoptic_fusion_heads │ │ │ │ ├── __init__.py │ │ │ │ ├── base_panoptic_fusion_head.py │ │ │ │ └── heuristic_fusion_head.py │ │ └── utils │ │ │ ├── __init__.py │ │ │ ├── brick_wrappers.py │ │ │ ├── builder.py │ │ │ ├── ckpt_convert.py │ │ │ ├── conv_upsample.py │ │ │ ├── csp_layer.py │ │ │ ├── gaussian_target.py │ │ │ ├── inverted_residual.py │ │ │ ├── make_divisible.py │ │ │ ├── misc.py │ │ │ ├── normed_predictor.py │ │ │ ├── positional_encoding.py │ │ │ ├── res_layer.py │ │ │ ├── se_layer.py │ │ │ └── transformer.py │ ├── utils │ │ ├── __init__.py │ │ ├── collect_env.py │ │ ├── contextmanagers.py │ │ ├── logger.py │ │ ├── profiling.py │ │ ├── util_mixins.py │ │ └── util_random.py │ └── version.py ├── model-index.yml ├── pytest.ini ├── requirements.txt ├── requirements │ ├── build.txt │ ├── docs.txt │ ├── mminstall.txt │ ├── optional.txt │ ├── readthedocs.txt │ ├── runtime.txt │ └── tests.txt ├── resources │ ├── coco_test_12510.jpg │ ├── corruptions_sev_3.png │ ├── data_pipeline.png │ ├── loss_curve.png │ ├── mmdet-logo.png │ ├── qq_group_qrcode.jpg │ └── zhihu_qrcode.jpg ├── setup.cfg ├── setup.py ├── tests │ ├── test_data │ │ ├── test_datasets │ │ │ ├── test_coco_dataset.py │ │ │ ├── test_common.py │ │ │ ├── test_custom_dataset.py │ │ │ ├── test_dataset_wrapper.py │ │ │ ├── test_panoptic_dataset.py │ │ │ └── test_xml_dataset.py │ │ ├── test_pipelines │ │ │ ├── test_formatting.py │ │ │ ├── test_loading.py │ │ │ ├── test_sampler.py │ │ │ └── test_transform │ │ │ │ ├── __init__.py │ │ │ │ ├── test_img_augment.py │ │ │ │ ├── test_models_aug_test.py │ │ │ │ ├── test_rotate.py │ │ │ │ ├── test_shear.py │ │ │ │ ├── test_transform.py │ │ │ │ ├── test_translate.py │ │ │ │ └── utils.py │ │ └── test_utils.py │ ├── test_downstream │ │ └── test_mmtrack.py │ ├── test_metrics │ │ ├── test_box_overlap.py │ │ ├── test_losses.py │ │ ├── test_mean_ap.py │ │ └── test_recall.py │ ├── test_models │ │ ├── test_backbones │ │ │ ├── __init__.py │ │ │ ├── test_csp_darknet.py │ │ │ ├── test_detectors_resnet.py │ │ │ ├── test_hourglass.py │ │ │ ├── test_hrnet.py │ │ │ ├── test_mobilenet_v2.py │ │ │ ├── test_pvt.py │ │ │ ├── test_regnet.py │ │ │ ├── test_renext.py │ │ │ ├── test_res2net.py │ │ │ ├── test_resnest.py │ │ │ ├── test_resnet.py │ │ │ ├── test_swin.py │ │ │ ├── test_trident_resnet.py │ │ │ └── utils.py │ │ ├── test_dense_heads │ │ │ ├── test_anchor_head.py │ │ │ ├── test_atss_head.py │ │ │ ├── test_autoassign_head.py │ │ │ ├── test_centernet_head.py │ │ │ ├── test_corner_head.py │ │ │ ├── test_dense_heads_attr.py │ │ │ ├── test_detr_head.py │ │ │ ├── test_fcos_head.py │ │ │ ├── test_fsaf_head.py │ │ │ ├── test_ga_anchor_head.py │ │ │ ├── test_gfl_head.py │ │ │ ├── test_lad_head.py │ │ │ ├── test_ld_head.py │ │ │ ├── test_paa_head.py │ │ │ ├── test_pisa_head.py │ │ │ ├── test_sabl_retina_head.py │ │ │ ├── test_solo_head.py │ │ │ ├── test_vfnet_head.py │ │ │ ├── test_yolact_head.py │ │ │ ├── test_yolof_head.py │ │ │ └── test_yolox_head.py │ │ ├── test_forward.py │ │ ├── test_loss.py │ │ ├── test_loss_compatibility.py │ │ ├── test_necks.py │ │ ├── test_plugins.py │ │ ├── test_roi_heads │ │ │ ├── __init__.py │ │ │ ├── test_bbox_head.py │ │ │ ├── test_mask_head.py │ │ │ ├── test_roi_extractor.py │ │ │ ├── test_sabl_bbox_head.py │ │ │ └── utils.py │ │ └── test_utils │ │ │ ├── test_brick_wrappers.py │ │ │ ├── test_conv_upsample.py │ │ │ ├── test_inverted_residual.py │ │ │ ├── test_model_misc.py │ │ │ ├── test_position_encoding.py │ │ │ ├── test_se_layer.py │ │ │ └── test_transformer.py │ ├── test_onnx │ │ ├── __init__.py │ │ ├── test_head.py │ │ ├── test_neck.py │ │ └── utils.py │ ├── test_runtime │ │ ├── async_benchmark.py │ │ ├── test_async.py │ │ ├── test_config.py │ │ ├── test_eval_hook.py │ │ └── test_fp16.py │ └── test_utils │ │ ├── test_anchor.py │ │ ├── test_assigner.py │ │ ├── test_coder.py │ │ ├── test_general_data.py │ │ ├── test_hook.py │ │ ├── test_masks.py │ │ ├── test_misc.py │ │ ├── test_nms.py │ │ ├── test_version.py │ │ └── test_visualization.py └── tools │ ├── analysis_tools │ ├── analyze_logs.py │ ├── analyze_results.py │ ├── benchmark.py │ ├── coco_error_analysis.py │ ├── confusion_matrix.py │ ├── eval_metric.py │ ├── get_flops.py │ ├── optimize_anchors.py │ ├── robustness_eval.py │ └── test_robustness.py │ ├── dataset_converters │ ├── cityscapes.py │ ├── images2coco.py │ └── pascal_voc.py │ ├── deployment │ ├── mmdet2torchserve.py │ ├── mmdet_handler.py │ ├── onnx2tensorrt.py │ ├── pytorch2onnx.py │ ├── test.py │ └── test_torchserver.py │ ├── dist_test.sh │ ├── dist_train.sh │ ├── misc │ ├── browse_dataset.py │ └── print_config.py │ ├── model_converters │ ├── detectron2pytorch.py │ ├── publish_model.py │ ├── regnet2mmdet.py │ ├── selfsup2mmdet.py │ ├── upgrade_model_version.py │ └── upgrade_ssd_version.py │ ├── slurm_test.sh │ ├── slurm_train.sh │ ├── test.py │ └── train.py ├── mmrotate ├── .mim │ ├── configs │ ├── demo │ ├── model-index.yml │ └── tools ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-37.pyc │ └── version.cpython-37.pyc ├── apis │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-37.pyc │ │ ├── inference.cpython-37.pyc │ │ └── train.cpython-37.pyc │ ├── inference.py │ └── train.py ├── core │ ├── __init__.py │ ├── __pycache__ │ │ └── __init__.cpython-37.pyc │ ├── anchor │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ ├── anchor_generator.cpython-37.pyc │ │ │ ├── builder.cpython-37.pyc │ │ │ └── utils.cpython-37.pyc │ │ ├── anchor_generator.py │ │ ├── builder.py │ │ └── utils.py │ ├── bbox │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ ├── builder.cpython-37.pyc │ │ │ └── transforms.cpython-37.pyc │ │ ├── assigners │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-37.pyc │ │ │ │ ├── atss_kld_assigner.cpython-37.pyc │ │ │ │ ├── convex_assigner.cpython-37.pyc │ │ │ │ ├── max_convex_iou_assigner.cpython-37.pyc │ │ │ │ └── sas_assigner.cpython-37.pyc │ │ │ ├── atss_kld_assigner.py │ │ │ ├── convex_assigner.py │ │ │ ├── max_convex_iou_assigner.py │ │ │ └── sas_assigner.py │ │ ├── builder.py │ │ ├── coder │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-37.pyc │ │ │ │ ├── delta_midpointoffset_rbbox_coder.cpython-37.pyc │ │ │ │ ├── delta_xywha_hbbox_coder.cpython-37.pyc │ │ │ │ ├── delta_xywha_rbbox_coder.cpython-37.pyc │ │ │ │ └── gliding_vertex_coder.cpython-37.pyc │ │ │ ├── delta_midpointoffset_rbbox_coder.py │ │ │ ├── delta_xywha_hbbox_coder.py │ │ │ ├── delta_xywha_rbbox_coder.py │ │ │ └── gliding_vertex_coder.py │ │ ├── iou_calculators │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-37.pyc │ │ │ │ ├── builder.cpython-37.pyc │ │ │ │ └── rotate_iou2d_calculator.cpython-37.pyc │ │ │ ├── builder.py │ │ │ └── rotate_iou2d_calculator.py │ │ ├── samplers │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-37.pyc │ │ │ │ └── rotate_random_sampler.cpython-37.pyc │ │ │ ├── contrastive │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── category_balance_sampler_hbb.cpython-37.pyc │ │ │ │ │ └── category_balance_sampler_obb.cpython-37.pyc │ │ │ │ ├── category_balance_sampler_hbb.py │ │ │ │ └── category_balance_sampler_obb.py │ │ │ └── rotate_random_sampler.py │ │ ├── transforms.py │ │ └── utils │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ └── gmm.cpython-37.pyc │ │ │ └── gmm.py │ ├── evaluation │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ └── eval_map.cpython-37.pyc │ │ └── eval_map.py │ ├── patch │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ ├── merge_results.cpython-37.pyc │ │ │ └── split.cpython-37.pyc │ │ ├── merge_results.py │ │ └── split.py │ ├── post_processing │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ └── bbox_nms_rotated.cpython-37.pyc │ │ └── bbox_nms_rotated.py │ └── visualization │ │ ├── __init__.py │ │ ├── __pycache__ │ │ ├── __init__.cpython-37.pyc │ │ └── image.cpython-37.pyc │ │ └── image.py ├── datasets │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-37.pyc │ │ ├── builder.cpython-37.pyc │ │ ├── dota.cpython-37.pyc │ │ ├── fair1m.cpython-37.pyc │ │ ├── hfsd.cpython-37.pyc │ │ ├── hrsc.cpython-37.pyc │ │ ├── rubbish.cpython-37.pyc │ │ └── sar.cpython-37.pyc │ ├── builder.py │ ├── dota.py │ ├── fair1m.py │ ├── hfsd.py │ ├── hrsc.py │ ├── pipelines │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ ├── loading.cpython-37.pyc │ │ │ └── transforms.cpython-37.pyc │ │ ├── loading.py │ │ └── transforms.py │ ├── rubbish.py │ └── sar.py ├── models │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-37.pyc │ │ └── builder.cpython-37.pyc │ ├── backbones │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ └── re_resnet.cpython-37.pyc │ │ └── re_resnet.py │ ├── builder.py │ ├── dense_heads │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ ├── kfiou_odm_refine_head.cpython-37.pyc │ │ │ ├── kfiou_rotate_retina_head.cpython-37.pyc │ │ │ ├── kfiou_rotate_retina_refine_head.cpython-37.pyc │ │ │ ├── odm_refine_head.cpython-37.pyc │ │ │ ├── oriented_rpn_head.cpython-37.pyc │ │ │ ├── rotated_anchor_head.cpython-37.pyc │ │ │ ├── rotated_reppoints_head.cpython-37.pyc │ │ │ ├── rotated_retina_head.cpython-37.pyc │ │ │ ├── rotated_retina_refine_head.cpython-37.pyc │ │ │ ├── rotated_rpn_head.cpython-37.pyc │ │ │ ├── sam_reppoints_head.cpython-37.pyc │ │ │ └── utils.cpython-37.pyc │ │ ├── kfiou_odm_refine_head.py │ │ ├── kfiou_rotate_retina_head.py │ │ ├── kfiou_rotate_retina_refine_head.py │ │ ├── odm_refine_head.py │ │ ├── oriented_rpn_head.py │ │ ├── rotated_anchor_head.py │ │ ├── rotated_reppoints_head.py │ │ ├── rotated_retina_head.py │ │ ├── rotated_retina_refine_head.py │ │ ├── rotated_rpn_head.py │ │ ├── sam_reppoints_head.py │ │ └── utils.py │ ├── detectors │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ ├── base.cpython-37.pyc │ │ │ ├── gliding_vertex.cpython-37.pyc │ │ │ ├── oriented_rcnn.cpython-37.pyc │ │ │ ├── r3det.cpython-37.pyc │ │ │ ├── redet.cpython-37.pyc │ │ │ ├── roi_transformer.cpython-37.pyc │ │ │ ├── rotate_faster_rcnn.cpython-37.pyc │ │ │ ├── rotated_reppoints.cpython-37.pyc │ │ │ ├── rotated_retinanet.cpython-37.pyc │ │ │ ├── s2anet.cpython-37.pyc │ │ │ ├── single_stage.cpython-37.pyc │ │ │ ├── two_stage.cpython-37.pyc │ │ │ └── utils.cpython-37.pyc │ │ ├── base.py │ │ ├── gliding_vertex.py │ │ ├── oriented_rcnn.py │ │ ├── r3det.py │ │ ├── redet.py │ │ ├── roi_transformer.py │ │ ├── rotate_faster_rcnn.py │ │ ├── rotated_reppoints.py │ │ ├── rotated_retinanet.py │ │ ├── s2anet.py │ │ ├── single_stage.py │ │ ├── two_stage.py │ │ └── utils.py │ ├── losses │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ ├── contrastive_proxy_anchor_loss.cpython-37.pyc │ │ │ ├── convex_giou_loss.cpython-37.pyc │ │ │ ├── gaussian_dist_loss.cpython-37.pyc │ │ │ ├── gaussian_dist_loss_v1.cpython-37.pyc │ │ │ ├── kf_iou_loss.cpython-37.pyc │ │ │ └── kld_reppoints_loss.cpython-37.pyc │ │ ├── contrastive_proxy_anchor_loss.py │ │ ├── convex_giou_loss.py │ │ ├── gaussian_dist_loss.py │ │ ├── gaussian_dist_loss_v1.py │ │ ├── kf_iou_loss.py │ │ └── kld_reppoints_loss.py │ ├── necks │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ └── re_fpn.cpython-37.pyc │ │ └── re_fpn.py │ ├── roi_heads │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-37.pyc │ │ │ ├── gv_ratio_roi_head.cpython-37.pyc │ │ │ ├── oriented_standard_roi_head.cpython-37.pyc │ │ │ ├── roi_trans_roi_head.cpython-37.pyc │ │ │ └── rotate_standard_roi_head.cpython-37.pyc │ │ ├── bbox_heads │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-37.pyc │ │ │ │ ├── convfc_rbbox_head.cpython-37.pyc │ │ │ │ ├── gv_bbox_head.cpython-37.pyc │ │ │ │ └── rotated_bbox_head.cpython-37.pyc │ │ │ ├── contrastive │ │ │ │ ├── __pycache__ │ │ │ │ │ └── contastive_convfc_rbbox_head.cpython-37.pyc │ │ │ │ ├── beifen.py │ │ │ │ └── contastive_convfc_rbbox_head.py │ │ │ ├── convfc_rbbox_head.py │ │ │ ├── gv_bbox_head.py │ │ │ └── rotated_bbox_head.py │ │ ├── contrastive │ │ │ ├── __pycache__ │ │ │ │ ├── con_oriented_standard_roi_head.cpython-37.pyc │ │ │ │ └── con_roi_trans_roi_head.cpython-37.pyc │ │ │ ├── con_oriented_standard_roi_head.py │ │ │ └── con_roi_trans_roi_head.py │ │ ├── gv_ratio_roi_head.py │ │ ├── oriented_standard_roi_head.py │ │ ├── roi_extractors │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-37.pyc │ │ │ │ └── rotate_single_level_roi_extractor.cpython-37.pyc │ │ │ └── rotate_single_level_roi_extractor.py │ │ ├── roi_trans_roi_head.py │ │ └── rotate_standard_roi_head.py │ └── utils │ │ ├── __init__.py │ │ ├── __pycache__ │ │ ├── __init__.cpython-37.pyc │ │ ├── enn.cpython-37.pyc │ │ ├── orconv.cpython-37.pyc │ │ └── ripool.cpython-37.pyc │ │ ├── enn.py │ │ ├── orconv.py │ │ └── ripool.py ├── utils │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-37.pyc │ │ ├── collect_env.cpython-37.pyc │ │ ├── logger.cpython-37.pyc │ │ └── misc.cpython-37.pyc │ ├── collect_env.py │ ├── logger.py │ └── misc.py └── version.py ├── model-index.yml ├── requirements.txt ├── requirements ├── build.txt ├── docs.txt ├── mminstall.txt ├── optional.txt ├── readthedocs.txt ├── runtime.txt └── tests.txt ├── resources ├── mmrotate-logo.png ├── qq_group_qrcode.jpg └── zhihu_qrcode.jpg ├── result2submission └── text2xml.py ├── setup.cfg ├── setup.py ├── tests ├── data │ ├── images │ │ └── P0004__1__0___0.png │ └── labelTxt │ │ └── P0004__1__0___0.txt ├── test_data │ ├── test_datasets │ │ ├── test_dota.py │ │ └── test_rotate.py │ └── test_pipelines │ │ ├── __init__.py │ │ ├── test_rtransforms.py │ │ └── utils.py ├── test_models │ ├── test_backbones.py │ ├── test_dense_heads │ │ ├── test_rotate_anchor_head.py │ │ └── test_sam_reppoints_head.py │ ├── test_forward.py │ ├── test_loss.py │ └── test_necks.py └── test_utils │ ├── test_misc.py │ ├── test_overlaps.py │ ├── test_ranchor.py │ ├── test_rutils.py │ ├── test_transformer.py │ ├── test_version.py │ └── test_visualization.py └── tools ├── analysis_tools ├── analyze_logs.py ├── benchmark.py └── confusion_matrix.py ├── data ├── HFSD │ ├── README.md │ └── split │ │ ├── img_split.py │ │ └── split_configs │ │ └── hfsd │ │ ├── ms_test.json │ │ ├── ms_trainval.json │ │ ├── ss_test.json │ │ └── ss_trainval.json ├── README.md ├── dota │ ├── README.md │ └── split │ │ ├── img_split.py │ │ └── split_configs │ │ ├── dota1_0 │ │ ├── ms_test.json │ │ ├── ms_train.json │ │ ├── ms_trainval.json │ │ ├── ms_val.json │ │ ├── ss_test.json │ │ ├── ss_train.json │ │ ├── ss_trainval.json │ │ └── ss_val.json │ │ ├── dota1_5 │ │ ├── ms_test.json │ │ ├── ms_train.json │ │ ├── ms_trainval.json │ │ ├── ms_val.json │ │ ├── ss_test.json │ │ ├── ss_train.json │ │ ├── ss_trainval.json │ │ └── ss_val.json │ │ └── dota2_0 │ │ ├── ms_test.json │ │ ├── ms_train.json │ │ ├── ms_trainval.json │ │ ├── ms_val.json │ │ ├── ss_test.json │ │ ├── ss_train.json │ │ ├── ss_trainval.json │ │ └── ss_val.json ├── fair1m │ ├── README.md │ └── split │ │ ├── img_split.py │ │ └── split_configs │ │ └── fair1m1_0 │ │ ├── ms_test.json │ │ ├── ms_train.json │ │ ├── ms_trainval.json │ │ ├── ms_val.json │ │ ├── ss_test.json │ │ ├── ss_train.json │ │ ├── ss_trainval.json │ │ └── ss_val.json ├── hrsc │ └── README.md ├── hrsid │ └── README.md └── ssdd │ └── README.md ├── dist_test.sh ├── dist_train.sh ├── misc └── print_config.py ├── model_converters └── publish_model.py ├── slurm_test.sh ├── slurm_train.sh ├── test.py └── train.py /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /.pylintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/.pylintrc -------------------------------------------------------------------------------- /.readthedocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/.readthedocs.yml -------------------------------------------------------------------------------- /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/CITATION.cff -------------------------------------------------------------------------------- /GGM/OFSD_lable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/GGM/OFSD_lable.py -------------------------------------------------------------------------------- /GGM/TTA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/GGM/TTA.py -------------------------------------------------------------------------------- /GGM/kmeans_anchor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/GGM/kmeans_anchor.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/README.md -------------------------------------------------------------------------------- /README_zh-CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/README_zh-CN.md -------------------------------------------------------------------------------- /configs/GGM/CFANet_r50_fpn_1x_dota_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/GGM/CFANet_r50_fpn_1x_dota_le135.py -------------------------------------------------------------------------------- /configs/GGM/con_oriented_rcnn_r50_fpn_1x_hfsd_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/GGM/con_oriented_rcnn_r50_fpn_1x_hfsd_le90.py -------------------------------------------------------------------------------- /configs/GGM/con_redet_re50_refpn_1x_fair1m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/GGM/con_redet_re50_refpn_1x_fair1m.py -------------------------------------------------------------------------------- /configs/GGM/con_redet_re50_refpn_1x_fair1m_66.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/GGM/con_redet_re50_refpn_1x_fair1m_66.py -------------------------------------------------------------------------------- /configs/GGM/con_redet_re50_refpn_1x_fair1m_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/GGM/con_redet_re50_refpn_1x_fair1m_le90.py -------------------------------------------------------------------------------- /configs/GGM/con_redet_re50_refpn_1x_hfsd_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/GGM/con_redet_re50_refpn_1x_hfsd_le90.py -------------------------------------------------------------------------------- /configs/GGM/gliding_vertex_r50_fpn_1x_fair1m_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/GGM/gliding_vertex_r50_fpn_1x_fair1m_le90.py -------------------------------------------------------------------------------- /configs/GGM/oriented_rcnn_r50_fpn_1x_fair1m_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/GGM/oriented_rcnn_r50_fpn_1x_fair1m_le90.py -------------------------------------------------------------------------------- /configs/GGM/redet_re50_refpn_1x_bbish_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/GGM/redet_re50_refpn_1x_bbish_le90.py -------------------------------------------------------------------------------- /configs/GGM/redet_re50_refpn_1x_hfsd_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/GGM/redet_re50_refpn_1x_hfsd_le90.py -------------------------------------------------------------------------------- /configs/GGM/s2anet_r50_fpn_1x_dota_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/GGM/s2anet_r50_fpn_1x_dota_le135.py -------------------------------------------------------------------------------- /configs/_base_/datasets/dotav1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/_base_/datasets/dotav1.py -------------------------------------------------------------------------------- /configs/_base_/datasets/fair1m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/_base_/datasets/fair1m.py -------------------------------------------------------------------------------- /configs/_base_/datasets/hfsd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/_base_/datasets/hfsd.py -------------------------------------------------------------------------------- /configs/_base_/datasets/hrsc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/_base_/datasets/hrsc.py -------------------------------------------------------------------------------- /configs/_base_/datasets/hrsid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/_base_/datasets/hrsid.py -------------------------------------------------------------------------------- /configs/_base_/datasets/rubbish.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/_base_/datasets/rubbish.py -------------------------------------------------------------------------------- /configs/_base_/datasets/ssdd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/_base_/datasets/ssdd.py -------------------------------------------------------------------------------- /configs/_base_/default_runtime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/_base_/default_runtime.py -------------------------------------------------------------------------------- /configs/_base_/schedules/schedule_1x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/_base_/schedules/schedule_1x.py -------------------------------------------------------------------------------- /configs/_base_/schedules/schedule_3x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/_base_/schedules/schedule_3x.py -------------------------------------------------------------------------------- /configs/_base_/schedules/schedule_40e.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/_base_/schedules/schedule_40e.py -------------------------------------------------------------------------------- /configs/cfa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/cfa/README.md -------------------------------------------------------------------------------- /configs/cfa/cfa_r50_fpn_1x_dota_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/cfa/cfa_r50_fpn_1x_dota_le135.py -------------------------------------------------------------------------------- /configs/cfa/cfa_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/cfa/cfa_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /configs/cfa/cfa_r50_fpn_40e_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/cfa/cfa_r50_fpn_40e_dota_oc.py -------------------------------------------------------------------------------- /configs/cfa/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/cfa/metafile.yml -------------------------------------------------------------------------------- /configs/g_reppoints/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/g_reppoints/README.md -------------------------------------------------------------------------------- /configs/g_reppoints/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/g_reppoints/metafile.yml -------------------------------------------------------------------------------- /configs/gliding_vertex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/gliding_vertex/README.md -------------------------------------------------------------------------------- /configs/gliding_vertex/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/gliding_vertex/metafile.yml -------------------------------------------------------------------------------- /configs/gwd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/gwd/README.md -------------------------------------------------------------------------------- /configs/gwd/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/gwd/metafile.yml -------------------------------------------------------------------------------- /configs/kfiou/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/kfiou/README.md -------------------------------------------------------------------------------- /configs/kfiou/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/kfiou/metafile.yml -------------------------------------------------------------------------------- /configs/kfiou/r3det_kfiou_ln_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/kfiou/r3det_kfiou_ln_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /configs/kld/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/kld/README.md -------------------------------------------------------------------------------- /configs/kld/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/kld/metafile.yml -------------------------------------------------------------------------------- /configs/kld/r3det_kld_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/kld/r3det_kld_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /configs/kld/r3det_tiny_kld_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/kld/r3det_tiny_kld_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /configs/oriented_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/oriented_rcnn/README.md -------------------------------------------------------------------------------- /configs/oriented_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/oriented_rcnn/metafile.yml -------------------------------------------------------------------------------- /configs/r3det/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/r3det/README.md -------------------------------------------------------------------------------- /configs/r3det/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/r3det/metafile.yml -------------------------------------------------------------------------------- /configs/r3det/r3det_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/r3det/r3det_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /configs/r3det/r3det_refine_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/r3det/r3det_refine_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /configs/r3det/r3det_tiny_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/r3det/r3det_tiny_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /configs/redet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/redet/README.md -------------------------------------------------------------------------------- /configs/redet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/redet/metafile.yml -------------------------------------------------------------------------------- /configs/redet/redet_re101_refpn_3x_hrsc_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/redet/redet_re101_refpn_3x_hrsc_le90.py -------------------------------------------------------------------------------- /configs/redet/redet_re50_refpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/redet/redet_re50_refpn_1x_dota_le90.py -------------------------------------------------------------------------------- /configs/redet/redet_re50_refpn_1x_dota_ms_rr_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/redet/redet_re50_refpn_1x_dota_ms_rr_le90.py -------------------------------------------------------------------------------- /configs/redet/redet_re50_refpn_1x_fair1m_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/redet/redet_re50_refpn_1x_fair1m_le90.py -------------------------------------------------------------------------------- /configs/roi_trans/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/roi_trans/README.md -------------------------------------------------------------------------------- /configs/roi_trans/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/roi_trans/metafile.yml -------------------------------------------------------------------------------- /configs/roi_trans/roi_trans_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/roi_trans/roi_trans_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /configs/roi_trans/roi_trans_r50_fpn_fp16_1x_dota_le90.py: -------------------------------------------------------------------------------- 1 | _base_ = ['./roi_trans_r50_fpn_1x_dota_le90.py'] 2 | 3 | fp16 = dict(loss_scale='dynamic') 4 | -------------------------------------------------------------------------------- /configs/rotated_faster_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/rotated_faster_rcnn/README.md -------------------------------------------------------------------------------- /configs/rotated_faster_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/rotated_faster_rcnn/metafile.yml -------------------------------------------------------------------------------- /configs/rotated_reppoints/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/rotated_reppoints/README.md -------------------------------------------------------------------------------- /configs/rotated_reppoints/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/rotated_reppoints/metafile.yml -------------------------------------------------------------------------------- /configs/rotated_retinanet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/rotated_retinanet/README.md -------------------------------------------------------------------------------- /configs/rotated_retinanet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/rotated_retinanet/metafile.yml -------------------------------------------------------------------------------- /configs/s2anet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/s2anet/README.md -------------------------------------------------------------------------------- /configs/s2anet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/s2anet/metafile.yml -------------------------------------------------------------------------------- /configs/s2anet/s2anet_r50_fpn_1x_dota_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/s2anet/s2anet_r50_fpn_1x_dota_le135.py -------------------------------------------------------------------------------- /configs/s2anet/s2anet_r50_fpn_3x_hrsc_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/s2anet/s2anet_r50_fpn_3x_hrsc_le135.py -------------------------------------------------------------------------------- /configs/s2anet/s2anet_r50_fpn_fp16_1x_dota_le135.py: -------------------------------------------------------------------------------- 1 | _base_ = ['./s2anet_r50_fpn_1x_dota_le135.py'] 2 | 3 | fp16 = dict(loss_scale='dynamic') 4 | -------------------------------------------------------------------------------- /configs/sasm_reppoints/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/sasm_reppoints/README.md -------------------------------------------------------------------------------- /configs/sasm_reppoints/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/configs/sasm_reppoints/metafile.yml -------------------------------------------------------------------------------- /demo/MMRotate_Tutorial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/demo/MMRotate_Tutorial.ipynb -------------------------------------------------------------------------------- /demo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/demo/README.md -------------------------------------------------------------------------------- /demo/demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/demo/demo.jpg -------------------------------------------------------------------------------- /demo/dota_demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/demo/dota_demo.jpg -------------------------------------------------------------------------------- /demo/huge_image_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/demo/huge_image_demo.py -------------------------------------------------------------------------------- /demo/image_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/demo/image_demo.py -------------------------------------------------------------------------------- /docker/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docker/Dockerfile -------------------------------------------------------------------------------- /docs/en/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/Makefile -------------------------------------------------------------------------------- /docs/en/_static/css/readthedocs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/_static/css/readthedocs.css -------------------------------------------------------------------------------- /docs/en/_static/image/mmrotate-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/_static/image/mmrotate-logo.png -------------------------------------------------------------------------------- /docs/en/_static/image/qq_group_qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/_static/image/qq_group_qrcode.jpg -------------------------------------------------------------------------------- /docs/en/_static/image/zhihu_qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/_static/image/zhihu_qrcode.jpg -------------------------------------------------------------------------------- /docs/en/api.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/api.rst -------------------------------------------------------------------------------- /docs/en/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/changelog.md -------------------------------------------------------------------------------- /docs/en/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/conf.py -------------------------------------------------------------------------------- /docs/en/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/faq.md -------------------------------------------------------------------------------- /docs/en/get_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/get_started.md -------------------------------------------------------------------------------- /docs/en/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/index.rst -------------------------------------------------------------------------------- /docs/en/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/install.md -------------------------------------------------------------------------------- /docs/en/intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/intro.md -------------------------------------------------------------------------------- /docs/en/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/make.bat -------------------------------------------------------------------------------- /docs/en/model_zoo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/model_zoo.md -------------------------------------------------------------------------------- /docs/en/stat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/stat.py -------------------------------------------------------------------------------- /docs/en/switch_language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/switch_language.md -------------------------------------------------------------------------------- /docs/en/tutorials/customize_config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/tutorials/customize_config.md -------------------------------------------------------------------------------- /docs/en/tutorials/customize_dataset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/tutorials/customize_dataset.md -------------------------------------------------------------------------------- /docs/en/tutorials/customize_models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/tutorials/customize_models.md -------------------------------------------------------------------------------- /docs/en/tutorials/customize_runtime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/tutorials/customize_runtime.md -------------------------------------------------------------------------------- /docs/en/tutorials/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/en/tutorials/index.rst -------------------------------------------------------------------------------- /docs/zh_cn/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/Makefile -------------------------------------------------------------------------------- /docs/zh_cn/_static/css/readthedocs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/_static/css/readthedocs.css -------------------------------------------------------------------------------- /docs/zh_cn/_static/image/mmrotate-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/_static/image/mmrotate-logo.png -------------------------------------------------------------------------------- /docs/zh_cn/_static/image/qq_group_qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/_static/image/qq_group_qrcode.jpg -------------------------------------------------------------------------------- /docs/zh_cn/_static/image/zhihu_qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/_static/image/zhihu_qrcode.jpg -------------------------------------------------------------------------------- /docs/zh_cn/api.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/api.rst -------------------------------------------------------------------------------- /docs/zh_cn/changelog.md: -------------------------------------------------------------------------------- 1 | ## Changelog 2 | -------------------------------------------------------------------------------- /docs/zh_cn/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/conf.py -------------------------------------------------------------------------------- /docs/zh_cn/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/faq.md -------------------------------------------------------------------------------- /docs/zh_cn/get_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/get_started.md -------------------------------------------------------------------------------- /docs/zh_cn/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/index.rst -------------------------------------------------------------------------------- /docs/zh_cn/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/install.md -------------------------------------------------------------------------------- /docs/zh_cn/intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/intro.md -------------------------------------------------------------------------------- /docs/zh_cn/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/make.bat -------------------------------------------------------------------------------- /docs/zh_cn/model_zoo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/model_zoo.md -------------------------------------------------------------------------------- /docs/zh_cn/stat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/stat.py -------------------------------------------------------------------------------- /docs/zh_cn/switch_language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/switch_language.md -------------------------------------------------------------------------------- /docs/zh_cn/tutorials/customize_config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/tutorials/customize_config.md -------------------------------------------------------------------------------- /docs/zh_cn/tutorials/customize_dataset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/tutorials/customize_dataset.md -------------------------------------------------------------------------------- /docs/zh_cn/tutorials/customize_models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/tutorials/customize_models.md -------------------------------------------------------------------------------- /docs/zh_cn/tutorials/customize_runtime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/tutorials/customize_runtime.md -------------------------------------------------------------------------------- /docs/zh_cn/tutorials/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/docs/zh_cn/tutorials/index.rst -------------------------------------------------------------------------------- /mmdetection/.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/.circleci/config.yml -------------------------------------------------------------------------------- /mmdetection/.dev_scripts/batch_test_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/.dev_scripts/batch_test_list.py -------------------------------------------------------------------------------- /mmdetection/.dev_scripts/batch_train_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/.dev_scripts/batch_train_list.txt -------------------------------------------------------------------------------- /mmdetection/.dev_scripts/benchmark_filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/.dev_scripts/benchmark_filter.py -------------------------------------------------------------------------------- /mmdetection/.dev_scripts/benchmark_test_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/.dev_scripts/benchmark_test_image.py -------------------------------------------------------------------------------- /mmdetection/.dev_scripts/gather_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/.dev_scripts/gather_models.py -------------------------------------------------------------------------------- /mmdetection/.dev_scripts/linter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/.dev_scripts/linter.sh -------------------------------------------------------------------------------- /mmdetection/.dev_scripts/test_benchmark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/.dev_scripts/test_benchmark.sh -------------------------------------------------------------------------------- /mmdetection/.dev_scripts/test_init_backbone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/.dev_scripts/test_init_backbone.py -------------------------------------------------------------------------------- /mmdetection/.dev_scripts/train_benchmark.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/.dev_scripts/train_benchmark.sh -------------------------------------------------------------------------------- /mmdetection/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/.gitignore -------------------------------------------------------------------------------- /mmdetection/.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/.pre-commit-config.yaml -------------------------------------------------------------------------------- /mmdetection/.readthedocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/.readthedocs.yml -------------------------------------------------------------------------------- /mmdetection/CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/CITATION.cff -------------------------------------------------------------------------------- /mmdetection/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/LICENSE -------------------------------------------------------------------------------- /mmdetection/MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/MANIFEST.in -------------------------------------------------------------------------------- /mmdetection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/README.md -------------------------------------------------------------------------------- /mmdetection/README_zh-CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/README_zh-CN.md -------------------------------------------------------------------------------- /mmdetection/configs/GGM/bianhao.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/GGM/bianhao.py -------------------------------------------------------------------------------- /mmdetection/configs/GGM/swa_fasterRCNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/GGM/swa_fasterRCNN.py -------------------------------------------------------------------------------- /mmdetection/configs/GGM/swa_fasterRCNN_only.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/GGM/swa_fasterRCNN_only.py -------------------------------------------------------------------------------- /mmdetection/configs/_base_/datasets/deepfashion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/_base_/datasets/deepfashion.py -------------------------------------------------------------------------------- /mmdetection/configs/_base_/datasets/voc0712.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/_base_/datasets/voc0712.py -------------------------------------------------------------------------------- /mmdetection/configs/_base_/datasets/wider_face.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/_base_/datasets/wider_face.py -------------------------------------------------------------------------------- /mmdetection/configs/_base_/default_runtime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/_base_/default_runtime.py -------------------------------------------------------------------------------- /mmdetection/configs/_base_/models/rpn_r50_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/_base_/models/rpn_r50_fpn.py -------------------------------------------------------------------------------- /mmdetection/configs/_base_/models/ssd300.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/_base_/models/ssd300.py -------------------------------------------------------------------------------- /mmdetection/configs/_base_/swa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/_base_/swa.py -------------------------------------------------------------------------------- /mmdetection/configs/albu_example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/albu_example/README.md -------------------------------------------------------------------------------- /mmdetection/configs/atss/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/atss/README.md -------------------------------------------------------------------------------- /mmdetection/configs/atss/atss_r101_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/atss/atss_r101_fpn_1x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/atss/atss_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/atss/atss_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/atss/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/atss/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/autoassign/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/autoassign/README.md -------------------------------------------------------------------------------- /mmdetection/configs/autoassign/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/autoassign/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/carafe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/carafe/README.md -------------------------------------------------------------------------------- /mmdetection/configs/cascade_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/cascade_rcnn/README.md -------------------------------------------------------------------------------- /mmdetection/configs/cascade_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/cascade_rcnn/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/cascade_rpn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/cascade_rpn/README.md -------------------------------------------------------------------------------- /mmdetection/configs/centernet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/centernet/README.md -------------------------------------------------------------------------------- /mmdetection/configs/centernet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/centernet/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/centripetalnet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/centripetalnet/README.md -------------------------------------------------------------------------------- /mmdetection/configs/centripetalnet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/centripetalnet/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/cityscapes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/cityscapes/README.md -------------------------------------------------------------------------------- /mmdetection/configs/common/mstrain_3x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/common/mstrain_3x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/cornernet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/cornernet/README.md -------------------------------------------------------------------------------- /mmdetection/configs/cornernet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/cornernet/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/dcn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/dcn/README.md -------------------------------------------------------------------------------- /mmdetection/configs/dcn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/dcn/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/deepfashion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/deepfashion/README.md -------------------------------------------------------------------------------- /mmdetection/configs/deformable_detr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/deformable_detr/README.md -------------------------------------------------------------------------------- /mmdetection/configs/deformable_detr/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/deformable_detr/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/detectors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/detectors/README.md -------------------------------------------------------------------------------- /mmdetection/configs/detectors/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/detectors/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/detr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/detr/README.md -------------------------------------------------------------------------------- /mmdetection/configs/detr/detr_r50_8x2_150e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/detr/detr_r50_8x2_150e_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/detr/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/detr/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/double_heads/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/double_heads/README.md -------------------------------------------------------------------------------- /mmdetection/configs/double_heads/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/double_heads/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/dynamic_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/dynamic_rcnn/README.md -------------------------------------------------------------------------------- /mmdetection/configs/dynamic_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/dynamic_rcnn/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/empirical_attention/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/empirical_attention/README.md -------------------------------------------------------------------------------- /mmdetection/configs/fast_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/fast_rcnn/README.md -------------------------------------------------------------------------------- /mmdetection/configs/faster_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/faster_rcnn/README.md -------------------------------------------------------------------------------- /mmdetection/configs/faster_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/faster_rcnn/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/fcos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/fcos/README.md -------------------------------------------------------------------------------- /mmdetection/configs/fcos/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/fcos/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/foveabox/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/foveabox/README.md -------------------------------------------------------------------------------- /mmdetection/configs/foveabox/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/foveabox/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/fpg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/fpg/README.md -------------------------------------------------------------------------------- /mmdetection/configs/fpg/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/fpg/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/free_anchor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/free_anchor/README.md -------------------------------------------------------------------------------- /mmdetection/configs/free_anchor/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/free_anchor/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/fsaf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/fsaf/README.md -------------------------------------------------------------------------------- /mmdetection/configs/fsaf/fsaf_r101_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/fsaf/fsaf_r101_fpn_1x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/fsaf/fsaf_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/fsaf/fsaf_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/fsaf/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/fsaf/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/gcnet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/gcnet/README.md -------------------------------------------------------------------------------- /mmdetection/configs/gcnet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/gcnet/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/gfl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/gfl/README.md -------------------------------------------------------------------------------- /mmdetection/configs/gfl/gfl_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/gfl/gfl_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/gfl/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/gfl/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/ghm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/ghm/README.md -------------------------------------------------------------------------------- /mmdetection/configs/ghm/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/ghm/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/gn+ws/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/gn+ws/README.md -------------------------------------------------------------------------------- /mmdetection/configs/gn+ws/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/gn+ws/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/gn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/gn/README.md -------------------------------------------------------------------------------- /mmdetection/configs/gn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/gn/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/grid_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/grid_rcnn/README.md -------------------------------------------------------------------------------- /mmdetection/configs/grid_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/grid_rcnn/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/groie/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/groie/README.md -------------------------------------------------------------------------------- /mmdetection/configs/groie/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/groie/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/guided_anchoring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/guided_anchoring/README.md -------------------------------------------------------------------------------- /mmdetection/configs/guided_anchoring/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/guided_anchoring/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/hrnet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/hrnet/README.md -------------------------------------------------------------------------------- /mmdetection/configs/hrnet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/hrnet/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/htc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/htc/README.md -------------------------------------------------------------------------------- /mmdetection/configs/htc/htc_r101_fpn_20e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/htc/htc_r101_fpn_20e_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/htc/htc_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/htc/htc_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/htc/htc_r50_fpn_20e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/htc/htc_r50_fpn_20e_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/htc/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/htc/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/instaboost/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/instaboost/README.md -------------------------------------------------------------------------------- /mmdetection/configs/instaboost/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/instaboost/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/lad/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/lad/README.md -------------------------------------------------------------------------------- /mmdetection/configs/ld/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/ld/README.md -------------------------------------------------------------------------------- /mmdetection/configs/ld/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/ld/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/legacy_1.x/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/legacy_1.x/README.md -------------------------------------------------------------------------------- /mmdetection/configs/legacy_1.x/ssd300_coco_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/legacy_1.x/ssd300_coco_v1.py -------------------------------------------------------------------------------- /mmdetection/configs/libra_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/libra_rcnn/README.md -------------------------------------------------------------------------------- /mmdetection/configs/libra_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/libra_rcnn/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/lvis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/lvis/README.md -------------------------------------------------------------------------------- /mmdetection/configs/mask_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/mask_rcnn/README.md -------------------------------------------------------------------------------- /mmdetection/configs/mask_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/mask_rcnn/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/ms_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/ms_rcnn/README.md -------------------------------------------------------------------------------- /mmdetection/configs/ms_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/ms_rcnn/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/nas_fcos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/nas_fcos/README.md -------------------------------------------------------------------------------- /mmdetection/configs/nas_fcos/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/nas_fcos/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/nas_fpn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/nas_fpn/README.md -------------------------------------------------------------------------------- /mmdetection/configs/nas_fpn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/nas_fpn/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/paa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/paa/README.md -------------------------------------------------------------------------------- /mmdetection/configs/paa/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/paa/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/paa/paa_r101_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/paa/paa_r101_fpn_1x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/paa/paa_r101_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/paa/paa_r101_fpn_2x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/paa/paa_r50_fpn_1.5x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/paa/paa_r50_fpn_1.5x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/paa/paa_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/paa/paa_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/paa/paa_r50_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/paa/paa_r50_fpn_2x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/pafpn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/pafpn/README.md -------------------------------------------------------------------------------- /mmdetection/configs/pafpn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/pafpn/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/panoptic_fpn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/panoptic_fpn/README.md -------------------------------------------------------------------------------- /mmdetection/configs/panoptic_fpn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/panoptic_fpn/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/pascal_voc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/pascal_voc/README.md -------------------------------------------------------------------------------- /mmdetection/configs/pascal_voc/ssd300_voc0712.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/pascal_voc/ssd300_voc0712.py -------------------------------------------------------------------------------- /mmdetection/configs/pascal_voc/ssd512_voc0712.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/pascal_voc/ssd512_voc0712.py -------------------------------------------------------------------------------- /mmdetection/configs/pisa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/pisa/README.md -------------------------------------------------------------------------------- /mmdetection/configs/pisa/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/pisa/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/pisa/pisa_ssd300_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/pisa/pisa_ssd300_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/pisa/pisa_ssd512_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/pisa/pisa_ssd512_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/point_rend/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/point_rend/README.md -------------------------------------------------------------------------------- /mmdetection/configs/point_rend/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/point_rend/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/pvt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/pvt/README.md -------------------------------------------------------------------------------- /mmdetection/configs/pvt/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/pvt/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/queryinst/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/queryinst/README.md -------------------------------------------------------------------------------- /mmdetection/configs/queryinst/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/queryinst/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/regnet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/regnet/README.md -------------------------------------------------------------------------------- /mmdetection/configs/regnet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/regnet/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/reppoints/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/reppoints/README.md -------------------------------------------------------------------------------- /mmdetection/configs/reppoints/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/reppoints/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/reppoints/reppoints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/reppoints/reppoints.png -------------------------------------------------------------------------------- /mmdetection/configs/res2net/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/res2net/README.md -------------------------------------------------------------------------------- /mmdetection/configs/res2net/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/res2net/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/resnest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/resnest/README.md -------------------------------------------------------------------------------- /mmdetection/configs/resnest/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/resnest/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/retinanet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/retinanet/README.md -------------------------------------------------------------------------------- /mmdetection/configs/retinanet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/retinanet/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/rpn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/rpn/README.md -------------------------------------------------------------------------------- /mmdetection/configs/rpn/rpn_r101_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/rpn/rpn_r101_fpn_1x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/rpn/rpn_r101_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/rpn/rpn_r101_fpn_2x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/rpn/rpn_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/rpn/rpn_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/rpn/rpn_r50_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/rpn/rpn_r50_fpn_2x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/sabl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/sabl/README.md -------------------------------------------------------------------------------- /mmdetection/configs/sabl/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/sabl/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/scnet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/scnet/README.md -------------------------------------------------------------------------------- /mmdetection/configs/scnet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/scnet/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/scnet/scnet_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/scnet/scnet_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/scratch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/scratch/README.md -------------------------------------------------------------------------------- /mmdetection/configs/scratch/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/scratch/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/seesaw_loss/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/seesaw_loss/README.md -------------------------------------------------------------------------------- /mmdetection/configs/selfsup_pretrain/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/selfsup_pretrain/README.md -------------------------------------------------------------------------------- /mmdetection/configs/solo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/solo/README.md -------------------------------------------------------------------------------- /mmdetection/configs/solo/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/solo/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/solo/solo_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/solo/solo_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/solo/solo_r50_fpn_3x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/solo/solo_r50_fpn_3x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/sparse_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/sparse_rcnn/README.md -------------------------------------------------------------------------------- /mmdetection/configs/sparse_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/sparse_rcnn/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/ssd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/ssd/README.md -------------------------------------------------------------------------------- /mmdetection/configs/ssd/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/ssd/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/ssd/ssd300_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/ssd/ssd300_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/ssd/ssd512_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/ssd/ssd512_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/strong_baselines/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/strong_baselines/README.md -------------------------------------------------------------------------------- /mmdetection/configs/swin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/swin/README.md -------------------------------------------------------------------------------- /mmdetection/configs/swin/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/swin/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/tridentnet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/tridentnet/README.md -------------------------------------------------------------------------------- /mmdetection/configs/tridentnet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/tridentnet/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/vfnet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/vfnet/README.md -------------------------------------------------------------------------------- /mmdetection/configs/vfnet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/vfnet/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/vfnet/vfnet_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/vfnet/vfnet_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/wider_face/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/wider_face/README.md -------------------------------------------------------------------------------- /mmdetection/configs/yolact/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/yolact/README.md -------------------------------------------------------------------------------- /mmdetection/configs/yolact/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/yolact/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/yolact/yolact_r101_1x8_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/yolact/yolact_r101_1x8_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/yolact/yolact_r50_1x8_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/yolact/yolact_r50_1x8_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/yolact/yolact_r50_8x8_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/yolact/yolact_r50_8x8_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/yolo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/yolo/README.md -------------------------------------------------------------------------------- /mmdetection/configs/yolo/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/yolo/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/yolof/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/yolof/README.md -------------------------------------------------------------------------------- /mmdetection/configs/yolof/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/yolof/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/yolox/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/yolox/README.md -------------------------------------------------------------------------------- /mmdetection/configs/yolox/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/yolox/metafile.yml -------------------------------------------------------------------------------- /mmdetection/configs/yolox/yolox_l_8x8_300e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/yolox/yolox_l_8x8_300e_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/yolox/yolox_m_8x8_300e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/yolox/yolox_m_8x8_300e_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/yolox/yolox_s_8x8_300e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/yolox/yolox_s_8x8_300e_coco.py -------------------------------------------------------------------------------- /mmdetection/configs/yolox/yolox_x_8x8_300e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/configs/yolox/yolox_x_8x8_300e_coco.py -------------------------------------------------------------------------------- /mmdetection/demo/MMDet_Tutorial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/demo/MMDet_Tutorial.ipynb -------------------------------------------------------------------------------- /mmdetection/demo/create_result_gif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/demo/create_result_gif.py -------------------------------------------------------------------------------- /mmdetection/demo/demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/demo/demo.jpg -------------------------------------------------------------------------------- /mmdetection/demo/demo.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/demo/demo.mp4 -------------------------------------------------------------------------------- /mmdetection/demo/image_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/demo/image_demo.py -------------------------------------------------------------------------------- /mmdetection/demo/inference_demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/demo/inference_demo.ipynb -------------------------------------------------------------------------------- /mmdetection/demo/video_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/demo/video_demo.py -------------------------------------------------------------------------------- /mmdetection/demo/webcam_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/demo/webcam_demo.py -------------------------------------------------------------------------------- /mmdetection/docker/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docker/Dockerfile -------------------------------------------------------------------------------- /mmdetection/docker/serve/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docker/serve/Dockerfile -------------------------------------------------------------------------------- /mmdetection/docker/serve/config.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docker/serve/config.properties -------------------------------------------------------------------------------- /mmdetection/docker/serve/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docker/serve/entrypoint.sh -------------------------------------------------------------------------------- /mmdetection/docs/1_exist_data_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/1_exist_data_model.md -------------------------------------------------------------------------------- /mmdetection/docs/2_new_data_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/2_new_data_model.md -------------------------------------------------------------------------------- /mmdetection/docs/3_exist_data_new_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/3_exist_data_new_model.md -------------------------------------------------------------------------------- /mmdetection/docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/Makefile -------------------------------------------------------------------------------- /mmdetection/docs/_static/css/readthedocs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/_static/css/readthedocs.css -------------------------------------------------------------------------------- /mmdetection/docs/_static/image/mmdet-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/_static/image/mmdet-logo.png -------------------------------------------------------------------------------- /mmdetection/docs/api.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/api.rst -------------------------------------------------------------------------------- /mmdetection/docs/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/changelog.md -------------------------------------------------------------------------------- /mmdetection/docs/compatibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/compatibility.md -------------------------------------------------------------------------------- /mmdetection/docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/conf.py -------------------------------------------------------------------------------- /mmdetection/docs/conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/conventions.md -------------------------------------------------------------------------------- /mmdetection/docs/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/faq.md -------------------------------------------------------------------------------- /mmdetection/docs/get_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/get_started.md -------------------------------------------------------------------------------- /mmdetection/docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/index.rst -------------------------------------------------------------------------------- /mmdetection/docs/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/make.bat -------------------------------------------------------------------------------- /mmdetection/docs/model_zoo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/model_zoo.md -------------------------------------------------------------------------------- /mmdetection/docs/projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/projects.md -------------------------------------------------------------------------------- /mmdetection/docs/robustness_benchmarking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/robustness_benchmarking.md -------------------------------------------------------------------------------- /mmdetection/docs/stat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/stat.py -------------------------------------------------------------------------------- /mmdetection/docs/switch_language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/switch_language.md -------------------------------------------------------------------------------- /mmdetection/docs/tutorials/config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/tutorials/config.md -------------------------------------------------------------------------------- /mmdetection/docs/tutorials/customize_dataset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/tutorials/customize_dataset.md -------------------------------------------------------------------------------- /mmdetection/docs/tutorials/customize_losses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/tutorials/customize_losses.md -------------------------------------------------------------------------------- /mmdetection/docs/tutorials/customize_models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/tutorials/customize_models.md -------------------------------------------------------------------------------- /mmdetection/docs/tutorials/customize_runtime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/tutorials/customize_runtime.md -------------------------------------------------------------------------------- /mmdetection/docs/tutorials/data_pipeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/tutorials/data_pipeline.md -------------------------------------------------------------------------------- /mmdetection/docs/tutorials/finetune.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/tutorials/finetune.md -------------------------------------------------------------------------------- /mmdetection/docs/tutorials/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/tutorials/index.rst -------------------------------------------------------------------------------- /mmdetection/docs/tutorials/init_cfg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/tutorials/init_cfg.md -------------------------------------------------------------------------------- /mmdetection/docs/tutorials/onnx2tensorrt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/tutorials/onnx2tensorrt.md -------------------------------------------------------------------------------- /mmdetection/docs/tutorials/pytorch2onnx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/tutorials/pytorch2onnx.md -------------------------------------------------------------------------------- /mmdetection/docs/useful_tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs/useful_tools.md -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/1_exist_data_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/1_exist_data_model.md -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/2_new_data_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/2_new_data_model.md -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/3_exist_data_new_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/3_exist_data_new_model.md -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/Makefile -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/_static/css/readthedocs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/_static/css/readthedocs.css -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/api.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/api.rst -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/compatibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/compatibility.md -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/conf.py -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/conventions.md -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/faq.md -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/get_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/get_started.md -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/index.rst -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/make.bat -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/model_zoo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/model_zoo.md -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/projects.md -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/robustness_benchmarking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/robustness_benchmarking.md -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/stat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/stat.py -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/switch_language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/switch_language.md -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/tutorials/config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/tutorials/config.md -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/tutorials/customize_models.md: -------------------------------------------------------------------------------- 1 | # 教程 4: 自定义模型 2 | -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/tutorials/customize_runtime.md: -------------------------------------------------------------------------------- 1 | # 教程 5: 自定义训练配置 2 | -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/tutorials/data_pipeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/tutorials/data_pipeline.md -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/tutorials/finetune.md: -------------------------------------------------------------------------------- 1 | # 教程 7: 模型微调 2 | -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/tutorials/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/docs_zh-CN/tutorials/index.rst -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/tutorials/onnx2tensorrt.md: -------------------------------------------------------------------------------- 1 | # 教程 9: ONNX 到 TensorRT 的模型转换(实验性支持) 2 | -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/tutorials/pytorch2onnx.md: -------------------------------------------------------------------------------- 1 | # 教程 8: Pytorch 到 ONNX 的模型转换(实验性支持) 2 | -------------------------------------------------------------------------------- /mmdetection/docs_zh-CN/useful_tools.md: -------------------------------------------------------------------------------- 1 | ## 日志分析 2 | -------------------------------------------------------------------------------- /mmdetection/mmdet/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/apis/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/apis/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/apis/inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/apis/inference.py -------------------------------------------------------------------------------- /mmdetection/mmdet/apis/swa_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/apis/swa_train.py -------------------------------------------------------------------------------- /mmdetection/mmdet/apis/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/apis/test.py -------------------------------------------------------------------------------- /mmdetection/mmdet/apis/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/apis/train.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/anchor/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/anchor/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/anchor/anchor_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/anchor/anchor_generator.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/anchor/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/anchor/builder.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/anchor/point_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/anchor/point_generator.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/anchor/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/anchor/utils.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/bbox/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/bbox/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/bbox/assigners/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/bbox/assigners/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/bbox/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/bbox/builder.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/bbox/coder/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/bbox/coder/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/bbox/demodata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/bbox/demodata.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/bbox/match_costs/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/bbox/match_costs/builder.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/bbox/samplers/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/bbox/samplers/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/bbox/transforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/bbox/transforms.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/data_structures/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/data_structures/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/evaluation/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/evaluation/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/evaluation/bbox_overlaps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/evaluation/bbox_overlaps.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/evaluation/class_names.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/evaluation/class_names.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/evaluation/eval_hooks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/evaluation/eval_hooks.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/evaluation/mean_ap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/evaluation/mean_ap.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/evaluation/recall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/evaluation/recall.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/export/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/export/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/export/model_wrappers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/export/model_wrappers.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/export/onnx_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/export/onnx_helper.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/export/pytorch2onnx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/export/pytorch2onnx.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/hook/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/hook/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/hook/checkloss_hook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/hook/checkloss_hook.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/hook/ema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/hook/ema.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/hook/sync_norm_hook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/hook/sync_norm_hook.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/mask/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/mask/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/mask/mask_target.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/mask/mask_target.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/mask/structures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/mask/structures.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/mask/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/mask/utils.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/post_processing/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/post_processing/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/post_processing/bbox_nms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/post_processing/bbox_nms.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/utils/SWAHook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/utils/SWAHook.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/utils/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/utils/dist_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/utils/dist_utils.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/utils/misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/utils/misc.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/visualization/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/visualization/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/core/visualization/image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/core/visualization/image.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/ali.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/ali.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/builder.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/cityscapes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/cityscapes.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/coco.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/coco_panoptic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/coco_panoptic.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/custom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/custom.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/dataset_wrappers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/dataset_wrappers.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/deepfashion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/deepfashion.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/lvis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/lvis.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/pipelines/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/pipelines/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/pipelines/compose.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/pipelines/compose.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/pipelines/formating.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/pipelines/formating.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/pipelines/instaboost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/pipelines/instaboost.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/pipelines/loading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/pipelines/loading.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/pipelines/transforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/pipelines/transforms.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/samplers/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/samplers/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/utils.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/voc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/voc.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/wider_face.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/wider_face.py -------------------------------------------------------------------------------- /mmdetection/mmdet/datasets/xml_style.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/datasets/xml_style.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/backbones/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/backbones/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/backbones/csp_darknet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/backbones/csp_darknet.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/backbones/darknet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/backbones/darknet.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/backbones/hourglass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/backbones/hourglass.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/backbones/hrnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/backbones/hrnet.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/backbones/mobilenet_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/backbones/mobilenet_v2.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/backbones/pvt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/backbones/pvt.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/backbones/regnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/backbones/regnet.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/backbones/res2net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/backbones/res2net.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/backbones/resnest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/backbones/resnest.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/backbones/resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/backbones/resnet.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/backbones/resnext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/backbones/resnext.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/backbones/ssd_vgg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/backbones/ssd_vgg.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/backbones/swin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/backbones/swin.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/builder.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/dense_heads/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/dense_heads/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/dense_heads/atss_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/dense_heads/atss_head.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/dense_heads/detr_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/dense_heads/detr_head.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/dense_heads/fcos_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/dense_heads/fcos_head.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/dense_heads/fovea_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/dense_heads/fovea_head.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/dense_heads/fsaf_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/dense_heads/fsaf_head.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/dense_heads/gfl_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/dense_heads/gfl_head.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/dense_heads/lad_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/dense_heads/lad_head.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/dense_heads/ld_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/dense_heads/ld_head.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/dense_heads/paa_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/dense_heads/paa_head.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/dense_heads/rpn_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/dense_heads/rpn_head.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/dense_heads/solo_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/dense_heads/solo_head.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/dense_heads/ssd_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/dense_heads/ssd_head.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/dense_heads/vfnet_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/dense_heads/vfnet_head.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/dense_heads/yolo_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/dense_heads/yolo_head.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/dense_heads/yolof_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/dense_heads/yolof_head.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/dense_heads/yolox_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/dense_heads/yolox_head.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/atss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/atss.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/autoassign.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/autoassign.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/base.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/cascade_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/cascade_rcnn.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/centernet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/centernet.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/cornernet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/cornernet.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/detr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/detr.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/fast_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/fast_rcnn.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/faster_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/faster_rcnn.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/fcos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/fcos.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/fovea.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/fovea.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/fsaf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/fsaf.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/gfl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/gfl.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/grid_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/grid_rcnn.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/htc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/htc.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/kd_one_stage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/kd_one_stage.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/lad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/lad.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/mask_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/mask_rcnn.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/nasfcos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/nasfcos.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/paa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/paa.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/panoptic_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/panoptic_fpn.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/point_rend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/point_rend.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/queryinst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/queryinst.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/retinanet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/retinanet.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/rpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/rpn.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/scnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/scnet.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/single_stage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/single_stage.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/solo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/solo.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/sparse_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/sparse_rcnn.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/two_stage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/two_stage.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/vfnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/vfnet.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/yolact.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/yolact.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/yolo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/yolo.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/yolof.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/yolof.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/detectors/yolox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/detectors/yolox.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/losses/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/losses/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/losses/accuracy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/losses/accuracy.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/losses/ae_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/losses/ae_loss.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/losses/dice_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/losses/dice_loss.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/losses/focal_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/losses/focal_loss.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/losses/gfocal_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/losses/gfocal_loss.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/losses/ghm_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/losses/ghm_loss.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/losses/iou_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/losses/iou_loss.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/losses/kd_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/losses/kd_loss.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/losses/mse_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/losses/mse_loss.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/losses/pisa_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/losses/pisa_loss.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/losses/seesaw_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/losses/seesaw_loss.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/losses/smooth_l1_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/losses/smooth_l1_loss.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/losses/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/losses/utils.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/losses/varifocal_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/losses/varifocal_loss.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/necks/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/necks/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/necks/bfp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/necks/bfp.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/necks/channel_mapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/necks/channel_mapper.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/necks/ct_resnet_neck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/necks/ct_resnet_neck.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/necks/dilated_encoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/necks/dilated_encoder.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/necks/fpg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/necks/fpg.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/necks/fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/necks/fpn.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/necks/fpn_carafe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/necks/fpn_carafe.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/necks/hrfpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/necks/hrfpn.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/necks/nas_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/necks/nas_fpn.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/necks/nasfcos_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/necks/nasfcos_fpn.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/necks/pafpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/necks/pafpn.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/necks/rfp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/necks/rfp.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/necks/ssd_neck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/necks/ssd_neck.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/necks/yolo_neck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/necks/yolo_neck.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/necks/yolox_pafpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/necks/yolox_pafpn.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/plugins/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/plugins/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/plugins/dropblock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/plugins/dropblock.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/roi_heads/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/roi_heads/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/roi_heads/htc_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/roi_heads/htc_roi_head.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/roi_heads/test_mixins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/roi_heads/test_mixins.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/seg_heads/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/seg_heads/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/utils/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/utils/brick_wrappers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/utils/brick_wrappers.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/utils/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/utils/builder.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/utils/ckpt_convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/utils/ckpt_convert.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/utils/conv_upsample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/utils/conv_upsample.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/utils/csp_layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/utils/csp_layer.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/utils/gaussian_target.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/utils/gaussian_target.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/utils/make_divisible.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/utils/make_divisible.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/utils/misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/utils/misc.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/utils/normed_predictor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/utils/normed_predictor.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/utils/res_layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/utils/res_layer.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/utils/se_layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/utils/se_layer.py -------------------------------------------------------------------------------- /mmdetection/mmdet/models/utils/transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/models/utils/transformer.py -------------------------------------------------------------------------------- /mmdetection/mmdet/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/utils/__init__.py -------------------------------------------------------------------------------- /mmdetection/mmdet/utils/collect_env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/utils/collect_env.py -------------------------------------------------------------------------------- /mmdetection/mmdet/utils/contextmanagers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/utils/contextmanagers.py -------------------------------------------------------------------------------- /mmdetection/mmdet/utils/logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/utils/logger.py -------------------------------------------------------------------------------- /mmdetection/mmdet/utils/profiling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/utils/profiling.py -------------------------------------------------------------------------------- /mmdetection/mmdet/utils/util_mixins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/utils/util_mixins.py -------------------------------------------------------------------------------- /mmdetection/mmdet/utils/util_random.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/utils/util_random.py -------------------------------------------------------------------------------- /mmdetection/mmdet/version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/mmdet/version.py -------------------------------------------------------------------------------- /mmdetection/model-index.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/model-index.yml -------------------------------------------------------------------------------- /mmdetection/pytest.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/pytest.ini -------------------------------------------------------------------------------- /mmdetection/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/requirements.txt -------------------------------------------------------------------------------- /mmdetection/requirements/build.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/requirements/build.txt -------------------------------------------------------------------------------- /mmdetection/requirements/docs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/requirements/docs.txt -------------------------------------------------------------------------------- /mmdetection/requirements/mminstall.txt: -------------------------------------------------------------------------------- 1 | mmcv-full>=1.3.17 2 | -------------------------------------------------------------------------------- /mmdetection/requirements/optional.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/requirements/optional.txt -------------------------------------------------------------------------------- /mmdetection/requirements/readthedocs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/requirements/readthedocs.txt -------------------------------------------------------------------------------- /mmdetection/requirements/runtime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/requirements/runtime.txt -------------------------------------------------------------------------------- /mmdetection/requirements/tests.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/requirements/tests.txt -------------------------------------------------------------------------------- /mmdetection/resources/coco_test_12510.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/resources/coco_test_12510.jpg -------------------------------------------------------------------------------- /mmdetection/resources/corruptions_sev_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/resources/corruptions_sev_3.png -------------------------------------------------------------------------------- /mmdetection/resources/data_pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/resources/data_pipeline.png -------------------------------------------------------------------------------- /mmdetection/resources/loss_curve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/resources/loss_curve.png -------------------------------------------------------------------------------- /mmdetection/resources/mmdet-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/resources/mmdet-logo.png -------------------------------------------------------------------------------- /mmdetection/resources/qq_group_qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/resources/qq_group_qrcode.jpg -------------------------------------------------------------------------------- /mmdetection/resources/zhihu_qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/resources/zhihu_qrcode.jpg -------------------------------------------------------------------------------- /mmdetection/setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/setup.cfg -------------------------------------------------------------------------------- /mmdetection/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/setup.py -------------------------------------------------------------------------------- /mmdetection/tests/test_data/test_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_data/test_utils.py -------------------------------------------------------------------------------- /mmdetection/tests/test_downstream/test_mmtrack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_downstream/test_mmtrack.py -------------------------------------------------------------------------------- /mmdetection/tests/test_metrics/test_box_overlap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_metrics/test_box_overlap.py -------------------------------------------------------------------------------- /mmdetection/tests/test_metrics/test_losses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_metrics/test_losses.py -------------------------------------------------------------------------------- /mmdetection/tests/test_metrics/test_mean_ap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_metrics/test_mean_ap.py -------------------------------------------------------------------------------- /mmdetection/tests/test_metrics/test_recall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_metrics/test_recall.py -------------------------------------------------------------------------------- /mmdetection/tests/test_models/test_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_models/test_forward.py -------------------------------------------------------------------------------- /mmdetection/tests/test_models/test_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_models/test_loss.py -------------------------------------------------------------------------------- /mmdetection/tests/test_models/test_necks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_models/test_necks.py -------------------------------------------------------------------------------- /mmdetection/tests/test_models/test_plugins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_models/test_plugins.py -------------------------------------------------------------------------------- /mmdetection/tests/test_onnx/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_onnx/__init__.py -------------------------------------------------------------------------------- /mmdetection/tests/test_onnx/test_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_onnx/test_head.py -------------------------------------------------------------------------------- /mmdetection/tests/test_onnx/test_neck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_onnx/test_neck.py -------------------------------------------------------------------------------- /mmdetection/tests/test_onnx/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_onnx/utils.py -------------------------------------------------------------------------------- /mmdetection/tests/test_runtime/async_benchmark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_runtime/async_benchmark.py -------------------------------------------------------------------------------- /mmdetection/tests/test_runtime/test_async.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_runtime/test_async.py -------------------------------------------------------------------------------- /mmdetection/tests/test_runtime/test_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_runtime/test_config.py -------------------------------------------------------------------------------- /mmdetection/tests/test_runtime/test_eval_hook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_runtime/test_eval_hook.py -------------------------------------------------------------------------------- /mmdetection/tests/test_runtime/test_fp16.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_runtime/test_fp16.py -------------------------------------------------------------------------------- /mmdetection/tests/test_utils/test_anchor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_utils/test_anchor.py -------------------------------------------------------------------------------- /mmdetection/tests/test_utils/test_assigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_utils/test_assigner.py -------------------------------------------------------------------------------- /mmdetection/tests/test_utils/test_coder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_utils/test_coder.py -------------------------------------------------------------------------------- /mmdetection/tests/test_utils/test_general_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_utils/test_general_data.py -------------------------------------------------------------------------------- /mmdetection/tests/test_utils/test_hook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_utils/test_hook.py -------------------------------------------------------------------------------- /mmdetection/tests/test_utils/test_masks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_utils/test_masks.py -------------------------------------------------------------------------------- /mmdetection/tests/test_utils/test_misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_utils/test_misc.py -------------------------------------------------------------------------------- /mmdetection/tests/test_utils/test_nms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_utils/test_nms.py -------------------------------------------------------------------------------- /mmdetection/tests/test_utils/test_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_utils/test_version.py -------------------------------------------------------------------------------- /mmdetection/tests/test_utils/test_visualization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tests/test_utils/test_visualization.py -------------------------------------------------------------------------------- /mmdetection/tools/analysis_tools/analyze_logs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/analysis_tools/analyze_logs.py -------------------------------------------------------------------------------- /mmdetection/tools/analysis_tools/benchmark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/analysis_tools/benchmark.py -------------------------------------------------------------------------------- /mmdetection/tools/analysis_tools/eval_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/analysis_tools/eval_metric.py -------------------------------------------------------------------------------- /mmdetection/tools/analysis_tools/get_flops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/analysis_tools/get_flops.py -------------------------------------------------------------------------------- /mmdetection/tools/dataset_converters/cityscapes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/dataset_converters/cityscapes.py -------------------------------------------------------------------------------- /mmdetection/tools/dataset_converters/pascal_voc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/dataset_converters/pascal_voc.py -------------------------------------------------------------------------------- /mmdetection/tools/deployment/mmdet2torchserve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/deployment/mmdet2torchserve.py -------------------------------------------------------------------------------- /mmdetection/tools/deployment/mmdet_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/deployment/mmdet_handler.py -------------------------------------------------------------------------------- /mmdetection/tools/deployment/onnx2tensorrt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/deployment/onnx2tensorrt.py -------------------------------------------------------------------------------- /mmdetection/tools/deployment/pytorch2onnx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/deployment/pytorch2onnx.py -------------------------------------------------------------------------------- /mmdetection/tools/deployment/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/deployment/test.py -------------------------------------------------------------------------------- /mmdetection/tools/deployment/test_torchserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/deployment/test_torchserver.py -------------------------------------------------------------------------------- /mmdetection/tools/dist_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/dist_test.sh -------------------------------------------------------------------------------- /mmdetection/tools/dist_train.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/dist_train.sh -------------------------------------------------------------------------------- /mmdetection/tools/misc/browse_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/misc/browse_dataset.py -------------------------------------------------------------------------------- /mmdetection/tools/misc/print_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/misc/print_config.py -------------------------------------------------------------------------------- /mmdetection/tools/model_converters/regnet2mmdet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/model_converters/regnet2mmdet.py -------------------------------------------------------------------------------- /mmdetection/tools/slurm_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/slurm_test.sh -------------------------------------------------------------------------------- /mmdetection/tools/slurm_train.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/slurm_train.sh -------------------------------------------------------------------------------- /mmdetection/tools/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/test.py -------------------------------------------------------------------------------- /mmdetection/tools/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmdetection/tools/train.py -------------------------------------------------------------------------------- /mmrotate/.mim/configs: -------------------------------------------------------------------------------- 1 | ../../configs -------------------------------------------------------------------------------- /mmrotate/.mim/demo: -------------------------------------------------------------------------------- 1 | ../../demo -------------------------------------------------------------------------------- /mmrotate/.mim/model-index.yml: -------------------------------------------------------------------------------- 1 | ../../model-index.yml -------------------------------------------------------------------------------- /mmrotate/.mim/tools: -------------------------------------------------------------------------------- 1 | ../../tools -------------------------------------------------------------------------------- /mmrotate/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/__init__.py -------------------------------------------------------------------------------- /mmrotate/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /mmrotate/__pycache__/version.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/__pycache__/version.cpython-37.pyc -------------------------------------------------------------------------------- /mmrotate/apis/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/apis/__init__.py -------------------------------------------------------------------------------- /mmrotate/apis/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/apis/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /mmrotate/apis/__pycache__/inference.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/apis/__pycache__/inference.cpython-37.pyc -------------------------------------------------------------------------------- /mmrotate/apis/__pycache__/train.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/apis/__pycache__/train.cpython-37.pyc -------------------------------------------------------------------------------- /mmrotate/apis/inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/apis/inference.py -------------------------------------------------------------------------------- /mmrotate/apis/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/apis/train.py -------------------------------------------------------------------------------- /mmrotate/core/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/__init__.py -------------------------------------------------------------------------------- /mmrotate/core/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /mmrotate/core/anchor/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/anchor/__init__.py -------------------------------------------------------------------------------- /mmrotate/core/anchor/anchor_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/anchor/anchor_generator.py -------------------------------------------------------------------------------- /mmrotate/core/anchor/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/anchor/builder.py -------------------------------------------------------------------------------- /mmrotate/core/anchor/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/anchor/utils.py -------------------------------------------------------------------------------- /mmrotate/core/bbox/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/bbox/__init__.py -------------------------------------------------------------------------------- /mmrotate/core/bbox/assigners/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/bbox/assigners/__init__.py -------------------------------------------------------------------------------- /mmrotate/core/bbox/assigners/atss_kld_assigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/bbox/assigners/atss_kld_assigner.py -------------------------------------------------------------------------------- /mmrotate/core/bbox/assigners/convex_assigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/bbox/assigners/convex_assigner.py -------------------------------------------------------------------------------- /mmrotate/core/bbox/assigners/sas_assigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/bbox/assigners/sas_assigner.py -------------------------------------------------------------------------------- /mmrotate/core/bbox/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/bbox/builder.py -------------------------------------------------------------------------------- /mmrotate/core/bbox/coder/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/bbox/coder/__init__.py -------------------------------------------------------------------------------- /mmrotate/core/bbox/coder/gliding_vertex_coder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/bbox/coder/gliding_vertex_coder.py -------------------------------------------------------------------------------- /mmrotate/core/bbox/iou_calculators/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/bbox/iou_calculators/__init__.py -------------------------------------------------------------------------------- /mmrotate/core/bbox/iou_calculators/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/bbox/iou_calculators/builder.py -------------------------------------------------------------------------------- /mmrotate/core/bbox/samplers/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/bbox/samplers/__init__.py -------------------------------------------------------------------------------- /mmrotate/core/bbox/transforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/bbox/transforms.py -------------------------------------------------------------------------------- /mmrotate/core/bbox/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/bbox/utils/__init__.py -------------------------------------------------------------------------------- /mmrotate/core/bbox/utils/gmm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/bbox/utils/gmm.py -------------------------------------------------------------------------------- /mmrotate/core/evaluation/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/evaluation/__init__.py -------------------------------------------------------------------------------- /mmrotate/core/evaluation/eval_map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/evaluation/eval_map.py -------------------------------------------------------------------------------- /mmrotate/core/patch/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/patch/__init__.py -------------------------------------------------------------------------------- /mmrotate/core/patch/merge_results.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/patch/merge_results.py -------------------------------------------------------------------------------- /mmrotate/core/patch/split.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/patch/split.py -------------------------------------------------------------------------------- /mmrotate/core/post_processing/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/post_processing/__init__.py -------------------------------------------------------------------------------- /mmrotate/core/post_processing/bbox_nms_rotated.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/post_processing/bbox_nms_rotated.py -------------------------------------------------------------------------------- /mmrotate/core/visualization/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/visualization/__init__.py -------------------------------------------------------------------------------- /mmrotate/core/visualization/image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/core/visualization/image.py -------------------------------------------------------------------------------- /mmrotate/datasets/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/datasets/__init__.py -------------------------------------------------------------------------------- /mmrotate/datasets/__pycache__/dota.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/datasets/__pycache__/dota.cpython-37.pyc -------------------------------------------------------------------------------- /mmrotate/datasets/__pycache__/hfsd.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/datasets/__pycache__/hfsd.cpython-37.pyc -------------------------------------------------------------------------------- /mmrotate/datasets/__pycache__/hrsc.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/datasets/__pycache__/hrsc.cpython-37.pyc -------------------------------------------------------------------------------- /mmrotate/datasets/__pycache__/sar.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/datasets/__pycache__/sar.cpython-37.pyc -------------------------------------------------------------------------------- /mmrotate/datasets/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/datasets/builder.py -------------------------------------------------------------------------------- /mmrotate/datasets/dota.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/datasets/dota.py -------------------------------------------------------------------------------- /mmrotate/datasets/fair1m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/datasets/fair1m.py -------------------------------------------------------------------------------- /mmrotate/datasets/hfsd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/datasets/hfsd.py -------------------------------------------------------------------------------- /mmrotate/datasets/hrsc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/datasets/hrsc.py -------------------------------------------------------------------------------- /mmrotate/datasets/pipelines/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/datasets/pipelines/__init__.py -------------------------------------------------------------------------------- /mmrotate/datasets/pipelines/loading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/datasets/pipelines/loading.py -------------------------------------------------------------------------------- /mmrotate/datasets/pipelines/transforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/datasets/pipelines/transforms.py -------------------------------------------------------------------------------- /mmrotate/datasets/rubbish.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/datasets/rubbish.py -------------------------------------------------------------------------------- /mmrotate/datasets/sar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/datasets/sar.py -------------------------------------------------------------------------------- /mmrotate/models/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/__init__.py -------------------------------------------------------------------------------- /mmrotate/models/__pycache__/builder.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/__pycache__/builder.cpython-37.pyc -------------------------------------------------------------------------------- /mmrotate/models/backbones/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/backbones/__init__.py -------------------------------------------------------------------------------- /mmrotate/models/backbones/re_resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/backbones/re_resnet.py -------------------------------------------------------------------------------- /mmrotate/models/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/builder.py -------------------------------------------------------------------------------- /mmrotate/models/dense_heads/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/dense_heads/__init__.py -------------------------------------------------------------------------------- /mmrotate/models/dense_heads/odm_refine_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/dense_heads/odm_refine_head.py -------------------------------------------------------------------------------- /mmrotate/models/dense_heads/oriented_rpn_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/dense_heads/oriented_rpn_head.py -------------------------------------------------------------------------------- /mmrotate/models/dense_heads/rotated_anchor_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/dense_heads/rotated_anchor_head.py -------------------------------------------------------------------------------- /mmrotate/models/dense_heads/rotated_retina_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/dense_heads/rotated_retina_head.py -------------------------------------------------------------------------------- /mmrotate/models/dense_heads/rotated_rpn_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/dense_heads/rotated_rpn_head.py -------------------------------------------------------------------------------- /mmrotate/models/dense_heads/sam_reppoints_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/dense_heads/sam_reppoints_head.py -------------------------------------------------------------------------------- /mmrotate/models/dense_heads/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/dense_heads/utils.py -------------------------------------------------------------------------------- /mmrotate/models/detectors/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/detectors/__init__.py -------------------------------------------------------------------------------- /mmrotate/models/detectors/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/detectors/base.py -------------------------------------------------------------------------------- /mmrotate/models/detectors/gliding_vertex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/detectors/gliding_vertex.py -------------------------------------------------------------------------------- /mmrotate/models/detectors/oriented_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/detectors/oriented_rcnn.py -------------------------------------------------------------------------------- /mmrotate/models/detectors/r3det.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/detectors/r3det.py -------------------------------------------------------------------------------- /mmrotate/models/detectors/redet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/detectors/redet.py -------------------------------------------------------------------------------- /mmrotate/models/detectors/roi_transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/detectors/roi_transformer.py -------------------------------------------------------------------------------- /mmrotate/models/detectors/rotate_faster_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/detectors/rotate_faster_rcnn.py -------------------------------------------------------------------------------- /mmrotate/models/detectors/rotated_reppoints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/detectors/rotated_reppoints.py -------------------------------------------------------------------------------- /mmrotate/models/detectors/rotated_retinanet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/detectors/rotated_retinanet.py -------------------------------------------------------------------------------- /mmrotate/models/detectors/s2anet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/detectors/s2anet.py -------------------------------------------------------------------------------- /mmrotate/models/detectors/single_stage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/detectors/single_stage.py -------------------------------------------------------------------------------- /mmrotate/models/detectors/two_stage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/detectors/two_stage.py -------------------------------------------------------------------------------- /mmrotate/models/detectors/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/detectors/utils.py -------------------------------------------------------------------------------- /mmrotate/models/losses/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/losses/__init__.py -------------------------------------------------------------------------------- /mmrotate/models/losses/convex_giou_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/losses/convex_giou_loss.py -------------------------------------------------------------------------------- /mmrotate/models/losses/gaussian_dist_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/losses/gaussian_dist_loss.py -------------------------------------------------------------------------------- /mmrotate/models/losses/gaussian_dist_loss_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/losses/gaussian_dist_loss_v1.py -------------------------------------------------------------------------------- /mmrotate/models/losses/kf_iou_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/losses/kf_iou_loss.py -------------------------------------------------------------------------------- /mmrotate/models/losses/kld_reppoints_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/losses/kld_reppoints_loss.py -------------------------------------------------------------------------------- /mmrotate/models/necks/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/necks/__init__.py -------------------------------------------------------------------------------- /mmrotate/models/necks/re_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/necks/re_fpn.py -------------------------------------------------------------------------------- /mmrotate/models/roi_heads/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/roi_heads/__init__.py -------------------------------------------------------------------------------- /mmrotate/models/roi_heads/bbox_heads/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/roi_heads/bbox_heads/__init__.py -------------------------------------------------------------------------------- /mmrotate/models/roi_heads/gv_ratio_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/roi_heads/gv_ratio_roi_head.py -------------------------------------------------------------------------------- /mmrotate/models/roi_heads/roi_trans_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/roi_heads/roi_trans_roi_head.py -------------------------------------------------------------------------------- /mmrotate/models/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/utils/__init__.py -------------------------------------------------------------------------------- /mmrotate/models/utils/enn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/utils/enn.py -------------------------------------------------------------------------------- /mmrotate/models/utils/orconv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/utils/orconv.py -------------------------------------------------------------------------------- /mmrotate/models/utils/ripool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/models/utils/ripool.py -------------------------------------------------------------------------------- /mmrotate/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/utils/__init__.py -------------------------------------------------------------------------------- /mmrotate/utils/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/utils/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /mmrotate/utils/__pycache__/logger.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/utils/__pycache__/logger.cpython-37.pyc -------------------------------------------------------------------------------- /mmrotate/utils/__pycache__/misc.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/utils/__pycache__/misc.cpython-37.pyc -------------------------------------------------------------------------------- /mmrotate/utils/collect_env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/utils/collect_env.py -------------------------------------------------------------------------------- /mmrotate/utils/logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/utils/logger.py -------------------------------------------------------------------------------- /mmrotate/utils/misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/utils/misc.py -------------------------------------------------------------------------------- /mmrotate/version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/mmrotate/version.py -------------------------------------------------------------------------------- /model-index.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/model-index.yml -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/requirements.txt -------------------------------------------------------------------------------- /requirements/build.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/requirements/build.txt -------------------------------------------------------------------------------- /requirements/docs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/requirements/docs.txt -------------------------------------------------------------------------------- /requirements/mminstall.txt: -------------------------------------------------------------------------------- 1 | mmcv-full>=1.4.5 2 | -------------------------------------------------------------------------------- /requirements/optional.txt: -------------------------------------------------------------------------------- 1 | imagecorruptions 2 | scipy 3 | sklearn 4 | -------------------------------------------------------------------------------- /requirements/readthedocs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/requirements/readthedocs.txt -------------------------------------------------------------------------------- /requirements/runtime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/requirements/runtime.txt -------------------------------------------------------------------------------- /requirements/tests.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/requirements/tests.txt -------------------------------------------------------------------------------- /resources/mmrotate-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/resources/mmrotate-logo.png -------------------------------------------------------------------------------- /resources/qq_group_qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/resources/qq_group_qrcode.jpg -------------------------------------------------------------------------------- /resources/zhihu_qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/resources/zhihu_qrcode.jpg -------------------------------------------------------------------------------- /result2submission/text2xml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/result2submission/text2xml.py -------------------------------------------------------------------------------- /setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/setup.cfg -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/setup.py -------------------------------------------------------------------------------- /tests/data/images/P0004__1__0___0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tests/data/images/P0004__1__0___0.png -------------------------------------------------------------------------------- /tests/data/labelTxt/P0004__1__0___0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tests/data/labelTxt/P0004__1__0___0.txt -------------------------------------------------------------------------------- /tests/test_data/test_datasets/test_dota.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tests/test_data/test_datasets/test_dota.py -------------------------------------------------------------------------------- /tests/test_data/test_datasets/test_rotate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tests/test_data/test_datasets/test_rotate.py -------------------------------------------------------------------------------- /tests/test_data/test_pipelines/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tests/test_data/test_pipelines/__init__.py -------------------------------------------------------------------------------- /tests/test_data/test_pipelines/test_rtransforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tests/test_data/test_pipelines/test_rtransforms.py -------------------------------------------------------------------------------- /tests/test_data/test_pipelines/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tests/test_data/test_pipelines/utils.py -------------------------------------------------------------------------------- /tests/test_models/test_backbones.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tests/test_models/test_backbones.py -------------------------------------------------------------------------------- /tests/test_models/test_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tests/test_models/test_forward.py -------------------------------------------------------------------------------- /tests/test_models/test_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tests/test_models/test_loss.py -------------------------------------------------------------------------------- /tests/test_models/test_necks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tests/test_models/test_necks.py -------------------------------------------------------------------------------- /tests/test_utils/test_misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tests/test_utils/test_misc.py -------------------------------------------------------------------------------- /tests/test_utils/test_overlaps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tests/test_utils/test_overlaps.py -------------------------------------------------------------------------------- /tests/test_utils/test_ranchor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tests/test_utils/test_ranchor.py -------------------------------------------------------------------------------- /tests/test_utils/test_rutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tests/test_utils/test_rutils.py -------------------------------------------------------------------------------- /tests/test_utils/test_transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tests/test_utils/test_transformer.py -------------------------------------------------------------------------------- /tests/test_utils/test_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tests/test_utils/test_version.py -------------------------------------------------------------------------------- /tests/test_utils/test_visualization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tests/test_utils/test_visualization.py -------------------------------------------------------------------------------- /tools/analysis_tools/analyze_logs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/analysis_tools/analyze_logs.py -------------------------------------------------------------------------------- /tools/analysis_tools/benchmark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/analysis_tools/benchmark.py -------------------------------------------------------------------------------- /tools/analysis_tools/confusion_matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/analysis_tools/confusion_matrix.py -------------------------------------------------------------------------------- /tools/data/HFSD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/data/HFSD/README.md -------------------------------------------------------------------------------- /tools/data/HFSD/split/img_split.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/data/HFSD/split/img_split.py -------------------------------------------------------------------------------- /tools/data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/data/README.md -------------------------------------------------------------------------------- /tools/data/dota/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/data/dota/README.md -------------------------------------------------------------------------------- /tools/data/dota/split/img_split.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/data/dota/split/img_split.py -------------------------------------------------------------------------------- /tools/data/fair1m/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/data/fair1m/README.md -------------------------------------------------------------------------------- /tools/data/fair1m/split/img_split.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/data/fair1m/split/img_split.py -------------------------------------------------------------------------------- /tools/data/hrsc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/data/hrsc/README.md -------------------------------------------------------------------------------- /tools/data/hrsid/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/data/hrsid/README.md -------------------------------------------------------------------------------- /tools/data/ssdd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/data/ssdd/README.md -------------------------------------------------------------------------------- /tools/dist_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/dist_test.sh -------------------------------------------------------------------------------- /tools/dist_train.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/dist_train.sh -------------------------------------------------------------------------------- /tools/misc/print_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/misc/print_config.py -------------------------------------------------------------------------------- /tools/model_converters/publish_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/model_converters/publish_model.py -------------------------------------------------------------------------------- /tools/slurm_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/slurm_test.sh -------------------------------------------------------------------------------- /tools/slurm_train.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/slurm_train.sh -------------------------------------------------------------------------------- /tools/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/test.py -------------------------------------------------------------------------------- /tools/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/G-Naughty/PCLDet/HEAD/tools/train.py --------------------------------------------------------------------------------