├── .gitignore ├── LICENSE ├── README.md ├── TOV_mmdetection ├── .gitignore ├── .pre-commit-config.yaml ├── .readthedocs.yml ├── LICENSE ├── MANIFEST.in ├── README.md ├── README_old.md ├── README_zh-CN_old.md ├── configs │ ├── _base_ │ │ ├── datasets │ │ │ ├── cityscapes_detection.py │ │ │ ├── cityscapes_instance.py │ │ │ ├── coco_detection.py │ │ │ ├── coco_instance.py │ │ │ ├── coco_instance_semantic.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 │ ├── 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_fpn_1x_coco.py │ │ ├── cascade_mask_rcnn_r101_fpn_20e_coco.py │ │ ├── cascade_mask_rcnn_r50_caffe_fpn_1x_coco.py │ │ ├── cascade_mask_rcnn_r50_fpn_1x_coco.py │ │ ├── cascade_mask_rcnn_r50_fpn_20e_coco.py │ │ ├── cascade_mask_rcnn_x101_32x4d_fpn_1x_coco.py │ │ ├── cascade_mask_rcnn_x101_32x4d_fpn_20e_coco.py │ │ ├── cascade_mask_rcnn_x101_64x4d_fpn_1x_coco.py │ │ ├── cascade_mask_rcnn_x101_64x4d_fpn_20e_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 │ ├── 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_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_fpn_1x_coco.py │ │ ├── faster_rcnn_r101_fpn_2x_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_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_giou_1x_coco.py │ │ ├── faster_rcnn_r50_fpn_iou_1x_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_64x4d_fpn_1x_coco.py │ │ ├── faster_rcnn_x101_64x4d_fpn_2x_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 │ ├── fp16 │ │ ├── README.md │ │ ├── faster_rcnn_r50_fpn_fp16_1x_coco.py │ │ ├── mask_rcnn_r50_fpn_fp16_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 │ │ ├── metafile.yml │ │ └── retinanet_r50_fpn_fp16_1x_coco.py │ ├── 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 │ ├── 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_fpn_1x_coco.py │ │ ├── mask_rcnn_r101_fpn_2x_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_poly_1x_coco.py │ │ ├── mask_rcnn_x101_32x4d_fpn_1x_coco.py │ │ ├── mask_rcnn_x101_32x4d_fpn_2x_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 │ │ └── 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 │ ├── 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 │ ├── regnet │ │ ├── README.md │ │ ├── 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 │ │ ├── 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-4GF_fpn_1x_coco.py │ │ ├── mask_rcnn_regnetx-6.4GF_fpn_1x_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_fpn_1x_coco.py │ │ ├── retinanet_r101_fpn_2x_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_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 │ ├── 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 │ ├── 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 │ ├── 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 │ └── yolof │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── yolof_r50_c5_8x8_1x_coco.py │ │ └── yolof_r50_c5_8x8_iter-1x_coco.py ├── configs2 │ ├── COCO │ │ ├── base │ │ │ └── reppoints_moment_r50_fpn_gn-neck+head_1x_coco.py │ │ ├── coarsepointv2 │ │ │ ├── coarse_point_refine_r101_fpn_1x_coco400.py │ │ │ ├── coarse_point_refine_r50_fpn_1x_coco400.py │ │ │ └── coarse_point_refine_r50_fpn_1x_coco400_dbg.py │ │ └── p2p │ │ │ ├── p2p_r101_fpn_1x_fl_sl1_coco400_coarse.py │ │ │ ├── p2p_r50_fpn_1x_fl_sl1_coco400_coarse.py │ │ │ └── p2p_r50_fpns4_1x_fl_sl1_coco.py │ ├── DOTA │ │ ├── coarsepointv2 │ │ │ ├── cascade_coarse_point_refine_r50_fpns4_1x_DOTA_1024.py │ │ │ ├── coarse_point_refine_r50_fpns4_1x_DOTA_1024.py │ │ │ └── coarse_point_refine_r50_fpns4_1x_DOTA_1024_debug.py │ │ └── p2p │ │ │ ├── p2p_r50_fpn_1x_fl_sl1_DOTA_center.py │ │ │ └── p2p_r50_fpn_1x_fl_sl1_DOTA_coarse.py │ ├── TinyPerson │ │ ├── TinyPerson.md │ │ ├── base │ │ │ ├── Baseline_TinyPerson.sh │ │ │ ├── faster_rcnn_r50_fpn_1x_TinyPerson640.py │ │ │ ├── fcos_r50_caffe_fpn_gn-head_1x_TinyPerson640.py │ │ │ ├── fcos_standard_r50_caffe_fpns4_gn-head_1x_TinyPerson640.py │ │ │ ├── reppoints_moment_r50_fpn_1x_TinyPerson640.py │ │ │ ├── reppoints_moment_r50_fpn_gn-neck+head_1x_TinyPerson640.py │ │ │ ├── reppoints_moment_r50_fpns4_1x_TinyPerson640.py │ │ │ ├── reppoints_moment_r50_fpns4_gn-neck+head_1x_TinyPerson640.py │ │ │ ├── retinanet_r50_fpn_1x_TinyPerson640.py │ │ │ ├── retinanet_r50_fpns4_1x_TinyPerson640.py │ │ │ └── retinanet_r50_fpns4_1x_TinyPerson640_clipg.py │ │ └── scale_match │ │ │ ├── ScaleMatch.md │ │ │ ├── ScaleMatch_TinyPerson.sh │ │ │ ├── faster_rcnn_r50_fpn_1x_coco_msm_tinyperson.py │ │ │ ├── faster_rcnn_r50_fpn_1x_coco_sm_tinyperson.py │ │ │ ├── retinanet_r50_fpns4_1x_coco_msm_tinyperson.py │ │ │ └── retinanet_r50_fpns4_1x_coco_sm_tinyperson.py │ ├── TinyPersonV2 │ │ ├── TinyPersonV2.md │ │ ├── coarsepointv2 │ │ │ ├── coarse_point_refine_base_TinyPersonV2_640.py │ │ │ ├── coarse_point_refine_r50_fpns4_0.5x_TinyPersonV2_640.py │ │ │ ├── coarse_point_refine_r50_fpns4_0.5x_TinyPersonV2_640_dbg.py │ │ │ └── coarse_point_refine_r50_fpns4_1x_TinyPersonV2_640.py │ │ └── p2p │ │ │ ├── p2p_r50_fpns4_0.5x_fl_sl1_TinyPersonV2_640.py │ │ │ └── p2p_r50_fpns4_1x_fl_sl1_TinyPersonV2_640.py │ └── _base_ │ │ ├── datasets │ │ ├── TinyCOCO │ │ │ └── TinyCOCO_detection.py │ │ ├── TinyPerson │ │ │ ├── TinyPerson_detection_640x512.py │ │ │ └── TinyPerson_detection_640x640.py │ │ ├── TinyPersonV2 │ │ │ └── TinyPersonV2_detection_640x640.py │ │ └── visDrone │ │ │ ├── visDronePerson_detection.py │ │ │ ├── visDronePerson_detection_640x640.py │ │ │ └── visDronePerson_detection_640x640_s1xtest.py │ │ └── models │ │ ├── cpr │ │ └── coarse_point_refine_r50_fpns4_1x.py │ │ └── fcos │ │ └── fcos_r50_caffe_fpn_gn-head_1x.py ├── demo │ ├── MMDet_Tutorial.ipynb │ ├── create_result_gif.py │ ├── demo.jpg │ ├── demo.mp4 │ ├── image_demo.py │ ├── inference_demo.ipynb │ ├── p2p_image_demo.py │ ├── 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 │ ├── api.rst │ ├── changelog.md │ ├── compatibility.md │ ├── conf.py │ ├── conventions.md │ ├── cpr │ │ └── README.md │ ├── faq.md │ ├── get_started.md │ ├── index.rst │ ├── make.bat │ ├── model_zoo.md │ ├── projects.md │ ├── robustness_benchmarking.md │ ├── stat.py │ ├── tov │ │ ├── README.md │ │ ├── code_modify.md │ │ └── evaluation_of_tiny_object.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 ├── exp │ └── tools │ │ ├── clear_tmp_pth.py │ │ ├── clear_trash.sh │ │ ├── result2ann.py │ │ ├── speed_script.sh │ │ └── sync_log.py ├── mmdet │ ├── __init__.py │ ├── apis │ │ ├── __init__.py │ │ ├── inference.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 │ │ │ │ └── uniform_assigner.py │ │ │ ├── builder.py │ │ │ ├── coder │ │ │ │ ├── __init__.py │ │ │ │ ├── base_bbox_coder.py │ │ │ │ ├── bouding_box.py │ │ │ │ ├── bucketing_bbox_coder.py │ │ │ │ ├── delta_xywh_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 │ │ ├── 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 │ │ ├── mask │ │ │ ├── __init__.py │ │ │ ├── mask_target.py │ │ │ ├── structures.py │ │ │ └── utils.py │ │ ├── post_processing │ │ │ ├── __init__.py │ │ │ ├── bbox_nms.py │ │ │ └── merge_augs.py │ │ ├── utils │ │ │ ├── __init__.py │ │ │ ├── dist_utils.py │ │ │ └── misc.py │ │ └── visualization │ │ │ ├── __init__.py │ │ │ └── image.py │ ├── datasets │ │ ├── __init__.py │ │ ├── api_wrappers │ │ │ ├── __init__.py │ │ │ └── coco_api.py │ │ ├── builder.py │ │ ├── cityscapes.py │ │ ├── coco.py │ │ ├── cocofmt.py │ │ ├── custom.py │ │ ├── dataset_wrappers.py │ │ ├── deepfashion.py │ │ ├── lvis.py │ │ ├── pipelines │ │ │ ├── __init__.py │ │ │ ├── auto_augment.py │ │ │ ├── compose.py │ │ │ ├── formating.py │ │ │ ├── instaboost.py │ │ │ ├── loading.py │ │ │ ├── rtest_time_aug.py │ │ │ ├── scale_match.py │ │ │ ├── test_time_aug.py │ │ │ └── transforms.py │ │ ├── samplers │ │ │ ├── __init__.py │ │ │ ├── distributed_sampler.py │ │ │ └── group_sampler.py │ │ ├── utils.py │ │ ├── voc.py │ │ ├── wider_face.py │ │ └── xml_style.py │ ├── models │ │ ├── __init__.py │ │ ├── backbones │ │ │ ├── __init__.py │ │ │ ├── darknet.py │ │ │ ├── detectors_resnet.py │ │ │ ├── detectors_resnext.py │ │ │ ├── hourglass.py │ │ │ ├── hrnet.py │ │ │ ├── mobilenet_v2.py │ │ │ ├── regnet.py │ │ │ ├── res2net.py │ │ │ ├── resnest.py │ │ │ ├── resnet.py │ │ │ ├── resnext.py │ │ │ ├── ssd_vgg.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 │ │ │ ├── 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 │ │ │ ├── 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 │ │ │ ├── ssd_head.py │ │ │ ├── vfnet_head.py │ │ │ ├── yolact_head.py │ │ │ ├── yolo_head.py │ │ │ └── yolof_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 │ │ │ ├── mask_rcnn.py │ │ │ ├── mask_scoring_rcnn.py │ │ │ ├── nasfcos.py │ │ │ ├── paa.py │ │ │ ├── point_rend.py │ │ │ ├── reppoints_detector.py │ │ │ ├── retinanet.py │ │ │ ├── rpn.py │ │ │ ├── scnet.py │ │ │ ├── single_stage.py │ │ │ ├── sparse_rcnn.py │ │ │ ├── trident_faster_rcnn.py │ │ │ ├── two_stage.py │ │ │ ├── vfnet.py │ │ │ ├── yolact.py │ │ │ ├── yolo.py │ │ │ └── yolof.py │ │ ├── losses │ │ │ ├── __init__.py │ │ │ ├── accuracy.py │ │ │ ├── ae_loss.py │ │ │ ├── balanced_l1_loss.py │ │ │ ├── cross_entropy_loss.py │ │ │ ├── focal_loss.py │ │ │ ├── gaussian_focal_loss.py │ │ │ ├── gfocal_loss.py │ │ │ ├── ghm_loss.py │ │ │ ├── iou_loss.py │ │ │ ├── kd_loss.py │ │ │ ├── mse_loss.py │ │ │ ├── multi_instance_learning_loss.py │ │ │ ├── pisa_loss.py │ │ │ ├── seesaw_loss.py │ │ │ ├── smooth_l1_loss.py │ │ │ ├── utils.py │ │ │ ├── varifocal_loss.py │ │ │ └── weighted_hausdorff_distance.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 │ │ │ └── yolo_neck.py │ │ ├── point │ │ │ ├── __init__.py │ │ │ ├── dense_heads │ │ │ │ ├── __init__.py │ │ │ │ ├── base_locator_head.py │ │ │ │ ├── cpr_head.py │ │ │ │ └── p2p_head.py │ │ │ └── detectors │ │ │ │ ├── __init__.py │ │ │ │ └── locator.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 │ │ │ │ ├── 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 │ │ └── utils │ │ │ ├── __init__.py │ │ │ ├── builder.py │ │ │ ├── gaussian_target.py │ │ │ ├── inverted_residual.py │ │ │ ├── make_divisible.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_zoo.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_xml_dataset.py │ │ ├── test_pipelines │ │ │ ├── test_formatting.py │ │ │ ├── test_loading.py │ │ │ ├── test_sampler.py │ │ │ └── test_transform │ │ │ │ ├── test_img_augment.py │ │ │ │ ├── test_models_aug_test.py │ │ │ │ ├── test_rotate.py │ │ │ │ ├── test_shear.py │ │ │ │ ├── test_transform.py │ │ │ │ └── test_translate.py │ │ └── test_utils.py │ ├── test_metrics │ │ ├── test_box_overlap.py │ │ └── test_losses.py │ ├── test_models │ │ ├── test_backbones │ │ │ ├── __init__.py │ │ │ ├── test_hourglass.py │ │ │ ├── test_mobilenet_v2.py │ │ │ ├── test_regnet.py │ │ │ ├── test_renext.py │ │ │ ├── test_res2net.py │ │ │ ├── test_resnest.py │ │ │ ├── test_resnet.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_ld_head.py │ │ │ ├── test_paa_head.py │ │ │ ├── test_pisa_head.py │ │ │ ├── test_sabl_retina_head.py │ │ │ ├── test_vfnet_head.py │ │ │ ├── test_yolact_head.py │ │ │ └── test_yolof_head.py │ │ ├── test_forward.py │ │ ├── test_loss.py │ │ ├── test_necks.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_inverted_residual.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_masks.py │ │ ├── test_misc.py │ │ ├── test_version.py │ │ └── test_visualization.py └── tools │ ├── analysis_tools │ ├── analyze_logs.py │ ├── analyze_results.py │ ├── benchmark.py │ ├── coco_error_analysis.py │ ├── eval_metric.py │ ├── get_flops.py │ ├── robustness_eval.py │ └── test_robustness.py │ ├── dataset_converters │ ├── cityscapes.py │ └── pascal_voc.py │ ├── deployment │ ├── mmdet2torchserve.py │ ├── mmdet_handler.py │ ├── onnx2tensorrt.py │ ├── pytorch2onnx.py │ └── test.py │ ├── dist_test.sh │ ├── dist_train.sh │ ├── misc │ ├── browse_dataset.py │ └── print_config.py │ ├── model_converters │ ├── detectron2pytorch.py │ ├── publish_model.py │ ├── regnet2mmdet.py │ └── upgrade_model_version.py │ ├── slurm_test.sh │ ├── slurm_train.sh │ ├── test.py │ └── train.py ├── dataset ├── LegallyItem ├── README.md └── TinyPerson_annotation.md ├── figure ├── CPR │ ├── CPR_visualize.jpg │ ├── challenge_x21.jpg │ ├── cpr_gif │ │ ├── vis_2_000000031176.gif │ │ ├── vis_2_000000031599.gif │ │ ├── vis_2_000000074711.gif │ │ ├── vis_2_000000163020.gif │ │ └── vis_2_000000279806.gif │ ├── cpr_x10_low2.jpg │ ├── framework_x20.jpg │ ├── variance_x20.jpg │ └── vis_tiny2_01.jpg ├── annotation_rule.jpg └── dataset_anno.png └── params └── Readme.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/.gitignore -------------------------------------------------------------------------------- /TOV_mmdetection/.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/.pre-commit-config.yaml -------------------------------------------------------------------------------- /TOV_mmdetection/.readthedocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/.readthedocs.yml -------------------------------------------------------------------------------- /TOV_mmdetection/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/LICENSE -------------------------------------------------------------------------------- /TOV_mmdetection/MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/MANIFEST.in -------------------------------------------------------------------------------- /TOV_mmdetection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/README_old.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/README_old.md -------------------------------------------------------------------------------- /TOV_mmdetection/README_zh-CN_old.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/README_zh-CN_old.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/datasets/cityscapes_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/datasets/cityscapes_detection.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/datasets/cityscapes_instance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/datasets/cityscapes_instance.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/datasets/coco_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/datasets/coco_detection.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/datasets/coco_instance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/datasets/coco_instance.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/datasets/coco_instance_semantic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/datasets/coco_instance_semantic.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/datasets/deepfashion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/datasets/deepfashion.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/datasets/lvis_v0.5_instance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/datasets/lvis_v0.5_instance.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/datasets/lvis_v1_instance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/datasets/lvis_v1_instance.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/datasets/voc0712.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/datasets/voc0712.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/datasets/wider_face.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/datasets/wider_face.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/default_runtime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/default_runtime.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/models/cascade_mask_rcnn_r50_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/models/cascade_mask_rcnn_r50_fpn.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/models/cascade_rcnn_r50_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/models/cascade_rcnn_r50_fpn.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/models/fast_rcnn_r50_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/models/fast_rcnn_r50_fpn.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/models/faster_rcnn_r50_caffe_c4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/models/faster_rcnn_r50_caffe_c4.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/models/faster_rcnn_r50_caffe_dc5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/models/faster_rcnn_r50_caffe_dc5.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/models/faster_rcnn_r50_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/models/faster_rcnn_r50_fpn.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/models/mask_rcnn_r50_caffe_c4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/models/mask_rcnn_r50_caffe_c4.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/models/mask_rcnn_r50_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/models/mask_rcnn_r50_fpn.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/models/retinanet_r50_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/models/retinanet_r50_fpn.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/models/rpn_r50_caffe_c4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/models/rpn_r50_caffe_c4.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/models/rpn_r50_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/models/rpn_r50_fpn.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/models/ssd300.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/models/ssd300.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/schedules/schedule_1x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/schedules/schedule_1x.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/schedules/schedule_20e.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/schedules/schedule_20e.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/_base_/schedules/schedule_2x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/_base_/schedules/schedule_2x.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/albu_example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/albu_example/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/atss/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/atss/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/atss/atss_r101_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/atss/atss_r101_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/atss/atss_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/atss/atss_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/atss/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/atss/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/autoassign/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/autoassign/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/autoassign/autoassign_r50_fpn_8x2_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/autoassign/autoassign_r50_fpn_8x2_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/autoassign/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/autoassign/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/carafe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/carafe/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/carafe/faster_rcnn_r50_fpn_carafe_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/carafe/faster_rcnn_r50_fpn_carafe_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/carafe/mask_rcnn_r50_fpn_carafe_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/carafe/mask_rcnn_r50_fpn_carafe_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/cascade_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/cascade_rcnn/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/cascade_rcnn/cascade_rcnn_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/cascade_rcnn/cascade_rcnn_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/cascade_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/cascade_rcnn/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/cascade_rpn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/cascade_rpn/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/cascade_rpn/crpn_r50_caffe_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/cascade_rpn/crpn_r50_caffe_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/centernet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/centernet/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/centernet/centernet_resnet18_140e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/centernet/centernet_resnet18_140e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/centernet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/centernet/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/centripetalnet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/centripetalnet/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/centripetalnet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/centripetalnet/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/cityscapes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/cityscapes/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/cornernet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/cornernet/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/cornernet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/cornernet/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/dcn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/dcn/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/dcn/faster_rcnn_r50_fpn_dpool_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/dcn/faster_rcnn_r50_fpn_dpool_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/dcn/faster_rcnn_r50_fpn_mdpool_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/dcn/faster_rcnn_r50_fpn_mdpool_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/dcn/mask_rcnn_r50_fpn_dconv_c3-c5_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/dcn/mask_rcnn_r50_fpn_dconv_c3-c5_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/dcn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/dcn/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/deepfashion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/deepfashion/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/deformable_detr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/deformable_detr/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/deformable_detr/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/deformable_detr/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/detectors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/detectors/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/detectors/cascade_rcnn_r50_rfp_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/detectors/cascade_rcnn_r50_rfp_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/detectors/cascade_rcnn_r50_sac_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/detectors/cascade_rcnn_r50_sac_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/detectors/detectors_htc_r101_20e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/detectors/detectors_htc_r101_20e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/detectors/detectors_htc_r50_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/detectors/detectors_htc_r50_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/detectors/htc_r50_rfp_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/detectors/htc_r50_rfp_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/detectors/htc_r50_sac_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/detectors/htc_r50_sac_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/detectors/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/detectors/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/detr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/detr/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/detr/detr_r50_8x2_150e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/detr/detr_r50_8x2_150e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/detr/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/detr/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/double_heads/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/double_heads/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/double_heads/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/double_heads/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/dynamic_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/dynamic_rcnn/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/dynamic_rcnn/dynamic_rcnn_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/dynamic_rcnn/dynamic_rcnn_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/dynamic_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/dynamic_rcnn/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/empirical_attention/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/empirical_attention/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/empirical_attention/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/empirical_attention/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fast_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fast_rcnn/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fast_rcnn/fast_rcnn_r101_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fast_rcnn/fast_rcnn_r101_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fast_rcnn/fast_rcnn_r101_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fast_rcnn/fast_rcnn_r101_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fast_rcnn/fast_rcnn_r50_caffe_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fast_rcnn/fast_rcnn_r50_caffe_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fast_rcnn/fast_rcnn_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fast_rcnn/fast_rcnn_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fast_rcnn/fast_rcnn_r50_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fast_rcnn/fast_rcnn_r50_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/faster_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/faster_rcnn/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/faster_rcnn/faster_rcnn_r101_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/faster_rcnn/faster_rcnn_r101_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/faster_rcnn/faster_rcnn_r101_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/faster_rcnn/faster_rcnn_r101_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/faster_rcnn/faster_rcnn_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/faster_rcnn/faster_rcnn_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/faster_rcnn/faster_rcnn_r50_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/faster_rcnn/faster_rcnn_r50_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/faster_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/faster_rcnn/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fcos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fcos/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fcos/fcos_r101_caffe_fpn_gn-head_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fcos/fcos_r101_caffe_fpn_gn-head_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fcos/fcos_r50_caffe_fpn_gn-head_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fcos/fcos_r50_caffe_fpn_gn-head_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fcos/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fcos/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/foveabox/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/foveabox/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/foveabox/fovea_r101_fpn_4x4_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/foveabox/fovea_r101_fpn_4x4_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/foveabox/fovea_r101_fpn_4x4_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/foveabox/fovea_r101_fpn_4x4_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/foveabox/fovea_r50_fpn_4x4_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/foveabox/fovea_r50_fpn_4x4_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/foveabox/fovea_r50_fpn_4x4_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/foveabox/fovea_r50_fpn_4x4_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/foveabox/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/foveabox/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fp16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fp16/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fp16/faster_rcnn_r50_fpn_fp16_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fp16/faster_rcnn_r50_fpn_fp16_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fp16/mask_rcnn_r50_fpn_fp16_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fp16/mask_rcnn_r50_fpn_fp16_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fp16/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fp16/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fp16/retinanet_r50_fpn_fp16_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fp16/retinanet_r50_fpn_fp16_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fpg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fpg/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fpg/faster_rcnn_r50_fpg_crop640_50e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fpg/faster_rcnn_r50_fpg_crop640_50e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fpg/faster_rcnn_r50_fpn_crop640_50e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fpg/faster_rcnn_r50_fpn_crop640_50e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fpg/mask_rcnn_r50_fpg_crop640_50e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fpg/mask_rcnn_r50_fpg_crop640_50e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fpg/mask_rcnn_r50_fpn_crop640_50e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fpg/mask_rcnn_r50_fpn_crop640_50e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fpg/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fpg/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fpg/retinanet_r50_fpg_crop640_50e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fpg/retinanet_r50_fpg_crop640_50e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/free_anchor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/free_anchor/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/free_anchor/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/free_anchor/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fsaf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fsaf/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fsaf/fsaf_r101_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fsaf/fsaf_r101_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fsaf/fsaf_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fsaf/fsaf_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fsaf/fsaf_x101_64x4d_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fsaf/fsaf_x101_64x4d_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/fsaf/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/fsaf/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/gcnet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/gcnet/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/gcnet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/gcnet/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/gfl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/gfl/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/gfl/gfl_r101_fpn_mstrain_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/gfl/gfl_r101_fpn_mstrain_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/gfl/gfl_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/gfl/gfl_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/gfl/gfl_r50_fpn_mstrain_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/gfl/gfl_r50_fpn_mstrain_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/gfl/gfl_x101_32x4d_fpn_mstrain_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/gfl/gfl_x101_32x4d_fpn_mstrain_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/gfl/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/gfl/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ghm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ghm/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ghm/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ghm/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ghm/retinanet_ghm_r101_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ghm/retinanet_ghm_r101_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ghm/retinanet_ghm_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ghm/retinanet_ghm_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ghm/retinanet_ghm_x101_32x4d_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ghm/retinanet_ghm_x101_32x4d_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ghm/retinanet_ghm_x101_64x4d_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ghm/retinanet_ghm_x101_64x4d_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/gn+ws/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/gn+ws/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/gn+ws/mask_rcnn_r50_fpn_gn_ws-all_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/gn+ws/mask_rcnn_r50_fpn_gn_ws-all_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/gn+ws/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/gn+ws/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/gn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/gn/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/gn/mask_rcnn_r101_fpn_gn-all_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/gn/mask_rcnn_r101_fpn_gn-all_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/gn/mask_rcnn_r101_fpn_gn-all_3x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/gn/mask_rcnn_r101_fpn_gn-all_3x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/gn/mask_rcnn_r50_fpn_gn-all_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/gn/mask_rcnn_r50_fpn_gn-all_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/gn/mask_rcnn_r50_fpn_gn-all_3x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/gn/mask_rcnn_r50_fpn_gn-all_3x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/gn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/gn/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/grid_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/grid_rcnn/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/grid_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/grid_rcnn/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/groie/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/groie/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/groie/faster_rcnn_r50_fpn_groie_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/groie/faster_rcnn_r50_fpn_groie_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/groie/mask_rcnn_r50_fpn_groie_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/groie/mask_rcnn_r50_fpn_groie_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/groie/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/groie/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/guided_anchoring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/guided_anchoring/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/guided_anchoring/ga_rpn_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/guided_anchoring/ga_rpn_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/guided_anchoring/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/guided_anchoring/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/cascade_rcnn_hrnetv2p_w18_20e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/cascade_rcnn_hrnetv2p_w18_20e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/cascade_rcnn_hrnetv2p_w32_20e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/cascade_rcnn_hrnetv2p_w32_20e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/cascade_rcnn_hrnetv2p_w40_20e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/cascade_rcnn_hrnetv2p_w40_20e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/faster_rcnn_hrnetv2p_w18_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/faster_rcnn_hrnetv2p_w18_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/faster_rcnn_hrnetv2p_w18_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/faster_rcnn_hrnetv2p_w18_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/faster_rcnn_hrnetv2p_w32_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/faster_rcnn_hrnetv2p_w32_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/faster_rcnn_hrnetv2p_w32_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/faster_rcnn_hrnetv2p_w32_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/faster_rcnn_hrnetv2p_w40_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/faster_rcnn_hrnetv2p_w40_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/faster_rcnn_hrnetv2p_w40_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/faster_rcnn_hrnetv2p_w40_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/htc_hrnetv2p_w18_20e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/htc_hrnetv2p_w18_20e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/htc_hrnetv2p_w32_20e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/htc_hrnetv2p_w32_20e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/htc_hrnetv2p_w40_20e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/htc_hrnetv2p_w40_20e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/htc_hrnetv2p_w40_28e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/htc_hrnetv2p_w40_28e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/htc_x101_64x4d_fpn_16x1_28e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/htc_x101_64x4d_fpn_16x1_28e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/mask_rcnn_hrnetv2p_w18_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/mask_rcnn_hrnetv2p_w18_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/mask_rcnn_hrnetv2p_w18_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/mask_rcnn_hrnetv2p_w18_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/mask_rcnn_hrnetv2p_w32_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/mask_rcnn_hrnetv2p_w32_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/mask_rcnn_hrnetv2p_w32_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/mask_rcnn_hrnetv2p_w32_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/mask_rcnn_hrnetv2p_w40_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/mask_rcnn_hrnetv2p_w40_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/mask_rcnn_hrnetv2p_w40_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/mask_rcnn_hrnetv2p_w40_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/hrnet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/hrnet/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/htc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/htc/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/htc/htc_r101_fpn_20e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/htc/htc_r101_fpn_20e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/htc/htc_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/htc/htc_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/htc/htc_r50_fpn_20e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/htc/htc_r50_fpn_20e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/htc/htc_x101_32x4d_fpn_16x1_20e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/htc/htc_x101_32x4d_fpn_16x1_20e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/htc/htc_x101_64x4d_fpn_16x1_20e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/htc/htc_x101_64x4d_fpn_16x1_20e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/htc/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/htc/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/instaboost/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/instaboost/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/instaboost/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/instaboost/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ld/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ld/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ld/ld_r101_gflv1_r101dcn_fpn_coco_2x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ld/ld_r101_gflv1_r101dcn_fpn_coco_2x.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ld/ld_r18_gflv1_r101_fpn_coco_1x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ld/ld_r18_gflv1_r101_fpn_coco_1x.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ld/ld_r34_gflv1_r101_fpn_coco_1x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ld/ld_r34_gflv1_r101_fpn_coco_1x.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ld/ld_r50_gflv1_r101_fpn_coco_1x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ld/ld_r50_gflv1_r101_fpn_coco_1x.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ld/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ld/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/legacy_1.x/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/legacy_1.x/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/legacy_1.x/ssd300_coco_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/legacy_1.x/ssd300_coco_v1.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/libra_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/libra_rcnn/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/libra_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/libra_rcnn/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/lvis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/lvis/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/mask_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/mask_rcnn/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/mask_rcnn/mask_rcnn_r101_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/mask_rcnn/mask_rcnn_r101_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/mask_rcnn/mask_rcnn_r101_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/mask_rcnn/mask_rcnn_r101_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/mask_rcnn/mask_rcnn_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/mask_rcnn/mask_rcnn_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/mask_rcnn/mask_rcnn_r50_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/mask_rcnn/mask_rcnn_r50_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/mask_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/mask_rcnn/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ms_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ms_rcnn/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ms_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ms_rcnn/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ms_rcnn/ms_rcnn_r101_caffe_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ms_rcnn/ms_rcnn_r101_caffe_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ms_rcnn/ms_rcnn_r101_caffe_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ms_rcnn/ms_rcnn_r101_caffe_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ms_rcnn/ms_rcnn_r50_caffe_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ms_rcnn/ms_rcnn_r50_caffe_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ms_rcnn/ms_rcnn_r50_caffe_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ms_rcnn/ms_rcnn_r50_caffe_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ms_rcnn/ms_rcnn_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ms_rcnn/ms_rcnn_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ms_rcnn/ms_rcnn_x101_32x4d_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ms_rcnn/ms_rcnn_x101_32x4d_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ms_rcnn/ms_rcnn_x101_64x4d_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ms_rcnn/ms_rcnn_x101_64x4d_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ms_rcnn/ms_rcnn_x101_64x4d_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ms_rcnn/ms_rcnn_x101_64x4d_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/nas_fcos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/nas_fcos/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/nas_fcos/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/nas_fcos/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/nas_fpn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/nas_fpn/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/nas_fpn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/nas_fpn/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/paa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/paa/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/paa/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/paa/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/paa/paa_r101_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/paa/paa_r101_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/paa/paa_r101_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/paa/paa_r101_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/paa/paa_r101_fpn_mstrain_3x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/paa/paa_r101_fpn_mstrain_3x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/paa/paa_r50_fpn_1.5x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/paa/paa_r50_fpn_1.5x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/paa/paa_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/paa/paa_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/paa/paa_r50_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/paa/paa_r50_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/paa/paa_r50_fpn_mstrain_3x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/paa/paa_r50_fpn_mstrain_3x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/pafpn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/pafpn/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/pafpn/faster_rcnn_r50_pafpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/pafpn/faster_rcnn_r50_pafpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/pafpn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/pafpn/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/pascal_voc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/pascal_voc/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/pascal_voc/ssd300_voc0712.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/pascal_voc/ssd300_voc0712.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/pascal_voc/ssd512_voc0712.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/pascal_voc/ssd512_voc0712.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/pisa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/pisa/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/pisa/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/pisa/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/pisa/pisa_faster_rcnn_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/pisa/pisa_faster_rcnn_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/pisa/pisa_mask_rcnn_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/pisa/pisa_mask_rcnn_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/pisa/pisa_retinanet_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/pisa/pisa_retinanet_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/pisa/pisa_ssd300_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/pisa/pisa_ssd300_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/pisa/pisa_ssd512_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/pisa/pisa_ssd512_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/point_rend/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/point_rend/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/point_rend/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/point_rend/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/regnet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/regnet/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/regnet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/regnet/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/reppoints/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/reppoints/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/reppoints/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/reppoints/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/reppoints/reppoints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/reppoints/reppoints.png -------------------------------------------------------------------------------- /TOV_mmdetection/configs/res2net/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/res2net/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/res2net/faster_rcnn_r2_101_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/res2net/faster_rcnn_r2_101_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/res2net/htc_r2_101_fpn_20e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/res2net/htc_r2_101_fpn_20e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/res2net/mask_rcnn_r2_101_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/res2net/mask_rcnn_r2_101_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/res2net/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/res2net/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/resnest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/resnest/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/resnest/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/resnest/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/retinanet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/retinanet/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/retinanet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/retinanet/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/retinanet/retinanet_r101_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/retinanet/retinanet_r101_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/retinanet/retinanet_r101_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/retinanet/retinanet_r101_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/retinanet/retinanet_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/retinanet/retinanet_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/retinanet/retinanet_r50_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/retinanet/retinanet_r50_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/rpn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/rpn/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/rpn/rpn_r101_caffe_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/rpn/rpn_r101_caffe_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/rpn/rpn_r101_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/rpn/rpn_r101_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/rpn/rpn_r101_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/rpn/rpn_r101_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/rpn/rpn_r50_caffe_c4_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/rpn/rpn_r50_caffe_c4_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/rpn/rpn_r50_caffe_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/rpn/rpn_r50_caffe_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/rpn/rpn_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/rpn/rpn_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/rpn/rpn_r50_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/rpn/rpn_r50_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/rpn/rpn_x101_32x4d_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/rpn/rpn_x101_32x4d_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/rpn/rpn_x101_32x4d_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/rpn/rpn_x101_32x4d_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/rpn/rpn_x101_64x4d_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/rpn/rpn_x101_64x4d_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/rpn/rpn_x101_64x4d_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/rpn/rpn_x101_64x4d_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/sabl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/sabl/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/sabl/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/sabl/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/sabl/sabl_cascade_rcnn_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/sabl/sabl_cascade_rcnn_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/sabl/sabl_faster_rcnn_r101_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/sabl/sabl_faster_rcnn_r101_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/sabl/sabl_faster_rcnn_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/sabl/sabl_faster_rcnn_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/sabl/sabl_retinanet_r101_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/sabl/sabl_retinanet_r101_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/sabl/sabl_retinanet_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/sabl/sabl_retinanet_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/sabl/sabl_retinanet_r50_fpn_gn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/sabl/sabl_retinanet_r50_fpn_gn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/scnet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/scnet/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/scnet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/scnet/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/scnet/scnet_r101_fpn_20e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/scnet/scnet_r101_fpn_20e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/scnet/scnet_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/scnet/scnet_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/scnet/scnet_r50_fpn_20e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/scnet/scnet_r50_fpn_20e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/scnet/scnet_x101_64x4d_fpn_20e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/scnet/scnet_x101_64x4d_fpn_20e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/scratch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/scratch/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/scratch/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/scratch/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/seesaw_loss/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/seesaw_loss/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/sparse_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/sparse_rcnn/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/sparse_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/sparse_rcnn/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ssd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ssd/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ssd/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ssd/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ssd/ssd300_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ssd/ssd300_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/ssd/ssd512_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/ssd/ssd512_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/tridentnet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/tridentnet/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/tridentnet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/tridentnet/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/vfnet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/vfnet/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/vfnet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/vfnet/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/vfnet/vfnet_r101_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/vfnet/vfnet_r101_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/vfnet/vfnet_r101_fpn_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/vfnet/vfnet_r101_fpn_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/vfnet/vfnet_r101_fpn_mstrain_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/vfnet/vfnet_r101_fpn_mstrain_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/vfnet/vfnet_r2_101_fpn_mstrain_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/vfnet/vfnet_r2_101_fpn_mstrain_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/vfnet/vfnet_r50_fpn_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/vfnet/vfnet_r50_fpn_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/vfnet/vfnet_r50_fpn_mstrain_2x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/vfnet/vfnet_r50_fpn_mstrain_2x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/wider_face/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/wider_face/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/wider_face/ssd300_wider_face.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/wider_face/ssd300_wider_face.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/yolact/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/yolact/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/yolact/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/yolact/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/yolact/yolact_r101_1x8_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/yolact/yolact_r101_1x8_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/yolact/yolact_r50_1x8_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/yolact/yolact_r50_1x8_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/yolact/yolact_r50_8x8_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/yolact/yolact_r50_8x8_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/yolo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/yolo/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/yolo/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/yolo/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/yolo/yolov3_d53_320_273e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/yolo/yolov3_d53_320_273e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/yolo/yolov3_d53_mstrain-416_273e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/yolo/yolov3_d53_mstrain-416_273e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/yolo/yolov3_d53_mstrain-608_273e_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/yolo/yolov3_d53_mstrain-608_273e_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/yolof/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/yolof/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs/yolof/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/yolof/metafile.yml -------------------------------------------------------------------------------- /TOV_mmdetection/configs/yolof/yolof_r50_c5_8x8_1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/yolof/yolof_r50_c5_8x8_1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs/yolof/yolof_r50_c5_8x8_iter-1x_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs/yolof/yolof_r50_c5_8x8_iter-1x_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs2/COCO/p2p/p2p_r50_fpns4_1x_fl_sl1_coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs2/COCO/p2p/p2p_r50_fpns4_1x_fl_sl1_coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/configs2/TinyPerson/TinyPerson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs2/TinyPerson/TinyPerson.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs2/TinyPerson/base/Baseline_TinyPerson.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs2/TinyPerson/base/Baseline_TinyPerson.sh -------------------------------------------------------------------------------- /TOV_mmdetection/configs2/TinyPerson/scale_match/ScaleMatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs2/TinyPerson/scale_match/ScaleMatch.md -------------------------------------------------------------------------------- /TOV_mmdetection/configs2/TinyPersonV2/TinyPersonV2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/configs2/TinyPersonV2/TinyPersonV2.md -------------------------------------------------------------------------------- /TOV_mmdetection/demo/MMDet_Tutorial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/demo/MMDet_Tutorial.ipynb -------------------------------------------------------------------------------- /TOV_mmdetection/demo/create_result_gif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/demo/create_result_gif.py -------------------------------------------------------------------------------- /TOV_mmdetection/demo/demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/demo/demo.jpg -------------------------------------------------------------------------------- /TOV_mmdetection/demo/demo.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/demo/demo.mp4 -------------------------------------------------------------------------------- /TOV_mmdetection/demo/image_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/demo/image_demo.py -------------------------------------------------------------------------------- /TOV_mmdetection/demo/inference_demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/demo/inference_demo.ipynb -------------------------------------------------------------------------------- /TOV_mmdetection/demo/p2p_image_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/demo/p2p_image_demo.py -------------------------------------------------------------------------------- /TOV_mmdetection/demo/video_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/demo/video_demo.py -------------------------------------------------------------------------------- /TOV_mmdetection/demo/webcam_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/demo/webcam_demo.py -------------------------------------------------------------------------------- /TOV_mmdetection/docker/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docker/Dockerfile -------------------------------------------------------------------------------- /TOV_mmdetection/docker/serve/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docker/serve/Dockerfile -------------------------------------------------------------------------------- /TOV_mmdetection/docker/serve/config.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docker/serve/config.properties -------------------------------------------------------------------------------- /TOV_mmdetection/docker/serve/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docker/serve/entrypoint.sh -------------------------------------------------------------------------------- /TOV_mmdetection/docs/1_exist_data_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/1_exist_data_model.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/2_new_data_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/2_new_data_model.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/3_exist_data_new_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/3_exist_data_new_model.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/Makefile -------------------------------------------------------------------------------- /TOV_mmdetection/docs/api.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/api.rst -------------------------------------------------------------------------------- /TOV_mmdetection/docs/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/changelog.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/compatibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/compatibility.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/conf.py -------------------------------------------------------------------------------- /TOV_mmdetection/docs/conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/conventions.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/cpr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/cpr/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/faq.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/get_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/get_started.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/index.rst -------------------------------------------------------------------------------- /TOV_mmdetection/docs/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/make.bat -------------------------------------------------------------------------------- /TOV_mmdetection/docs/model_zoo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/model_zoo.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/projects.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/robustness_benchmarking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/robustness_benchmarking.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/stat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/stat.py -------------------------------------------------------------------------------- /TOV_mmdetection/docs/tov/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/tov/README.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/tov/code_modify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/tov/code_modify.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/tov/evaluation_of_tiny_object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/tov/evaluation_of_tiny_object.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/tutorials/config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/tutorials/config.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/tutorials/customize_dataset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/tutorials/customize_dataset.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/tutorials/customize_losses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/tutorials/customize_losses.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/tutorials/customize_models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/tutorials/customize_models.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/tutorials/customize_runtime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/tutorials/customize_runtime.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/tutorials/data_pipeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/tutorials/data_pipeline.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/tutorials/finetune.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/tutorials/finetune.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/tutorials/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/tutorials/index.rst -------------------------------------------------------------------------------- /TOV_mmdetection/docs/tutorials/onnx2tensorrt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/tutorials/onnx2tensorrt.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/tutorials/pytorch2onnx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/tutorials/pytorch2onnx.md -------------------------------------------------------------------------------- /TOV_mmdetection/docs/useful_tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/docs/useful_tools.md -------------------------------------------------------------------------------- /TOV_mmdetection/exp/tools/clear_tmp_pth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/exp/tools/clear_tmp_pth.py -------------------------------------------------------------------------------- /TOV_mmdetection/exp/tools/clear_trash.sh: -------------------------------------------------------------------------------- 1 | rm ~/.local/share/Trash/files/* -rf 2 | -------------------------------------------------------------------------------- /TOV_mmdetection/exp/tools/result2ann.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/exp/tools/result2ann.py -------------------------------------------------------------------------------- /TOV_mmdetection/exp/tools/speed_script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/exp/tools/speed_script.sh -------------------------------------------------------------------------------- /TOV_mmdetection/exp/tools/sync_log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/exp/tools/sync_log.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/apis/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/apis/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/apis/inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/apis/inference.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/apis/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/apis/test.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/apis/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/apis/train.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/anchor/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/anchor/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/anchor/anchor_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/anchor/anchor_generator.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/anchor/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/anchor/builder.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/anchor/point_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/anchor/point_generator.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/anchor/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/anchor/utils.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/assigners/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/assigners/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/assigners/assign_result.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/assigners/assign_result.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/assigners/atss_assigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/assigners/atss_assigner.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/assigners/base_assigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/assigners/base_assigner.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/assigners/grid_assigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/assigners/grid_assigner.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/assigners/hungarian_assigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/assigners/hungarian_assigner.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/assigners/max_iou_assigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/assigners/max_iou_assigner.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/assigners/point_assigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/assigners/point_assigner.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/assigners/region_assigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/assigners/region_assigner.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/assigners/uniform_assigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/assigners/uniform_assigner.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/builder.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/coder/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/coder/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/coder/base_bbox_coder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/coder/base_bbox_coder.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/coder/bouding_box.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/coder/bouding_box.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/coder/bucketing_bbox_coder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/coder/bucketing_bbox_coder.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/coder/delta_xywh_bbox_coder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/coder/delta_xywh_bbox_coder.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/coder/pseudo_bbox_coder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/coder/pseudo_bbox_coder.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/coder/tblr_bbox_coder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/coder/tblr_bbox_coder.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/coder/yolo_bbox_coder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/coder/yolo_bbox_coder.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/demodata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/demodata.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/iou_calculators/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/iou_calculators/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/iou_calculators/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/iou_calculators/builder.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/match_costs/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/match_costs/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/match_costs/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/match_costs/builder.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/match_costs/match_cost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/match_costs/match_cost.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/samplers/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/samplers/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/samplers/base_sampler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/samplers/base_sampler.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/samplers/combined_sampler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/samplers/combined_sampler.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/samplers/ohem_sampler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/samplers/ohem_sampler.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/samplers/pseudo_sampler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/samplers/pseudo_sampler.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/samplers/random_sampler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/samplers/random_sampler.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/samplers/sampling_result.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/samplers/sampling_result.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/samplers/score_hlr_sampler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/samplers/score_hlr_sampler.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/bbox/transforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/bbox/transforms.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/evaluation/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/evaluation/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/evaluation/bbox_overlaps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/evaluation/bbox_overlaps.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/evaluation/class_names.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/evaluation/class_names.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/evaluation/eval_hooks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/evaluation/eval_hooks.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/evaluation/mean_ap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/evaluation/mean_ap.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/evaluation/recall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/evaluation/recall.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/export/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/export/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/export/model_wrappers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/export/model_wrappers.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/export/onnx_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/export/onnx_helper.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/export/pytorch2onnx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/export/pytorch2onnx.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/mask/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/mask/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/mask/mask_target.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/mask/mask_target.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/mask/structures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/mask/structures.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/mask/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/mask/utils.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/post_processing/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/post_processing/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/post_processing/bbox_nms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/post_processing/bbox_nms.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/post_processing/merge_augs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/post_processing/merge_augs.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/utils/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/utils/dist_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/utils/dist_utils.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/utils/misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/utils/misc.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/visualization/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/visualization/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/core/visualization/image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/core/visualization/image.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/api_wrappers/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/api_wrappers/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/api_wrappers/coco_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/api_wrappers/coco_api.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/builder.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/cityscapes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/cityscapes.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/coco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/coco.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/cocofmt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/cocofmt.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/custom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/custom.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/dataset_wrappers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/dataset_wrappers.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/deepfashion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/deepfashion.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/lvis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/lvis.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/pipelines/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/pipelines/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/pipelines/auto_augment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/pipelines/auto_augment.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/pipelines/compose.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/pipelines/compose.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/pipelines/formating.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/pipelines/formating.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/pipelines/instaboost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/pipelines/instaboost.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/pipelines/loading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/pipelines/loading.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/pipelines/rtest_time_aug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/pipelines/rtest_time_aug.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/pipelines/scale_match.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/pipelines/scale_match.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/pipelines/test_time_aug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/pipelines/test_time_aug.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/pipelines/transforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/pipelines/transforms.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/samplers/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/samplers/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/samplers/distributed_sampler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/samplers/distributed_sampler.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/samplers/group_sampler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/samplers/group_sampler.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/utils.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/voc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/voc.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/wider_face.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/wider_face.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/datasets/xml_style.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/datasets/xml_style.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/backbones/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/backbones/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/backbones/darknet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/backbones/darknet.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/backbones/detectors_resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/backbones/detectors_resnet.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/backbones/detectors_resnext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/backbones/detectors_resnext.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/backbones/hourglass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/backbones/hourglass.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/backbones/hrnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/backbones/hrnet.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/backbones/mobilenet_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/backbones/mobilenet_v2.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/backbones/regnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/backbones/regnet.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/backbones/res2net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/backbones/res2net.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/backbones/resnest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/backbones/resnest.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/backbones/resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/backbones/resnet.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/backbones/resnext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/backbones/resnext.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/backbones/ssd_vgg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/backbones/ssd_vgg.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/backbones/trident_resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/backbones/trident_resnet.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/builder.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/anchor_free_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/anchor_free_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/anchor_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/anchor_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/atss_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/atss_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/autoassign_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/autoassign_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/base_dense_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/base_dense_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/cascade_rpn_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/cascade_rpn_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/centernet_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/centernet_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/centripetal_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/centripetal_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/corner_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/corner_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/deformable_detr_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/deformable_detr_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/dense_test_mixins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/dense_test_mixins.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/detr_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/detr_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/embedding_rpn_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/embedding_rpn_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/fcos_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/fcos_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/fovea_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/fovea_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/fsaf_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/fsaf_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/ga_retina_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/ga_retina_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/ga_rpn_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/ga_rpn_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/gfl_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/gfl_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/guided_anchor_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/guided_anchor_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/ld_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/ld_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/nasfcos_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/nasfcos_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/paa_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/paa_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/pisa_retinanet_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/pisa_retinanet_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/pisa_ssd_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/pisa_ssd_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/reppoints_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/reppoints_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/retina_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/retina_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/retina_sepbn_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/retina_sepbn_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/rpn_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/rpn_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/sabl_retina_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/sabl_retina_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/ssd_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/ssd_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/vfnet_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/vfnet_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/yolact_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/yolact_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/yolo_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/yolo_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/dense_heads/yolof_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/dense_heads/yolof_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/atss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/atss.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/autoassign.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/autoassign.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/base.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/cascade_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/cascade_rcnn.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/centernet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/centernet.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/cornernet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/cornernet.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/deformable_detr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/deformable_detr.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/detr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/detr.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/fast_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/fast_rcnn.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/faster_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/faster_rcnn.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/fcos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/fcos.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/fovea.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/fovea.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/fsaf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/fsaf.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/gfl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/gfl.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/grid_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/grid_rcnn.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/htc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/htc.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/kd_one_stage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/kd_one_stage.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/mask_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/mask_rcnn.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/mask_scoring_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/mask_scoring_rcnn.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/nasfcos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/nasfcos.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/paa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/paa.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/point_rend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/point_rend.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/reppoints_detector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/reppoints_detector.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/retinanet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/retinanet.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/rpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/rpn.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/scnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/scnet.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/single_stage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/single_stage.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/sparse_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/sparse_rcnn.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/trident_faster_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/trident_faster_rcnn.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/two_stage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/two_stage.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/vfnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/vfnet.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/yolact.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/yolact.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/yolo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/yolo.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/detectors/yolof.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/detectors/yolof.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/losses/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/losses/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/losses/accuracy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/losses/accuracy.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/losses/ae_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/losses/ae_loss.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/losses/balanced_l1_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/losses/balanced_l1_loss.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/losses/cross_entropy_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/losses/cross_entropy_loss.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/losses/focal_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/losses/focal_loss.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/losses/gaussian_focal_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/losses/gaussian_focal_loss.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/losses/gfocal_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/losses/gfocal_loss.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/losses/ghm_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/losses/ghm_loss.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/losses/iou_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/losses/iou_loss.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/losses/kd_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/losses/kd_loss.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/losses/mse_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/losses/mse_loss.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/losses/pisa_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/losses/pisa_loss.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/losses/seesaw_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/losses/seesaw_loss.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/losses/smooth_l1_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/losses/smooth_l1_loss.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/losses/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/losses/utils.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/losses/varifocal_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/losses/varifocal_loss.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/necks/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/necks/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/necks/bfp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/necks/bfp.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/necks/channel_mapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/necks/channel_mapper.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/necks/ct_resnet_neck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/necks/ct_resnet_neck.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/necks/dilated_encoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/necks/dilated_encoder.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/necks/fpg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/necks/fpg.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/necks/fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/necks/fpn.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/necks/fpn_carafe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/necks/fpn_carafe.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/necks/hrfpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/necks/hrfpn.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/necks/nas_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/necks/nas_fpn.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/necks/nasfcos_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/necks/nasfcos_fpn.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/necks/pafpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/necks/pafpn.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/necks/rfp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/necks/rfp.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/necks/yolo_neck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/necks/yolo_neck.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/point/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/point/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/point/dense_heads/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/point/dense_heads/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/point/dense_heads/cpr_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/point/dense_heads/cpr_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/point/dense_heads/p2p_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/point/dense_heads/p2p_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/point/detectors/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/point/detectors/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/point/detectors/locator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/point/detectors/locator.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/base_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/base_roi_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/bbox_heads/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/bbox_heads/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/bbox_heads/bbox_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/bbox_heads/bbox_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/bbox_heads/dii_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/bbox_heads/dii_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/bbox_heads/sabl_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/bbox_heads/sabl_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/cascade_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/cascade_roi_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/double_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/double_roi_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/dynamic_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/dynamic_roi_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/grid_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/grid_roi_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/htc_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/htc_roi_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/mask_heads/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/mask_heads/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/mask_heads/grid_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/mask_heads/grid_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/mask_heads/maskiou_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/mask_heads/maskiou_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/mask_scoring_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/mask_scoring_roi_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/pisa_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/pisa_roi_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/point_rend_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/point_rend_roi_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/roi_extractors/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/roi_extractors/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/scnet_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/scnet_roi_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/shared_heads/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/shared_heads/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/shared_heads/res_layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/shared_heads/res_layer.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/sparse_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/sparse_roi_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/standard_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/standard_roi_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/test_mixins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/test_mixins.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/roi_heads/trident_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/roi_heads/trident_roi_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/utils/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/utils/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/utils/builder.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/utils/gaussian_target.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/utils/gaussian_target.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/utils/inverted_residual.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/utils/inverted_residual.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/utils/make_divisible.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/utils/make_divisible.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/utils/normed_predictor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/utils/normed_predictor.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/utils/positional_encoding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/utils/positional_encoding.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/utils/res_layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/utils/res_layer.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/utils/se_layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/utils/se_layer.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/models/utils/transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/models/utils/transformer.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/utils/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/utils/collect_env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/utils/collect_env.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/utils/contextmanagers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/utils/contextmanagers.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/utils/logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/utils/logger.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/utils/profiling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/utils/profiling.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/utils/util_mixins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/utils/util_mixins.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/utils/util_random.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/utils/util_random.py -------------------------------------------------------------------------------- /TOV_mmdetection/mmdet/version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/mmdet/version.py -------------------------------------------------------------------------------- /TOV_mmdetection/model_zoo.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/model_zoo.yml -------------------------------------------------------------------------------- /TOV_mmdetection/pytest.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/pytest.ini -------------------------------------------------------------------------------- /TOV_mmdetection/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/requirements.txt -------------------------------------------------------------------------------- /TOV_mmdetection/requirements/build.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/requirements/build.txt -------------------------------------------------------------------------------- /TOV_mmdetection/requirements/docs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/requirements/docs.txt -------------------------------------------------------------------------------- /TOV_mmdetection/requirements/mminstall.txt: -------------------------------------------------------------------------------- 1 | mmcv-full>=1.3.3 2 | -------------------------------------------------------------------------------- /TOV_mmdetection/requirements/optional.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/requirements/optional.txt -------------------------------------------------------------------------------- /TOV_mmdetection/requirements/readthedocs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/requirements/readthedocs.txt -------------------------------------------------------------------------------- /TOV_mmdetection/requirements/runtime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/requirements/runtime.txt -------------------------------------------------------------------------------- /TOV_mmdetection/requirements/tests.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/requirements/tests.txt -------------------------------------------------------------------------------- /TOV_mmdetection/resources/coco_test_12510.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/resources/coco_test_12510.jpg -------------------------------------------------------------------------------- /TOV_mmdetection/resources/corruptions_sev_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/resources/corruptions_sev_3.png -------------------------------------------------------------------------------- /TOV_mmdetection/resources/data_pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/resources/data_pipeline.png -------------------------------------------------------------------------------- /TOV_mmdetection/resources/loss_curve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/resources/loss_curve.png -------------------------------------------------------------------------------- /TOV_mmdetection/resources/mmdet-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/resources/mmdet-logo.png -------------------------------------------------------------------------------- /TOV_mmdetection/resources/qq_group_qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/resources/qq_group_qrcode.jpg -------------------------------------------------------------------------------- /TOV_mmdetection/resources/zhihu_qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/resources/zhihu_qrcode.jpg -------------------------------------------------------------------------------- /TOV_mmdetection/setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/setup.cfg -------------------------------------------------------------------------------- /TOV_mmdetection/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/setup.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_data/test_datasets/test_common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_data/test_datasets/test_common.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_data/test_datasets/test_xml_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_data/test_datasets/test_xml_dataset.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_data/test_pipelines/test_formatting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_data/test_pipelines/test_formatting.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_data/test_pipelines/test_loading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_data/test_pipelines/test_loading.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_data/test_pipelines/test_sampler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_data/test_pipelines/test_sampler.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_data/test_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_data/test_utils.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_metrics/test_box_overlap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_metrics/test_box_overlap.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_metrics/test_losses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_metrics/test_losses.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_models/test_backbones/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_models/test_backbones/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_models/test_backbones/test_regnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_models/test_backbones/test_regnet.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_models/test_backbones/test_renext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_models/test_backbones/test_renext.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_models/test_backbones/test_res2net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_models/test_backbones/test_res2net.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_models/test_backbones/test_resnest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_models/test_backbones/test_resnest.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_models/test_backbones/test_resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_models/test_backbones/test_resnet.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_models/test_backbones/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_models/test_backbones/utils.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_models/test_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_models/test_forward.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_models/test_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_models/test_loss.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_models/test_necks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_models/test_necks.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_models/test_roi_heads/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_models/test_roi_heads/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_models/test_roi_heads/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_models/test_roi_heads/utils.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_models/test_utils/test_se_layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_models/test_utils/test_se_layer.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_models/test_utils/test_transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_models/test_utils/test_transformer.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_onnx/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_onnx/__init__.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_onnx/test_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_onnx/test_head.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_onnx/test_neck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_onnx/test_neck.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_onnx/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_onnx/utils.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_runtime/async_benchmark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_runtime/async_benchmark.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_runtime/test_async.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_runtime/test_async.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_runtime/test_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_runtime/test_config.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_runtime/test_eval_hook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_runtime/test_eval_hook.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_runtime/test_fp16.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_runtime/test_fp16.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_utils/test_anchor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_utils/test_anchor.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_utils/test_assigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_utils/test_assigner.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_utils/test_coder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_utils/test_coder.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_utils/test_masks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_utils/test_masks.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_utils/test_misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_utils/test_misc.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_utils/test_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_utils/test_version.py -------------------------------------------------------------------------------- /TOV_mmdetection/tests/test_utils/test_visualization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tests/test_utils/test_visualization.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/analysis_tools/analyze_logs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/analysis_tools/analyze_logs.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/analysis_tools/analyze_results.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/analysis_tools/analyze_results.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/analysis_tools/benchmark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/analysis_tools/benchmark.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/analysis_tools/coco_error_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/analysis_tools/coco_error_analysis.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/analysis_tools/eval_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/analysis_tools/eval_metric.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/analysis_tools/get_flops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/analysis_tools/get_flops.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/analysis_tools/robustness_eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/analysis_tools/robustness_eval.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/analysis_tools/test_robustness.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/analysis_tools/test_robustness.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/dataset_converters/cityscapes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/dataset_converters/cityscapes.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/dataset_converters/pascal_voc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/dataset_converters/pascal_voc.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/deployment/mmdet2torchserve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/deployment/mmdet2torchserve.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/deployment/mmdet_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/deployment/mmdet_handler.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/deployment/onnx2tensorrt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/deployment/onnx2tensorrt.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/deployment/pytorch2onnx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/deployment/pytorch2onnx.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/deployment/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/deployment/test.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/dist_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/dist_test.sh -------------------------------------------------------------------------------- /TOV_mmdetection/tools/dist_train.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/dist_train.sh -------------------------------------------------------------------------------- /TOV_mmdetection/tools/misc/browse_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/misc/browse_dataset.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/misc/print_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/misc/print_config.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/model_converters/detectron2pytorch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/model_converters/detectron2pytorch.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/model_converters/publish_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/model_converters/publish_model.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/model_converters/regnet2mmdet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/model_converters/regnet2mmdet.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/model_converters/upgrade_model_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/model_converters/upgrade_model_version.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/slurm_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/slurm_test.sh -------------------------------------------------------------------------------- /TOV_mmdetection/tools/slurm_train.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/slurm_train.sh -------------------------------------------------------------------------------- /TOV_mmdetection/tools/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/test.py -------------------------------------------------------------------------------- /TOV_mmdetection/tools/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/TOV_mmdetection/tools/train.py -------------------------------------------------------------------------------- /dataset/LegallyItem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/dataset/LegallyItem -------------------------------------------------------------------------------- /dataset/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/dataset/README.md -------------------------------------------------------------------------------- /dataset/TinyPerson_annotation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/dataset/TinyPerson_annotation.md -------------------------------------------------------------------------------- /figure/CPR/CPR_visualize.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/figure/CPR/CPR_visualize.jpg -------------------------------------------------------------------------------- /figure/CPR/challenge_x21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/figure/CPR/challenge_x21.jpg -------------------------------------------------------------------------------- /figure/CPR/cpr_gif/vis_2_000000031176.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/figure/CPR/cpr_gif/vis_2_000000031176.gif -------------------------------------------------------------------------------- /figure/CPR/cpr_gif/vis_2_000000031599.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/figure/CPR/cpr_gif/vis_2_000000031599.gif -------------------------------------------------------------------------------- /figure/CPR/cpr_gif/vis_2_000000074711.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/figure/CPR/cpr_gif/vis_2_000000074711.gif -------------------------------------------------------------------------------- /figure/CPR/cpr_gif/vis_2_000000163020.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/figure/CPR/cpr_gif/vis_2_000000163020.gif -------------------------------------------------------------------------------- /figure/CPR/cpr_gif/vis_2_000000279806.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/figure/CPR/cpr_gif/vis_2_000000279806.gif -------------------------------------------------------------------------------- /figure/CPR/cpr_x10_low2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/figure/CPR/cpr_x10_low2.jpg -------------------------------------------------------------------------------- /figure/CPR/framework_x20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/figure/CPR/framework_x20.jpg -------------------------------------------------------------------------------- /figure/CPR/variance_x20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/figure/CPR/variance_x20.jpg -------------------------------------------------------------------------------- /figure/CPR/vis_tiny2_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/figure/CPR/vis_tiny2_01.jpg -------------------------------------------------------------------------------- /figure/annotation_rule.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/figure/annotation_rule.jpg -------------------------------------------------------------------------------- /figure/dataset_anno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/figure/dataset_anno.png -------------------------------------------------------------------------------- /params/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucas-vg/PointTinyBenchmark/HEAD/params/Readme.md --------------------------------------------------------------------------------