├── OBB_Detection_Module ├── .idea │ ├── .gitignore │ ├── Oriented_Object_Detection.iml │ ├── inspectionProfiles │ │ ├── Project_Default.xml │ │ └── profiles_settings.xml │ ├── misc.xml │ └── modules.xml ├── CITATION.cff ├── LICENSE ├── MANIFEST.in ├── cam_demo.png ├── cam_fuse.py ├── configs │ ├── _base_ │ │ ├── datasets │ │ │ ├── dotav1.py │ │ │ ├── hrsc.py │ │ │ ├── hrsid.py │ │ │ └── ssdd.py │ │ ├── default_runtime.py │ │ └── schedules │ │ │ ├── schedule_1x.py │ │ │ ├── schedule_3x.py │ │ │ ├── schedule_40e.py │ │ │ └── schedule_6x.py │ ├── cfa │ │ ├── README.md │ │ ├── cfa_r50_fpn_1x_dota_le135.py │ │ ├── cfa_r50_fpn_1x_dota_oc.py │ │ ├── cfa_r50_fpn_40e_dota_oc.py │ │ └── metafile.yml │ ├── convnext │ │ ├── README.md │ │ ├── metafile.yml │ │ └── rotated_retinanet_obb_kld_stable_convnext_adamw_fpn_1x_dota_le90.py │ ├── csl │ │ ├── README.md │ │ ├── metafile.yml │ │ └── rotated_retinanet_obb_csl_gaussian_r50_fpn_fp16_1x_dota_le90.py │ ├── g_reppoints │ │ ├── README.md │ │ ├── g_reppoints_r50_fpn_1x_dota_le135.py │ │ └── metafile.yml │ ├── gliding_vertex │ │ ├── README.md │ │ ├── gliding_vertex_r50_fpn_1x_dota_le90.py │ │ ├── gliding_vertex_r50_fpn_1x_dota_le90_original.py │ │ └── metafile.yml │ ├── gwd │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── rotated_retinanet_hbb_gwd_r50_fpn_1x_dota_oc.py │ │ ├── rotated_retinanet_obb_gwd_r50_fpn_1x_dota_le135.py │ │ └── rotated_retinanet_obb_gwd_r50_fpn_1x_dota_le90.py │ ├── kfiou │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── r3det_kfiou_ln_r50_fpn_1x_dota_oc.py │ │ ├── r3det_kfiou_ln_swin_tiny_adamw_fpn_1x_dota_ms_rr_oc.py │ │ ├── r3det_kfiou_ln_swin_tiny_adamw_fpn_2x_dota_ms_rr_oc.py │ │ ├── r3det_refine_kfiou_ln_r50_fpn_1x_dota_oc.py │ │ ├── r3det_tiny_kfiou_ln_r50_fpn_1x_dota_oc.py │ │ ├── roi_trans_kfiou_ln_r50_fpn_1x_dota_le90.py │ │ ├── roi_trans_kfiou_ln_r50_fpn_1x_dota_ms_rr_le90.py │ │ ├── roi_trans_kfiou_ln_swin_tiny_fpn_1x_dota_le90.py │ │ ├── roi_trans_kfiou_ln_swin_tiny_fpn_1x_dota_ms_rr_le90.py │ │ ├── rotated_retinanet_hbb_kfiou_r50_fpn_1x_dota_le135.py │ │ ├── rotated_retinanet_hbb_kfiou_r50_fpn_1x_dota_le90.py │ │ ├── rotated_retinanet_hbb_kfiou_r50_fpn_1x_dota_oc.py │ │ ├── rotated_retinanet_obb_kfiou_r50_fpn_1x_dota_le135.py │ │ ├── rotated_retinanet_obb_kfiou_r50_fpn_1x_dota_le90.py │ │ └── s2anet_kfiou_ln_r50_fpn_1x_dota_le135.py │ ├── kld │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── r3det_kld_r50_fpn_1x_dota_oc.py │ │ ├── r3det_kld_stable_r50_fpn_1x_dota_oc.py │ │ ├── r3det_tiny_kld_r50_fpn_1x_dota_oc.py │ │ ├── rotated_retinanet_hbb_kld_r50_fpn_1x_dota_oc.py │ │ ├── rotated_retinanet_hbb_kld_stable_r50_fpn_1x_dota_oc.py │ │ ├── rotated_retinanet_hbb_kld_stable_r50_fpn_6x_hrsc_rr_oc.py │ │ ├── rotated_retinanet_obb_kld_r50_fpn_1x_dota_le135.py │ │ ├── rotated_retinanet_obb_kld_r50_fpn_1x_dota_le90.py │ │ ├── rotated_retinanet_obb_kld_stable_r50_adamw_fpn_1x_dota_le90.py │ │ ├── rotated_retinanet_obb_kld_stable_r50_fpn_1x_dota_le90.py │ │ └── rotated_retinanet_obb_kld_stable_r50_fpn_6x_hrsc_rr_le90.py │ ├── oriented_rcnn │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── oriented_rcnn_r50_fpn_1x_dota_le90_official.py │ │ ├── oriented_rcnn_r50_fpn_1x_dota_le90_original.py │ │ ├── oriented_rcnn_r50_fpn_6x_hrsid_le90.py │ │ ├── oriented_rcnn_r50_fpn_6x_ssdd_le90.py │ │ ├── oriented_rcnn_r50_fpn_fp16_1x_dota_le90.py │ │ └── oriented_rcnn_swin_tiny_fpn_1x_dota_le90.py │ ├── oriented_reppoints │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── oriented_reppoints_r50_fpn_1x_dota_le135.py │ │ └── oriented_reppoints_r50_fpn_40e_dota_ms_le135.py │ ├── r3det │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── r3det_r50_fpn_1x_dota_oc.py │ │ ├── r3det_refine_r50_fpn_1x_dota_oc.py │ │ └── r3det_tiny_r50_fpn_1x_dota_oc.py │ ├── redet │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── redet_re50_refpn_1x_dota_le90.py │ │ ├── redet_re50_refpn_1x_dota_ms_rr_le90.py │ │ ├── redet_re50_refpn_3x_hrsc_le90.py │ │ └── redet_re50_refpn_fp16_1x_dota_le90.py │ ├── roi_trans │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── roi_trans_r50_fpn_1x_dota_le135.py │ │ ├── roi_trans_r50_fpn_1x_dota_le90.py │ │ ├── roi_trans_r50_fpn_1x_dota_le90_original.py │ │ ├── roi_trans_r50_fpn_1x_dota_ms_le90.py │ │ ├── roi_trans_r50_fpn_1x_dota_ms_rr_le90.py │ │ ├── roi_trans_r50_fpn_1x_dota_oc.py │ │ ├── roi_trans_r50_fpn_fp16_1x_dota_le90.py │ │ └── roi_trans_swin_tiny_fpn_1x_dota_le90.py │ ├── rotated_atss │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── r3det_atss_r50_fpn_1x_dota_oc.py │ │ ├── rotated_atss_hbb_r50_fpn_1x_dota_oc.py │ │ ├── rotated_atss_obb_r50_fpn_1x_dota_le135.py │ │ └── rotated_atss_obb_r50_fpn_1x_dota_le90.py │ ├── rotated_faster_rcnn │ │ ├── README.md │ │ ├── metafile.yml │ │ └── rotated_faster_rcnn_r50_fpn_1x_dota_le90.py │ ├── rotated_fcos │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── rotated_fcos_csl_gaussian_r50_fpn_1x_dota_le90.py │ │ ├── rotated_fcos_kld_r50_fpn_1x_dota_le90.py │ │ ├── rotated_fcos_r50_fpn_1x_dota_le90.py │ │ └── rotated_fcos_sep_angle_r50_fpn_1x_dota_le90.py │ ├── rotated_reppoints │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── rotated_reppoints_r50_fpn_1x_dota_le135.py │ │ └── rotated_reppoints_r50_fpn_1x_dota_oc.py │ ├── rotated_retinanet │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── rotated_retinanet_hbb_r50_fpn_1x_dota_le135.py │ │ ├── rotated_retinanet_hbb_r50_fpn_1x_dota_le90.py │ │ ├── rotated_retinanet_hbb_r50_fpn_1x_dota_oc.py │ │ ├── rotated_retinanet_hbb_r50_fpn_6x_hrsc_rr_oc.py │ │ ├── rotated_retinanet_obb_r50_fpn_1x_dota_le135.py │ │ ├── rotated_retinanet_obb_r50_fpn_1x_dota_le90.py │ │ ├── rotated_retinanet_obb_r50_fpn_1x_dota_ms_rr_le90.py │ │ ├── rotated_retinanet_obb_r50_fpn_1x_dota_oc.py │ │ ├── rotated_retinanet_obb_r50_fpn_6x_hrsc_rr_le90.py │ │ └── rotated_retinanet_obb_r50_fpn_fp16_1x_dota_le90.py │ ├── s2anet │ │ ├── README.md │ │ ├── metafile.yml │ │ ├── s2anet_r50_fpn_1x_dota_le135.py │ │ ├── s2anet_r50_fpn_1x_dota_le135_original.py │ │ ├── s2anet_r50_fpn_3x_hrsc_le135.py │ │ └── s2anet_r50_fpn_fp16_1x_dota_le135.py │ └── sasm_reppoints │ │ ├── README.md │ │ ├── metafile.yml │ │ └── sasm_reppoints_r50_fpn_1x_dota_oc.py ├── demo │ ├── MMRotate_Tutorial.ipynb │ ├── huge_image_demo.py │ └── image_demo.py ├── display │ ├── hole1_cam.png │ ├── hole1_original.png │ ├── hole1_prediction.png │ ├── hole2_cam.png │ ├── hole2_original.png │ ├── hole2_prediction.png │ ├── hole3_cam.png │ ├── hole3_original.png │ └── hole3_prediction.png ├── docker │ ├── Dockerfile │ └── serve │ │ ├── Dockerfile │ │ ├── config.properties │ │ └── entrypoint.sh ├── docs │ ├── en │ │ ├── Makefile │ │ ├── _static │ │ │ ├── css │ │ │ │ └── readthedocs.css │ │ │ └── image │ │ │ │ ├── mmrotate-logo.png │ │ │ │ ├── qq_group_qrcode.jpg │ │ │ │ └── zhihu_qrcode.jpg │ │ ├── api.rst │ │ ├── changelog.md │ │ ├── conf.py │ │ ├── faq.md │ │ ├── get_started.md │ │ ├── index.rst │ │ ├── install.md │ │ ├── intro.md │ │ ├── make.bat │ │ ├── model_zoo.md │ │ ├── stat.py │ │ ├── switch_language.md │ │ ├── tutorials │ │ │ ├── customize_config.md │ │ │ ├── customize_dataset.md │ │ │ ├── customize_models.md │ │ │ ├── customize_runtime.md │ │ │ └── index.rst │ │ └── useful_tools.md │ └── zh_cn │ │ ├── Makefile │ │ ├── _static │ │ ├── css │ │ │ └── readthedocs.css │ │ └── image │ │ │ ├── mmrotate-logo.png │ │ │ ├── qq_group_qrcode.jpg │ │ │ └── zhihu_qrcode.jpg │ │ ├── api.rst │ │ ├── changelog.md │ │ ├── conf.py │ │ ├── faq.md │ │ ├── get_started.md │ │ ├── index.rst │ │ ├── install.md │ │ ├── intro.md │ │ ├── make.bat │ │ ├── model_zoo.md │ │ ├── stat.py │ │ ├── switch_language.md │ │ ├── tutorials │ │ ├── customize_config.md │ │ ├── customize_dataset.md │ │ ├── customize_models.md │ │ ├── customize_runtime.md │ │ └── index.rst │ │ └── useful_tools.md ├── mmrotate.egg-info │ ├── PKG-INFO │ ├── SOURCES.txt │ ├── dependency_links.txt │ ├── not-zip-safe │ ├── requires.txt │ └── top_level.txt ├── mmrotate │ ├── .mim │ │ ├── configs │ │ ├── demo │ │ ├── model-index.yml │ │ └── tools │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-38.pyc │ │ └── version.cpython-38.pyc │ ├── apis │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── inference.cpython-38.pyc │ │ │ └── train.cpython-38.pyc │ │ ├── inference.py │ │ └── train.py │ ├── core │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ └── __init__.cpython-38.pyc │ │ ├── anchor │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── anchor_generator.cpython-38.pyc │ │ │ │ ├── builder.cpython-38.pyc │ │ │ │ └── utils.cpython-38.pyc │ │ │ ├── anchor_generator.py │ │ │ ├── builder.py │ │ │ └── utils.py │ │ ├── bbox │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── builder.cpython-38.pyc │ │ │ │ └── transforms.cpython-38.pyc │ │ │ ├── assigners │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ ├── atss_kld_assigner.cpython-38.pyc │ │ │ │ │ ├── atss_obb_assigner.cpython-38.pyc │ │ │ │ │ ├── convex_assigner.cpython-38.pyc │ │ │ │ │ ├── max_convex_iou_assigner.cpython-38.pyc │ │ │ │ │ └── sas_assigner.cpython-38.pyc │ │ │ │ ├── atss_kld_assigner.py │ │ │ │ ├── atss_obb_assigner.py │ │ │ │ ├── convex_assigner.py │ │ │ │ ├── max_convex_iou_assigner.py │ │ │ │ └── sas_assigner.py │ │ │ ├── builder.py │ │ │ ├── coder │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ ├── angle_coder.cpython-38.pyc │ │ │ │ │ ├── delta_midpointoffset_rbbox_coder.cpython-38.pyc │ │ │ │ │ ├── delta_xywha_hbbox_coder.cpython-38.pyc │ │ │ │ │ ├── delta_xywha_rbbox_coder.cpython-38.pyc │ │ │ │ │ ├── distance_angle_point_coder.cpython-38.pyc │ │ │ │ │ └── gliding_vertex_coder.cpython-38.pyc │ │ │ │ ├── angle_coder.py │ │ │ │ ├── delta_midpointoffset_rbbox_coder.py │ │ │ │ ├── delta_xywha_hbbox_coder.py │ │ │ │ ├── delta_xywha_rbbox_coder.py │ │ │ │ ├── distance_angle_point_coder.py │ │ │ │ └── gliding_vertex_coder.py │ │ │ ├── iou_calculators │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ ├── builder.cpython-38.pyc │ │ │ │ │ └── rotate_iou2d_calculator.cpython-38.pyc │ │ │ │ ├── builder.py │ │ │ │ └── rotate_iou2d_calculator.py │ │ │ ├── samplers │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ └── rotate_random_sampler.cpython-38.pyc │ │ │ │ └── rotate_random_sampler.py │ │ │ ├── transforms.py │ │ │ └── utils │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ └── gmm.cpython-38.pyc │ │ │ │ └── gmm.py │ │ ├── evaluation │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ └── eval_map.cpython-38.pyc │ │ │ └── eval_map.py │ │ ├── patch │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── merge_results.cpython-38.pyc │ │ │ │ └── split.cpython-38.pyc │ │ │ ├── merge_results.py │ │ │ └── split.py │ │ ├── post_processing │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ └── bbox_nms_rotated.cpython-38.pyc │ │ │ └── bbox_nms_rotated.py │ │ └── visualization │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── image.cpython-38.pyc │ │ │ └── palette.cpython-38.pyc │ │ │ ├── image.py │ │ │ └── palette.py │ ├── datasets │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── builder.cpython-38.pyc │ │ │ ├── dota.cpython-38.pyc │ │ │ ├── hrsc.cpython-38.pyc │ │ │ └── sar.cpython-38.pyc │ │ ├── builder.py │ │ ├── dota.py │ │ ├── hrsc.py │ │ ├── pipelines │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── loading.cpython-38.pyc │ │ │ │ └── transforms.cpython-38.pyc │ │ │ ├── loading.py │ │ │ └── transforms.py │ │ └── sar.py │ ├── models │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ └── builder.cpython-38.pyc │ │ ├── backbones │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ └── re_resnet.cpython-38.pyc │ │ │ └── re_resnet.py │ │ ├── builder.py │ │ ├── dense_heads │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── csl_rotated_fcos_head.cpython-38.pyc │ │ │ │ ├── csl_rotated_retina_head.cpython-38.pyc │ │ │ │ ├── kfiou_odm_refine_head.cpython-38.pyc │ │ │ │ ├── kfiou_rotate_retina_head.cpython-38.pyc │ │ │ │ ├── kfiou_rotate_retina_refine_head.cpython-38.pyc │ │ │ │ ├── odm_refine_head.cpython-38.pyc │ │ │ │ ├── oriented_reppoints_head.cpython-38.pyc │ │ │ │ ├── oriented_rpn_head.cpython-38.pyc │ │ │ │ ├── rotated_anchor_free_head.cpython-38.pyc │ │ │ │ ├── rotated_anchor_head.cpython-38.pyc │ │ │ │ ├── rotated_atss_head.cpython-38.pyc │ │ │ │ ├── rotated_fcos_head.cpython-38.pyc │ │ │ │ ├── rotated_reppoints_head.cpython-38.pyc │ │ │ │ ├── rotated_retina_head.cpython-38.pyc │ │ │ │ ├── rotated_retina_refine_head.cpython-38.pyc │ │ │ │ ├── rotated_rpn_head.cpython-38.pyc │ │ │ │ ├── sam_reppoints_head.cpython-38.pyc │ │ │ │ └── utils.cpython-38.pyc │ │ │ ├── csl_rotated_fcos_head.py │ │ │ ├── csl_rotated_retina_head.py │ │ │ ├── kfiou_odm_refine_head.py │ │ │ ├── kfiou_rotate_retina_head.py │ │ │ ├── kfiou_rotate_retina_refine_head.py │ │ │ ├── odm_refine_head.py │ │ │ ├── oriented_reppoints_head.py │ │ │ ├── oriented_rpn_head.py │ │ │ ├── rotated_anchor_free_head.py │ │ │ ├── rotated_anchor_head.py │ │ │ ├── rotated_atss_head.py │ │ │ ├── rotated_fcos_head.py │ │ │ ├── rotated_reppoints_head.py │ │ │ ├── rotated_retina_head.py │ │ │ ├── rotated_retina_refine_head.py │ │ │ ├── rotated_rpn_head.py │ │ │ ├── sam_reppoints_head.py │ │ │ └── utils.py │ │ ├── detectors │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── base.cpython-38.pyc │ │ │ │ ├── gliding_vertex.cpython-38.pyc │ │ │ │ ├── oriented_rcnn.cpython-38.pyc │ │ │ │ ├── r3det.cpython-38.pyc │ │ │ │ ├── redet.cpython-38.pyc │ │ │ │ ├── roi_transformer.cpython-38.pyc │ │ │ │ ├── rotate_faster_rcnn.cpython-38.pyc │ │ │ │ ├── rotated_fcos.cpython-38.pyc │ │ │ │ ├── rotated_reppoints.cpython-38.pyc │ │ │ │ ├── rotated_retinanet.cpython-38.pyc │ │ │ │ ├── s2anet.cpython-38.pyc │ │ │ │ ├── single_stage.cpython-38.pyc │ │ │ │ ├── two_stage.cpython-38.pyc │ │ │ │ └── utils.cpython-38.pyc │ │ │ ├── base.py │ │ │ ├── gliding_vertex.py │ │ │ ├── oriented_rcnn.py │ │ │ ├── r3det.py │ │ │ ├── redet.py │ │ │ ├── roi_transformer.py │ │ │ ├── rotate_faster_rcnn.py │ │ │ ├── rotated_fcos.py │ │ │ ├── rotated_reppoints.py │ │ │ ├── rotated_retinanet.py │ │ │ ├── s2anet.py │ │ │ ├── single_stage.py │ │ │ ├── two_stage.py │ │ │ └── utils.py │ │ ├── losses │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── convex_giou_loss.cpython-38.pyc │ │ │ │ ├── gaussian_dist_loss.cpython-38.pyc │ │ │ │ ├── gaussian_dist_loss_v1.cpython-38.pyc │ │ │ │ ├── kf_iou_loss.cpython-38.pyc │ │ │ │ ├── kld_reppoints_loss.cpython-38.pyc │ │ │ │ ├── rotated_iou_loss.cpython-38.pyc │ │ │ │ ├── smooth_focal_loss.cpython-38.pyc │ │ │ │ └── spatial_border_loss.cpython-38.pyc │ │ │ ├── convex_giou_loss.py │ │ │ ├── gaussian_dist_loss.py │ │ │ ├── gaussian_dist_loss_v1.py │ │ │ ├── kf_iou_loss.py │ │ │ ├── kld_reppoints_loss.py │ │ │ ├── rotated_iou_loss.py │ │ │ ├── smooth_focal_loss.py │ │ │ └── spatial_border_loss.py │ │ ├── necks │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ └── re_fpn.cpython-38.pyc │ │ │ └── re_fpn.py │ │ ├── roi_heads │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── gv_ratio_roi_head.cpython-38.pyc │ │ │ │ ├── oriented_standard_roi_head.cpython-38.pyc │ │ │ │ ├── roi_trans_roi_head.cpython-38.pyc │ │ │ │ └── rotate_standard_roi_head.cpython-38.pyc │ │ │ ├── bbox_heads │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ ├── convfc_rbbox_head.cpython-38.pyc │ │ │ │ │ ├── gv_bbox_head.cpython-38.pyc │ │ │ │ │ └── rotated_bbox_head.cpython-38.pyc │ │ │ │ ├── convfc_rbbox_head.py │ │ │ │ ├── gv_bbox_head.py │ │ │ │ └── rotated_bbox_head.py │ │ │ ├── gv_ratio_roi_head.py │ │ │ ├── oriented_standard_roi_head.py │ │ │ ├── roi_extractors │ │ │ │ ├── __init__.py │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ └── rotate_single_level_roi_extractor.cpython-38.pyc │ │ │ │ └── rotate_single_level_roi_extractor.py │ │ │ ├── roi_trans_roi_head.py │ │ │ └── rotate_standard_roi_head.py │ │ └── utils │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── enn.cpython-38.pyc │ │ │ ├── orconv.cpython-38.pyc │ │ │ └── ripool.cpython-38.pyc │ │ │ ├── enn.py │ │ │ ├── orconv.py │ │ │ └── ripool.py │ ├── utils │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── collect_env.cpython-38.pyc │ │ │ ├── compat_config.cpython-38.pyc │ │ │ ├── det_cam_visualizer.cpython-38.pyc │ │ │ ├── logger.cpython-38.pyc │ │ │ ├── misc.cpython-38.pyc │ │ │ ├── setup_env.cpython-38.pyc │ │ │ └── util_distribution.cpython-38.pyc │ │ ├── collect_env.py │ │ ├── compat_config.py │ │ ├── det_cam_visualizer.py │ │ ├── logger.py │ │ ├── misc.py │ │ ├── setup_env.py │ │ └── util_distribution.py │ └── version.py ├── model-index.yml ├── prediction.png ├── prediction_demo.png ├── requirements.txt ├── requirements │ ├── build.txt │ ├── docs.txt │ ├── mminstall.txt │ ├── optional.txt │ ├── readthedocs.txt │ ├── runtime.txt │ └── tests.txt ├── resources │ ├── mmrotate-logo.png │ ├── qq_group_qrcode.jpg │ └── zhihu_qrcode.jpg ├── setup.cfg ├── setup.py ├── tests │ ├── data │ │ ├── images │ │ │ └── P0004__1__0___0.png │ │ └── labelTxt │ │ │ ├── P0004__1__0___0.txt │ │ │ └── P0004__1__0___1024.txt │ ├── test_data │ │ ├── test_datasets │ │ │ ├── test_dota.py │ │ │ └── test_rotate.py │ │ └── test_pipelines │ │ │ ├── __init__.py │ │ │ ├── test_rtransforms.py │ │ │ └── utils.py │ ├── test_models │ │ ├── test_backbones.py │ │ ├── test_dense_heads │ │ │ ├── test_rotate_anchor_head.py │ │ │ └── test_sam_reppoints_head.py │ │ ├── test_forward.py │ │ ├── test_loss.py │ │ └── test_necks.py │ └── test_utils │ │ ├── test_compat_config.py │ │ ├── test_misc.py │ │ ├── test_overlaps.py │ │ ├── test_ranchor.py │ │ ├── test_rutils.py │ │ ├── test_setup_env.py │ │ ├── test_transformer.py │ │ ├── test_version.py │ │ └── test_visualization.py ├── tools │ ├── analysis_tools │ │ ├── analyze_logs.py │ │ ├── benchmark.py │ │ ├── confusion_matrix.py │ │ └── get_flops.py │ ├── data │ │ ├── README.md │ │ ├── dota │ │ │ ├── README.md │ │ │ └── split │ │ │ │ ├── img_split.py │ │ │ │ └── split_configs │ │ │ │ ├── ms_test.json │ │ │ │ ├── ms_train.json │ │ │ │ ├── ms_trainval.json │ │ │ │ ├── ms_val.json │ │ │ │ ├── ss_test.json │ │ │ │ ├── ss_train.json │ │ │ │ ├── ss_trainval.json │ │ │ │ └── ss_val.json │ │ ├── hrsc │ │ │ └── README.md │ │ ├── hrsid │ │ │ └── README.md │ │ └── ssdd │ │ │ └── README.md │ ├── deployment │ │ ├── mmrotate2torchserve.py │ │ └── mmrotate_handler.py │ ├── dist_test.sh │ ├── dist_train.sh │ ├── misc │ │ ├── browse_dataset.py │ │ └── print_config.py │ ├── model_converters │ │ └── publish_model.py │ ├── slurm_test.sh │ ├── slurm_train.sh │ ├── test.py │ └── train.py └── vis_cam.py ├── OBB_Prompt_based_Segmentation_Module ├── OSM │ ├── .idea │ │ ├── .gitignore │ │ ├── Seg_Original.iml │ │ ├── inspectionProfiles │ │ │ ├── Project_Default.xml │ │ │ └── profiles_settings.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── vcs.xml │ ├── __init__.py │ ├── config.py │ ├── dataset.py │ ├── demo_gt_mask.png │ ├── demo_image.png │ ├── demo_pred_mask.png │ ├── inference.py │ ├── losses.py │ ├── model.py │ ├── sam │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── automatic_mask_generator.cpython-38.pyc │ │ │ ├── build_sam.cpython-38.pyc │ │ │ └── predictor.cpython-38.pyc │ │ ├── automatic_mask_generator.py │ │ ├── build_sam.py │ │ ├── modeling │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── common.cpython-38.pyc │ │ │ │ ├── image_encoder.cpython-38.pyc │ │ │ │ ├── mask_decoder.cpython-38.pyc │ │ │ │ ├── prompt_encoder.cpython-38.pyc │ │ │ │ ├── sam.cpython-38.pyc │ │ │ │ ├── tiny_vit_sam.cpython-38.pyc │ │ │ │ └── transformer.cpython-38.pyc │ │ │ ├── common.py │ │ │ ├── image_encoder.py │ │ │ ├── mask_decoder.py │ │ │ ├── prompt_encoder.py │ │ │ ├── sam.py │ │ │ ├── tiny_vit_sam.py │ │ │ └── transformer.py │ │ ├── predictor.py │ │ └── utils │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── amg.cpython-38.pyc │ │ │ └── transforms.cpython-38.pyc │ │ │ ├── amg.py │ │ │ ├── onnx.py │ │ │ └── transforms.py │ ├── train.py │ └── utils.py └── OSM_KD │ ├── .idea │ ├── .gitignore │ ├── Seg_KD.iml │ ├── inspectionProfiles │ │ ├── Project_Default.xml │ │ └── profiles_settings.xml │ ├── misc.xml │ ├── modules.xml │ └── vcs.xml │ ├── __init__.py │ ├── dataset.py │ ├── demo_gt_mask.png │ ├── demo_pred_mask_h.png │ ├── inference.py │ ├── losses.py │ ├── model.py │ ├── sam │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-38.pyc │ │ ├── automatic_mask_generator.cpython-38.pyc │ │ ├── build_sam.cpython-38.pyc │ │ └── predictor.cpython-38.pyc │ ├── automatic_mask_generator.py │ ├── build_sam.py │ ├── modeling │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── common.cpython-38.pyc │ │ │ ├── image_encoder.cpython-38.pyc │ │ │ ├── mask_decoder.cpython-38.pyc │ │ │ ├── prompt_encoder.cpython-38.pyc │ │ │ ├── sam.cpython-38.pyc │ │ │ ├── tiny_vit_sam.cpython-38.pyc │ │ │ └── transformer.cpython-38.pyc │ │ ├── common.py │ │ ├── image_encoder.py │ │ ├── mask_decoder.py │ │ ├── prompt_encoder.py │ │ ├── sam.py │ │ ├── tiny_vit_sam.py │ │ └── transformer.py │ ├── predictor.py │ └── utils │ │ ├── __init__.py │ │ ├── __pycache__ │ │ ├── __init__.cpython-38.pyc │ │ ├── amg.cpython-38.pyc │ │ └── transforms.cpython-38.pyc │ │ ├── amg.py │ │ ├── onnx.py │ │ └── transforms.py │ ├── student_config.py │ ├── teacher_config.py │ ├── train.py │ └── utils.py ├── README.md └── figure ├── Completely_Occluded_Experiments.png ├── Completely_Occluded_Vis.png ├── Dense_Experiments_.png ├── Dense_Vis.png ├── Industrial_Dataset_.png ├── Knowledge_Distillation_.png ├── Methods_Overview_.png ├── OBB_Prompt_Encoder_.png ├── Task_Introduction.png └── Vis.png /OBB_Detection_Module/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /OBB_Detection_Module/.idea/Oriented_Object_Detection.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/.idea/Oriented_Object_Detection.iml -------------------------------------------------------------------------------- /OBB_Detection_Module/.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/.idea/inspectionProfiles/Project_Default.xml -------------------------------------------------------------------------------- /OBB_Detection_Module/.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/.idea/inspectionProfiles/profiles_settings.xml -------------------------------------------------------------------------------- /OBB_Detection_Module/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/.idea/misc.xml -------------------------------------------------------------------------------- /OBB_Detection_Module/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/.idea/modules.xml -------------------------------------------------------------------------------- /OBB_Detection_Module/CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/CITATION.cff -------------------------------------------------------------------------------- /OBB_Detection_Module/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/LICENSE -------------------------------------------------------------------------------- /OBB_Detection_Module/MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/MANIFEST.in -------------------------------------------------------------------------------- /OBB_Detection_Module/cam_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/cam_demo.png -------------------------------------------------------------------------------- /OBB_Detection_Module/cam_fuse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/cam_fuse.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/_base_/datasets/dotav1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/_base_/datasets/dotav1.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/_base_/datasets/hrsc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/_base_/datasets/hrsc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/_base_/datasets/hrsid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/_base_/datasets/hrsid.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/_base_/datasets/ssdd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/_base_/datasets/ssdd.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/_base_/default_runtime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/_base_/default_runtime.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/_base_/schedules/schedule_1x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/_base_/schedules/schedule_1x.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/_base_/schedules/schedule_3x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/_base_/schedules/schedule_3x.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/_base_/schedules/schedule_40e.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/_base_/schedules/schedule_40e.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/_base_/schedules/schedule_6x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/_base_/schedules/schedule_6x.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/cfa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/cfa/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/cfa/cfa_r50_fpn_1x_dota_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/cfa/cfa_r50_fpn_1x_dota_le135.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/cfa/cfa_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/cfa/cfa_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/cfa/cfa_r50_fpn_40e_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/cfa/cfa_r50_fpn_40e_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/cfa/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/cfa/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/convnext/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/convnext/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/convnext/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/convnext/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/convnext/rotated_retinanet_obb_kld_stable_convnext_adamw_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/convnext/rotated_retinanet_obb_kld_stable_convnext_adamw_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/csl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/csl/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/csl/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/csl/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/csl/rotated_retinanet_obb_csl_gaussian_r50_fpn_fp16_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/csl/rotated_retinanet_obb_csl_gaussian_r50_fpn_fp16_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/g_reppoints/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/g_reppoints/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/g_reppoints/g_reppoints_r50_fpn_1x_dota_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/g_reppoints/g_reppoints_r50_fpn_1x_dota_le135.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/g_reppoints/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/g_reppoints/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/gliding_vertex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/gliding_vertex/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/gliding_vertex/gliding_vertex_r50_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/gliding_vertex/gliding_vertex_r50_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/gliding_vertex/gliding_vertex_r50_fpn_1x_dota_le90_original.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/gliding_vertex/gliding_vertex_r50_fpn_1x_dota_le90_original.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/gliding_vertex/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/gliding_vertex/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/gwd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/gwd/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/gwd/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/gwd/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/gwd/rotated_retinanet_hbb_gwd_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/gwd/rotated_retinanet_hbb_gwd_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/gwd/rotated_retinanet_obb_gwd_r50_fpn_1x_dota_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/gwd/rotated_retinanet_obb_gwd_r50_fpn_1x_dota_le135.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/gwd/rotated_retinanet_obb_gwd_r50_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/gwd/rotated_retinanet_obb_gwd_r50_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kfiou/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kfiou/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kfiou/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kfiou/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kfiou/r3det_kfiou_ln_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kfiou/r3det_kfiou_ln_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kfiou/r3det_kfiou_ln_swin_tiny_adamw_fpn_1x_dota_ms_rr_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kfiou/r3det_kfiou_ln_swin_tiny_adamw_fpn_1x_dota_ms_rr_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kfiou/r3det_kfiou_ln_swin_tiny_adamw_fpn_2x_dota_ms_rr_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kfiou/r3det_kfiou_ln_swin_tiny_adamw_fpn_2x_dota_ms_rr_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kfiou/r3det_refine_kfiou_ln_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kfiou/r3det_refine_kfiou_ln_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kfiou/r3det_tiny_kfiou_ln_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kfiou/r3det_tiny_kfiou_ln_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kfiou/roi_trans_kfiou_ln_r50_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kfiou/roi_trans_kfiou_ln_r50_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kfiou/roi_trans_kfiou_ln_r50_fpn_1x_dota_ms_rr_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kfiou/roi_trans_kfiou_ln_r50_fpn_1x_dota_ms_rr_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kfiou/roi_trans_kfiou_ln_swin_tiny_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kfiou/roi_trans_kfiou_ln_swin_tiny_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kfiou/roi_trans_kfiou_ln_swin_tiny_fpn_1x_dota_ms_rr_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kfiou/roi_trans_kfiou_ln_swin_tiny_fpn_1x_dota_ms_rr_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kfiou/rotated_retinanet_hbb_kfiou_r50_fpn_1x_dota_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kfiou/rotated_retinanet_hbb_kfiou_r50_fpn_1x_dota_le135.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kfiou/rotated_retinanet_hbb_kfiou_r50_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kfiou/rotated_retinanet_hbb_kfiou_r50_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kfiou/rotated_retinanet_hbb_kfiou_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kfiou/rotated_retinanet_hbb_kfiou_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kfiou/rotated_retinanet_obb_kfiou_r50_fpn_1x_dota_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kfiou/rotated_retinanet_obb_kfiou_r50_fpn_1x_dota_le135.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kfiou/rotated_retinanet_obb_kfiou_r50_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kfiou/rotated_retinanet_obb_kfiou_r50_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kfiou/s2anet_kfiou_ln_r50_fpn_1x_dota_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kfiou/s2anet_kfiou_ln_r50_fpn_1x_dota_le135.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kld/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kld/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kld/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kld/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kld/r3det_kld_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kld/r3det_kld_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kld/r3det_kld_stable_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kld/r3det_kld_stable_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kld/r3det_tiny_kld_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kld/r3det_tiny_kld_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kld/rotated_retinanet_hbb_kld_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kld/rotated_retinanet_hbb_kld_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kld/rotated_retinanet_hbb_kld_stable_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kld/rotated_retinanet_hbb_kld_stable_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kld/rotated_retinanet_hbb_kld_stable_r50_fpn_6x_hrsc_rr_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kld/rotated_retinanet_hbb_kld_stable_r50_fpn_6x_hrsc_rr_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kld/rotated_retinanet_obb_kld_r50_fpn_1x_dota_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kld/rotated_retinanet_obb_kld_r50_fpn_1x_dota_le135.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kld/rotated_retinanet_obb_kld_r50_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kld/rotated_retinanet_obb_kld_r50_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kld/rotated_retinanet_obb_kld_stable_r50_adamw_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kld/rotated_retinanet_obb_kld_stable_r50_adamw_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kld/rotated_retinanet_obb_kld_stable_r50_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kld/rotated_retinanet_obb_kld_stable_r50_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/kld/rotated_retinanet_obb_kld_stable_r50_fpn_6x_hrsc_rr_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/kld/rotated_retinanet_obb_kld_stable_r50_fpn_6x_hrsc_rr_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/oriented_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/oriented_rcnn/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/oriented_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/oriented_rcnn/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/oriented_rcnn/oriented_rcnn_r50_fpn_1x_dota_le90_official.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/oriented_rcnn/oriented_rcnn_r50_fpn_1x_dota_le90_official.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/oriented_rcnn/oriented_rcnn_r50_fpn_1x_dota_le90_original.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/oriented_rcnn/oriented_rcnn_r50_fpn_1x_dota_le90_original.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/oriented_rcnn/oriented_rcnn_r50_fpn_6x_hrsid_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/oriented_rcnn/oriented_rcnn_r50_fpn_6x_hrsid_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/oriented_rcnn/oriented_rcnn_r50_fpn_6x_ssdd_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/oriented_rcnn/oriented_rcnn_r50_fpn_6x_ssdd_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/oriented_rcnn/oriented_rcnn_r50_fpn_fp16_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/oriented_rcnn/oriented_rcnn_r50_fpn_fp16_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/oriented_rcnn/oriented_rcnn_swin_tiny_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/oriented_rcnn/oriented_rcnn_swin_tiny_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/oriented_reppoints/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/oriented_reppoints/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/oriented_reppoints/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/oriented_reppoints/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/oriented_reppoints/oriented_reppoints_r50_fpn_1x_dota_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/oriented_reppoints/oriented_reppoints_r50_fpn_1x_dota_le135.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/oriented_reppoints/oriented_reppoints_r50_fpn_40e_dota_ms_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/oriented_reppoints/oriented_reppoints_r50_fpn_40e_dota_ms_le135.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/r3det/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/r3det/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/r3det/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/r3det/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/r3det/r3det_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/r3det/r3det_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/r3det/r3det_refine_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/r3det/r3det_refine_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/r3det/r3det_tiny_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/r3det/r3det_tiny_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/redet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/redet/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/redet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/redet/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/redet/redet_re50_refpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/redet/redet_re50_refpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/redet/redet_re50_refpn_1x_dota_ms_rr_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/redet/redet_re50_refpn_1x_dota_ms_rr_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/redet/redet_re50_refpn_3x_hrsc_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/redet/redet_re50_refpn_3x_hrsc_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/redet/redet_re50_refpn_fp16_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/redet/redet_re50_refpn_fp16_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/roi_trans/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/roi_trans/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/roi_trans/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/roi_trans/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/roi_trans/roi_trans_r50_fpn_1x_dota_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/roi_trans/roi_trans_r50_fpn_1x_dota_le135.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/roi_trans/roi_trans_r50_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/roi_trans/roi_trans_r50_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/roi_trans/roi_trans_r50_fpn_1x_dota_le90_original.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/roi_trans/roi_trans_r50_fpn_1x_dota_le90_original.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/roi_trans/roi_trans_r50_fpn_1x_dota_ms_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/roi_trans/roi_trans_r50_fpn_1x_dota_ms_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/roi_trans/roi_trans_r50_fpn_1x_dota_ms_rr_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/roi_trans/roi_trans_r50_fpn_1x_dota_ms_rr_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/roi_trans/roi_trans_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/roi_trans/roi_trans_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/roi_trans/roi_trans_r50_fpn_fp16_1x_dota_le90.py: -------------------------------------------------------------------------------- 1 | _base_ = ['./roi_trans_r50_fpn_1x_dota_le90.py'] 2 | 3 | fp16 = dict(loss_scale='dynamic') 4 | -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/roi_trans/roi_trans_swin_tiny_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/roi_trans/roi_trans_swin_tiny_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_atss/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_atss/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_atss/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_atss/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_atss/r3det_atss_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_atss/r3det_atss_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_atss/rotated_atss_hbb_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_atss/rotated_atss_hbb_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_atss/rotated_atss_obb_r50_fpn_1x_dota_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_atss/rotated_atss_obb_r50_fpn_1x_dota_le135.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_atss/rotated_atss_obb_r50_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_atss/rotated_atss_obb_r50_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_faster_rcnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_faster_rcnn/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_faster_rcnn/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_faster_rcnn/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_faster_rcnn/rotated_faster_rcnn_r50_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_faster_rcnn/rotated_faster_rcnn_r50_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_fcos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_fcos/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_fcos/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_fcos/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_fcos/rotated_fcos_csl_gaussian_r50_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_fcos/rotated_fcos_csl_gaussian_r50_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_fcos/rotated_fcos_kld_r50_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_fcos/rotated_fcos_kld_r50_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_fcos/rotated_fcos_r50_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_fcos/rotated_fcos_r50_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_fcos/rotated_fcos_sep_angle_r50_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_fcos/rotated_fcos_sep_angle_r50_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_reppoints/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_reppoints/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_reppoints/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_reppoints/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_reppoints/rotated_reppoints_r50_fpn_1x_dota_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_reppoints/rotated_reppoints_r50_fpn_1x_dota_le135.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_reppoints/rotated_reppoints_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_reppoints/rotated_reppoints_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_retinanet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_retinanet/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_retinanet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_retinanet/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_hbb_r50_fpn_1x_dota_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_hbb_r50_fpn_1x_dota_le135.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_hbb_r50_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_hbb_r50_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_hbb_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_hbb_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_hbb_r50_fpn_6x_hrsc_rr_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_hbb_r50_fpn_6x_hrsc_rr_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_obb_r50_fpn_1x_dota_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_obb_r50_fpn_1x_dota_le135.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_obb_r50_fpn_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_obb_r50_fpn_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_obb_r50_fpn_1x_dota_ms_rr_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_obb_r50_fpn_1x_dota_ms_rr_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_obb_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_obb_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_obb_r50_fpn_6x_hrsc_rr_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_obb_r50_fpn_6x_hrsc_rr_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_obb_r50_fpn_fp16_1x_dota_le90.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/rotated_retinanet/rotated_retinanet_obb_r50_fpn_fp16_1x_dota_le90.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/s2anet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/s2anet/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/s2anet/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/s2anet/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/s2anet/s2anet_r50_fpn_1x_dota_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/s2anet/s2anet_r50_fpn_1x_dota_le135.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/s2anet/s2anet_r50_fpn_1x_dota_le135_original.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/s2anet/s2anet_r50_fpn_1x_dota_le135_original.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/s2anet/s2anet_r50_fpn_3x_hrsc_le135.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/s2anet/s2anet_r50_fpn_3x_hrsc_le135.py -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/s2anet/s2anet_r50_fpn_fp16_1x_dota_le135.py: -------------------------------------------------------------------------------- 1 | _base_ = ['./s2anet_r50_fpn_1x_dota_le135.py'] 2 | 3 | fp16 = dict(loss_scale='dynamic') 4 | -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/sasm_reppoints/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/sasm_reppoints/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/sasm_reppoints/metafile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/sasm_reppoints/metafile.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/configs/sasm_reppoints/sasm_reppoints_r50_fpn_1x_dota_oc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/configs/sasm_reppoints/sasm_reppoints_r50_fpn_1x_dota_oc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/demo/MMRotate_Tutorial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/demo/MMRotate_Tutorial.ipynb -------------------------------------------------------------------------------- /OBB_Detection_Module/demo/huge_image_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/demo/huge_image_demo.py -------------------------------------------------------------------------------- /OBB_Detection_Module/demo/image_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/demo/image_demo.py -------------------------------------------------------------------------------- /OBB_Detection_Module/display/hole1_cam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/display/hole1_cam.png -------------------------------------------------------------------------------- /OBB_Detection_Module/display/hole1_original.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/display/hole1_original.png -------------------------------------------------------------------------------- /OBB_Detection_Module/display/hole1_prediction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/display/hole1_prediction.png -------------------------------------------------------------------------------- /OBB_Detection_Module/display/hole2_cam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/display/hole2_cam.png -------------------------------------------------------------------------------- /OBB_Detection_Module/display/hole2_original.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/display/hole2_original.png -------------------------------------------------------------------------------- /OBB_Detection_Module/display/hole2_prediction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/display/hole2_prediction.png -------------------------------------------------------------------------------- /OBB_Detection_Module/display/hole3_cam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/display/hole3_cam.png -------------------------------------------------------------------------------- /OBB_Detection_Module/display/hole3_original.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/display/hole3_original.png -------------------------------------------------------------------------------- /OBB_Detection_Module/display/hole3_prediction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/display/hole3_prediction.png -------------------------------------------------------------------------------- /OBB_Detection_Module/docker/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docker/Dockerfile -------------------------------------------------------------------------------- /OBB_Detection_Module/docker/serve/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docker/serve/Dockerfile -------------------------------------------------------------------------------- /OBB_Detection_Module/docker/serve/config.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docker/serve/config.properties -------------------------------------------------------------------------------- /OBB_Detection_Module/docker/serve/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docker/serve/entrypoint.sh -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/Makefile -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/_static/css/readthedocs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/_static/css/readthedocs.css -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/_static/image/mmrotate-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/_static/image/mmrotate-logo.png -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/_static/image/qq_group_qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/_static/image/qq_group_qrcode.jpg -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/_static/image/zhihu_qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/_static/image/zhihu_qrcode.jpg -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/api.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/api.rst -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/changelog.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/conf.py -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/faq.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/get_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/get_started.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/index.rst -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/install.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/intro.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/make.bat -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/model_zoo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/model_zoo.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/stat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/stat.py -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/switch_language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/switch_language.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/tutorials/customize_config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/tutorials/customize_config.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/tutorials/customize_dataset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/tutorials/customize_dataset.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/tutorials/customize_models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/tutorials/customize_models.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/tutorials/customize_runtime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/tutorials/customize_runtime.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/tutorials/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/tutorials/index.rst -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/en/useful_tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/en/useful_tools.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/Makefile -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/_static/css/readthedocs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/_static/css/readthedocs.css -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/_static/image/mmrotate-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/_static/image/mmrotate-logo.png -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/_static/image/qq_group_qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/_static/image/qq_group_qrcode.jpg -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/_static/image/zhihu_qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/_static/image/zhihu_qrcode.jpg -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/api.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/api.rst -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/changelog.md: -------------------------------------------------------------------------------- 1 | ## Changelog 2 | -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/conf.py -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/faq.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/get_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/get_started.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/index.rst -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/install.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/intro.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/make.bat -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/model_zoo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/model_zoo.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/stat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/stat.py -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/switch_language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/switch_language.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/tutorials/customize_config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/tutorials/customize_config.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/tutorials/customize_dataset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/tutorials/customize_dataset.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/tutorials/customize_models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/tutorials/customize_models.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/tutorials/customize_runtime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/tutorials/customize_runtime.md -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/tutorials/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/tutorials/index.rst -------------------------------------------------------------------------------- /OBB_Detection_Module/docs/zh_cn/useful_tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/docs/zh_cn/useful_tools.md -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate.egg-info/PKG-INFO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate.egg-info/PKG-INFO -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate.egg-info/SOURCES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate.egg-info/SOURCES.txt -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate.egg-info/dependency_links.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate.egg-info/not-zip-safe: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate.egg-info/requires.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate.egg-info/requires.txt -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate.egg-info/top_level.txt: -------------------------------------------------------------------------------- 1 | mmrotate 2 | -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/.mim/configs: -------------------------------------------------------------------------------- 1 | ../../configs -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/.mim/demo: -------------------------------------------------------------------------------- 1 | ../../demo -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/.mim/model-index.yml: -------------------------------------------------------------------------------- 1 | ../../model-index.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/.mim/tools: -------------------------------------------------------------------------------- 1 | ../../tools -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/__pycache__/version.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/__pycache__/version.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/apis/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/apis/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/apis/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/apis/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/apis/__pycache__/inference.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/apis/__pycache__/inference.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/apis/__pycache__/train.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/apis/__pycache__/train.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/apis/inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/apis/inference.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/apis/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/apis/train.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/anchor/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/anchor/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/anchor/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/anchor/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/anchor/__pycache__/anchor_generator.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/anchor/__pycache__/anchor_generator.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/anchor/__pycache__/builder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/anchor/__pycache__/builder.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/anchor/__pycache__/utils.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/anchor/__pycache__/utils.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/anchor/anchor_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/anchor/anchor_generator.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/anchor/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/anchor/builder.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/anchor/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/anchor/utils.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/__pycache__/builder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/__pycache__/builder.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/__pycache__/transforms.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/__pycache__/transforms.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/assigners/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/assigners/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/assigners/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/assigners/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/assigners/__pycache__/atss_kld_assigner.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/assigners/__pycache__/atss_kld_assigner.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/assigners/__pycache__/atss_obb_assigner.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/assigners/__pycache__/atss_obb_assigner.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/assigners/__pycache__/convex_assigner.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/assigners/__pycache__/convex_assigner.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/assigners/__pycache__/max_convex_iou_assigner.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/assigners/__pycache__/max_convex_iou_assigner.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/assigners/__pycache__/sas_assigner.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/assigners/__pycache__/sas_assigner.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/assigners/atss_kld_assigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/assigners/atss_kld_assigner.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/assigners/atss_obb_assigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/assigners/atss_obb_assigner.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/assigners/convex_assigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/assigners/convex_assigner.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/assigners/max_convex_iou_assigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/assigners/max_convex_iou_assigner.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/assigners/sas_assigner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/assigners/sas_assigner.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/builder.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/coder/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/coder/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/coder/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/coder/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/coder/__pycache__/angle_coder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/coder/__pycache__/angle_coder.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/coder/__pycache__/delta_midpointoffset_rbbox_coder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/coder/__pycache__/delta_midpointoffset_rbbox_coder.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/coder/__pycache__/delta_xywha_hbbox_coder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/coder/__pycache__/delta_xywha_hbbox_coder.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/coder/__pycache__/delta_xywha_rbbox_coder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/coder/__pycache__/delta_xywha_rbbox_coder.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/coder/__pycache__/distance_angle_point_coder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/coder/__pycache__/distance_angle_point_coder.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/coder/__pycache__/gliding_vertex_coder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/coder/__pycache__/gliding_vertex_coder.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/coder/angle_coder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/coder/angle_coder.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/coder/delta_midpointoffset_rbbox_coder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/coder/delta_midpointoffset_rbbox_coder.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/coder/delta_xywha_hbbox_coder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/coder/delta_xywha_hbbox_coder.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/coder/delta_xywha_rbbox_coder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/coder/delta_xywha_rbbox_coder.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/coder/distance_angle_point_coder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/coder/distance_angle_point_coder.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/coder/gliding_vertex_coder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/coder/gliding_vertex_coder.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/iou_calculators/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/iou_calculators/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/iou_calculators/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/iou_calculators/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/iou_calculators/__pycache__/builder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/iou_calculators/__pycache__/builder.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/iou_calculators/__pycache__/rotate_iou2d_calculator.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/iou_calculators/__pycache__/rotate_iou2d_calculator.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/iou_calculators/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/iou_calculators/builder.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/iou_calculators/rotate_iou2d_calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/iou_calculators/rotate_iou2d_calculator.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/samplers/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/samplers/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/samplers/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/samplers/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/samplers/__pycache__/rotate_random_sampler.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/samplers/__pycache__/rotate_random_sampler.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/samplers/rotate_random_sampler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/samplers/rotate_random_sampler.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/transforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/transforms.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/utils/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/utils/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/utils/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/utils/__pycache__/gmm.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/utils/__pycache__/gmm.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/bbox/utils/gmm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/bbox/utils/gmm.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/evaluation/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/evaluation/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/evaluation/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/evaluation/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/evaluation/__pycache__/eval_map.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/evaluation/__pycache__/eval_map.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/evaluation/eval_map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/evaluation/eval_map.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/patch/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/patch/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/patch/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/patch/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/patch/__pycache__/merge_results.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/patch/__pycache__/merge_results.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/patch/__pycache__/split.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/patch/__pycache__/split.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/patch/merge_results.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/patch/merge_results.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/patch/split.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/patch/split.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/post_processing/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/post_processing/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/post_processing/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/post_processing/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/post_processing/__pycache__/bbox_nms_rotated.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/post_processing/__pycache__/bbox_nms_rotated.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/post_processing/bbox_nms_rotated.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/post_processing/bbox_nms_rotated.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/visualization/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/visualization/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/visualization/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/visualization/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/visualization/__pycache__/image.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/visualization/__pycache__/image.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/visualization/__pycache__/palette.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/visualization/__pycache__/palette.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/visualization/image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/visualization/image.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/core/visualization/palette.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/core/visualization/palette.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/datasets/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/datasets/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/datasets/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/datasets/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/datasets/__pycache__/builder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/datasets/__pycache__/builder.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/datasets/__pycache__/dota.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/datasets/__pycache__/dota.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/datasets/__pycache__/hrsc.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/datasets/__pycache__/hrsc.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/datasets/__pycache__/sar.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/datasets/__pycache__/sar.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/datasets/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/datasets/builder.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/datasets/dota.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/datasets/dota.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/datasets/hrsc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/datasets/hrsc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/datasets/pipelines/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/datasets/pipelines/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/datasets/pipelines/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/datasets/pipelines/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/datasets/pipelines/__pycache__/loading.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/datasets/pipelines/__pycache__/loading.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/datasets/pipelines/__pycache__/transforms.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/datasets/pipelines/__pycache__/transforms.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/datasets/pipelines/loading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/datasets/pipelines/loading.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/datasets/pipelines/transforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/datasets/pipelines/transforms.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/datasets/sar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/datasets/sar.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/__pycache__/builder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/__pycache__/builder.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/backbones/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/backbones/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/backbones/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/backbones/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/backbones/__pycache__/re_resnet.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/backbones/__pycache__/re_resnet.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/backbones/re_resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/backbones/re_resnet.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/builder.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/csl_rotated_fcos_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/csl_rotated_fcos_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/csl_rotated_retina_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/csl_rotated_retina_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/kfiou_odm_refine_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/kfiou_odm_refine_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/kfiou_rotate_retina_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/kfiou_rotate_retina_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/kfiou_rotate_retina_refine_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/kfiou_rotate_retina_refine_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/odm_refine_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/odm_refine_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/oriented_reppoints_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/oriented_reppoints_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/oriented_rpn_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/oriented_rpn_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/rotated_anchor_free_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/rotated_anchor_free_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/rotated_anchor_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/rotated_anchor_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/rotated_atss_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/rotated_atss_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/rotated_fcos_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/rotated_fcos_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/rotated_reppoints_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/rotated_reppoints_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/rotated_retina_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/rotated_retina_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/rotated_retina_refine_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/rotated_retina_refine_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/rotated_rpn_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/rotated_rpn_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/sam_reppoints_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/sam_reppoints_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/utils.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/__pycache__/utils.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/csl_rotated_fcos_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/csl_rotated_fcos_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/csl_rotated_retina_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/csl_rotated_retina_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/kfiou_odm_refine_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/kfiou_odm_refine_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/kfiou_rotate_retina_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/kfiou_rotate_retina_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/kfiou_rotate_retina_refine_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/kfiou_rotate_retina_refine_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/odm_refine_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/odm_refine_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/oriented_reppoints_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/oriented_reppoints_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/oriented_rpn_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/oriented_rpn_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/rotated_anchor_free_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/rotated_anchor_free_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/rotated_anchor_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/rotated_anchor_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/rotated_atss_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/rotated_atss_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/rotated_fcos_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/rotated_fcos_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/rotated_reppoints_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/rotated_reppoints_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/rotated_retina_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/rotated_retina_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/rotated_retina_refine_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/rotated_retina_refine_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/rotated_rpn_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/rotated_rpn_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/sam_reppoints_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/sam_reppoints_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/dense_heads/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/dense_heads/utils.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/__pycache__/base.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/__pycache__/base.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/__pycache__/gliding_vertex.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/__pycache__/gliding_vertex.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/__pycache__/oriented_rcnn.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/__pycache__/oriented_rcnn.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/__pycache__/r3det.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/__pycache__/r3det.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/__pycache__/redet.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/__pycache__/redet.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/__pycache__/roi_transformer.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/__pycache__/roi_transformer.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/__pycache__/rotate_faster_rcnn.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/__pycache__/rotate_faster_rcnn.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/__pycache__/rotated_fcos.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/__pycache__/rotated_fcos.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/__pycache__/rotated_reppoints.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/__pycache__/rotated_reppoints.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/__pycache__/rotated_retinanet.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/__pycache__/rotated_retinanet.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/__pycache__/s2anet.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/__pycache__/s2anet.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/__pycache__/single_stage.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/__pycache__/single_stage.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/__pycache__/two_stage.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/__pycache__/two_stage.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/__pycache__/utils.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/__pycache__/utils.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/base.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/gliding_vertex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/gliding_vertex.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/oriented_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/oriented_rcnn.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/r3det.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/r3det.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/redet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/redet.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/roi_transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/roi_transformer.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/rotate_faster_rcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/rotate_faster_rcnn.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/rotated_fcos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/rotated_fcos.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/rotated_reppoints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/rotated_reppoints.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/rotated_retinanet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/rotated_retinanet.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/s2anet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/s2anet.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/single_stage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/single_stage.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/two_stage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/two_stage.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/detectors/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/detectors/utils.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/losses/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/losses/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/losses/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/losses/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/losses/__pycache__/convex_giou_loss.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/losses/__pycache__/convex_giou_loss.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/losses/__pycache__/gaussian_dist_loss.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/losses/__pycache__/gaussian_dist_loss.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/losses/__pycache__/gaussian_dist_loss_v1.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/losses/__pycache__/gaussian_dist_loss_v1.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/losses/__pycache__/kf_iou_loss.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/losses/__pycache__/kf_iou_loss.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/losses/__pycache__/kld_reppoints_loss.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/losses/__pycache__/kld_reppoints_loss.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/losses/__pycache__/rotated_iou_loss.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/losses/__pycache__/rotated_iou_loss.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/losses/__pycache__/smooth_focal_loss.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/losses/__pycache__/smooth_focal_loss.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/losses/__pycache__/spatial_border_loss.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/losses/__pycache__/spatial_border_loss.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/losses/convex_giou_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/losses/convex_giou_loss.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/losses/gaussian_dist_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/losses/gaussian_dist_loss.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/losses/gaussian_dist_loss_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/losses/gaussian_dist_loss_v1.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/losses/kf_iou_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/losses/kf_iou_loss.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/losses/kld_reppoints_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/losses/kld_reppoints_loss.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/losses/rotated_iou_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/losses/rotated_iou_loss.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/losses/smooth_focal_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/losses/smooth_focal_loss.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/losses/spatial_border_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/losses/spatial_border_loss.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/necks/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/necks/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/necks/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/necks/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/necks/__pycache__/re_fpn.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/necks/__pycache__/re_fpn.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/necks/re_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/necks/re_fpn.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/__pycache__/gv_ratio_roi_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/__pycache__/gv_ratio_roi_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/__pycache__/oriented_standard_roi_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/__pycache__/oriented_standard_roi_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/__pycache__/roi_trans_roi_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/__pycache__/roi_trans_roi_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/__pycache__/rotate_standard_roi_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/__pycache__/rotate_standard_roi_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/bbox_heads/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/bbox_heads/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/bbox_heads/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/bbox_heads/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/bbox_heads/__pycache__/convfc_rbbox_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/bbox_heads/__pycache__/convfc_rbbox_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/bbox_heads/__pycache__/gv_bbox_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/bbox_heads/__pycache__/gv_bbox_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/bbox_heads/__pycache__/rotated_bbox_head.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/bbox_heads/__pycache__/rotated_bbox_head.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/bbox_heads/convfc_rbbox_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/bbox_heads/convfc_rbbox_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/bbox_heads/gv_bbox_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/bbox_heads/gv_bbox_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/bbox_heads/rotated_bbox_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/bbox_heads/rotated_bbox_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/gv_ratio_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/gv_ratio_roi_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/oriented_standard_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/oriented_standard_roi_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/roi_extractors/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/roi_extractors/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/roi_extractors/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/roi_extractors/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/roi_extractors/__pycache__/rotate_single_level_roi_extractor.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/roi_extractors/__pycache__/rotate_single_level_roi_extractor.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/roi_extractors/rotate_single_level_roi_extractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/roi_extractors/rotate_single_level_roi_extractor.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/roi_trans_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/roi_trans_roi_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/roi_heads/rotate_standard_roi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/roi_heads/rotate_standard_roi_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/utils/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/utils/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/utils/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/utils/__pycache__/enn.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/utils/__pycache__/enn.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/utils/__pycache__/orconv.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/utils/__pycache__/orconv.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/utils/__pycache__/ripool.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/utils/__pycache__/ripool.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/utils/enn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/utils/enn.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/utils/orconv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/utils/orconv.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/models/utils/ripool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/models/utils/ripool.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/utils/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/utils/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/utils/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/utils/__pycache__/collect_env.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/utils/__pycache__/collect_env.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/utils/__pycache__/compat_config.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/utils/__pycache__/compat_config.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/utils/__pycache__/det_cam_visualizer.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/utils/__pycache__/det_cam_visualizer.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/utils/__pycache__/logger.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/utils/__pycache__/logger.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/utils/__pycache__/misc.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/utils/__pycache__/misc.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/utils/__pycache__/setup_env.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/utils/__pycache__/setup_env.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/utils/__pycache__/util_distribution.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/utils/__pycache__/util_distribution.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/utils/collect_env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/utils/collect_env.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/utils/compat_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/utils/compat_config.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/utils/det_cam_visualizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/utils/det_cam_visualizer.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/utils/logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/utils/logger.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/utils/misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/utils/misc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/utils/setup_env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/utils/setup_env.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/utils/util_distribution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/utils/util_distribution.py -------------------------------------------------------------------------------- /OBB_Detection_Module/mmrotate/version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/mmrotate/version.py -------------------------------------------------------------------------------- /OBB_Detection_Module/model-index.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/model-index.yml -------------------------------------------------------------------------------- /OBB_Detection_Module/prediction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/prediction.png -------------------------------------------------------------------------------- /OBB_Detection_Module/prediction_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/prediction_demo.png -------------------------------------------------------------------------------- /OBB_Detection_Module/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/requirements.txt -------------------------------------------------------------------------------- /OBB_Detection_Module/requirements/build.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/requirements/build.txt -------------------------------------------------------------------------------- /OBB_Detection_Module/requirements/docs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/requirements/docs.txt -------------------------------------------------------------------------------- /OBB_Detection_Module/requirements/mminstall.txt: -------------------------------------------------------------------------------- 1 | mmcv-full>=1.5.0 2 | -------------------------------------------------------------------------------- /OBB_Detection_Module/requirements/optional.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/requirements/optional.txt -------------------------------------------------------------------------------- /OBB_Detection_Module/requirements/readthedocs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/requirements/readthedocs.txt -------------------------------------------------------------------------------- /OBB_Detection_Module/requirements/runtime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/requirements/runtime.txt -------------------------------------------------------------------------------- /OBB_Detection_Module/requirements/tests.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/requirements/tests.txt -------------------------------------------------------------------------------- /OBB_Detection_Module/resources/mmrotate-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/resources/mmrotate-logo.png -------------------------------------------------------------------------------- /OBB_Detection_Module/resources/qq_group_qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/resources/qq_group_qrcode.jpg -------------------------------------------------------------------------------- /OBB_Detection_Module/resources/zhihu_qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/resources/zhihu_qrcode.jpg -------------------------------------------------------------------------------- /OBB_Detection_Module/setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/setup.cfg -------------------------------------------------------------------------------- /OBB_Detection_Module/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/setup.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/data/images/P0004__1__0___0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/data/images/P0004__1__0___0.png -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/data/labelTxt/P0004__1__0___0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/data/labelTxt/P0004__1__0___0.txt -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/data/labelTxt/P0004__1__0___1024.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_data/test_datasets/test_dota.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_data/test_datasets/test_dota.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_data/test_datasets/test_rotate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_data/test_datasets/test_rotate.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_data/test_pipelines/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_data/test_pipelines/__init__.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_data/test_pipelines/test_rtransforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_data/test_pipelines/test_rtransforms.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_data/test_pipelines/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_data/test_pipelines/utils.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_models/test_backbones.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_models/test_backbones.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_models/test_dense_heads/test_rotate_anchor_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_models/test_dense_heads/test_rotate_anchor_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_models/test_dense_heads/test_sam_reppoints_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_models/test_dense_heads/test_sam_reppoints_head.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_models/test_forward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_models/test_forward.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_models/test_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_models/test_loss.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_models/test_necks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_models/test_necks.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_utils/test_compat_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_utils/test_compat_config.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_utils/test_misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_utils/test_misc.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_utils/test_overlaps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_utils/test_overlaps.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_utils/test_ranchor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_utils/test_ranchor.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_utils/test_rutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_utils/test_rutils.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_utils/test_setup_env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_utils/test_setup_env.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_utils/test_transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_utils/test_transformer.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_utils/test_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_utils/test_version.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tests/test_utils/test_visualization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tests/test_utils/test_visualization.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/analysis_tools/analyze_logs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/analysis_tools/analyze_logs.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/analysis_tools/benchmark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/analysis_tools/benchmark.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/analysis_tools/confusion_matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/analysis_tools/confusion_matrix.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/analysis_tools/get_flops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/analysis_tools/get_flops.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/data/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/data/dota/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/data/dota/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/data/dota/split/img_split.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/data/dota/split/img_split.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/data/dota/split/split_configs/ms_test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/data/dota/split/split_configs/ms_test.json -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/data/dota/split/split_configs/ms_train.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/data/dota/split/split_configs/ms_train.json -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/data/dota/split/split_configs/ms_trainval.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/data/dota/split/split_configs/ms_trainval.json -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/data/dota/split/split_configs/ms_val.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/data/dota/split/split_configs/ms_val.json -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/data/dota/split/split_configs/ss_test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/data/dota/split/split_configs/ss_test.json -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/data/dota/split/split_configs/ss_train.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/data/dota/split/split_configs/ss_train.json -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/data/dota/split/split_configs/ss_trainval.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/data/dota/split/split_configs/ss_trainval.json -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/data/dota/split/split_configs/ss_val.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/data/dota/split/split_configs/ss_val.json -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/data/hrsc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/data/hrsc/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/data/hrsid/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/data/hrsid/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/data/ssdd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/data/ssdd/README.md -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/deployment/mmrotate2torchserve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/deployment/mmrotate2torchserve.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/deployment/mmrotate_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/deployment/mmrotate_handler.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/dist_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/dist_test.sh -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/dist_train.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/dist_train.sh -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/misc/browse_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/misc/browse_dataset.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/misc/print_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/misc/print_config.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/model_converters/publish_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/model_converters/publish_model.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/slurm_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/slurm_test.sh -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/slurm_train.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/slurm_train.sh -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/test.py -------------------------------------------------------------------------------- /OBB_Detection_Module/tools/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/tools/train.py -------------------------------------------------------------------------------- /OBB_Detection_Module/vis_cam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Detection_Module/vis_cam.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/.idea/Seg_Original.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/.idea/Seg_Original.iml -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/.idea/inspectionProfiles/Project_Default.xml -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/.idea/inspectionProfiles/profiles_settings.xml -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/.idea/misc.xml -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/.idea/modules.xml -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/.idea/vcs.xml -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/config.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/dataset.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/demo_gt_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/demo_gt_mask.png -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/demo_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/demo_image.png -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/demo_pred_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/demo_pred_mask.png -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/inference.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/losses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/losses.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/model.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/__init__.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/__pycache__/automatic_mask_generator.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/__pycache__/automatic_mask_generator.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/__pycache__/build_sam.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/__pycache__/build_sam.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/__pycache__/predictor.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/__pycache__/predictor.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/automatic_mask_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/automatic_mask_generator.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/build_sam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/build_sam.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/__init__.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/__pycache__/common.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/__pycache__/common.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/__pycache__/image_encoder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/__pycache__/image_encoder.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/__pycache__/mask_decoder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/__pycache__/mask_decoder.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/__pycache__/prompt_encoder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/__pycache__/prompt_encoder.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/__pycache__/sam.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/__pycache__/sam.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/__pycache__/tiny_vit_sam.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/__pycache__/tiny_vit_sam.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/__pycache__/transformer.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/__pycache__/transformer.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/common.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/image_encoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/image_encoder.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/mask_decoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/mask_decoder.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/prompt_encoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/prompt_encoder.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/sam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/sam.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/tiny_vit_sam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/tiny_vit_sam.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/modeling/transformer.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/predictor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/predictor.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/utils/__init__.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/utils/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/utils/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/utils/__pycache__/amg.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/utils/__pycache__/amg.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/utils/__pycache__/transforms.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/utils/__pycache__/transforms.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/utils/amg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/utils/amg.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/utils/onnx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/utils/onnx.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/sam/utils/transforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/sam/utils/transforms.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/train.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM/utils.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/.idea/Seg_KD.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/.idea/Seg_KD.iml -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/.idea/inspectionProfiles/Project_Default.xml -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/.idea/inspectionProfiles/profiles_settings.xml -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/.idea/misc.xml -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/.idea/modules.xml -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/.idea/vcs.xml -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/dataset.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/demo_gt_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/demo_gt_mask.png -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/demo_pred_mask_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/demo_pred_mask_h.png -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/inference.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/losses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/losses.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/model.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/__init__.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/__pycache__/automatic_mask_generator.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/__pycache__/automatic_mask_generator.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/__pycache__/build_sam.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/__pycache__/build_sam.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/__pycache__/predictor.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/__pycache__/predictor.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/automatic_mask_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/automatic_mask_generator.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/build_sam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/build_sam.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/__init__.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/__pycache__/common.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/__pycache__/common.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/__pycache__/image_encoder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/__pycache__/image_encoder.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/__pycache__/mask_decoder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/__pycache__/mask_decoder.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/__pycache__/prompt_encoder.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/__pycache__/prompt_encoder.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/__pycache__/sam.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/__pycache__/sam.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/__pycache__/tiny_vit_sam.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/__pycache__/tiny_vit_sam.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/__pycache__/transformer.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/__pycache__/transformer.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/common.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/image_encoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/image_encoder.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/mask_decoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/mask_decoder.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/prompt_encoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/prompt_encoder.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/sam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/sam.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/tiny_vit_sam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/tiny_vit_sam.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/modeling/transformer.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/predictor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/predictor.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/utils/__init__.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/utils/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/utils/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/utils/__pycache__/amg.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/utils/__pycache__/amg.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/utils/__pycache__/transforms.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/utils/__pycache__/transforms.cpython-38.pyc -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/utils/amg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/utils/amg.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/utils/onnx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/utils/onnx.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/utils/transforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/sam/utils/transforms.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/student_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/student_config.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/teacher_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/teacher_config.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/train.py -------------------------------------------------------------------------------- /OBB_Prompt_based_Segmentation_Module/OSM_KD/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/OBB_Prompt_based_Segmentation_Module/OSM_KD/utils.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/README.md -------------------------------------------------------------------------------- /figure/Completely_Occluded_Experiments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/figure/Completely_Occluded_Experiments.png -------------------------------------------------------------------------------- /figure/Completely_Occluded_Vis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/figure/Completely_Occluded_Vis.png -------------------------------------------------------------------------------- /figure/Dense_Experiments_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/figure/Dense_Experiments_.png -------------------------------------------------------------------------------- /figure/Dense_Vis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/figure/Dense_Vis.png -------------------------------------------------------------------------------- /figure/Industrial_Dataset_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/figure/Industrial_Dataset_.png -------------------------------------------------------------------------------- /figure/Knowledge_Distillation_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/figure/Knowledge_Distillation_.png -------------------------------------------------------------------------------- /figure/Methods_Overview_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/figure/Methods_Overview_.png -------------------------------------------------------------------------------- /figure/OBB_Prompt_Encoder_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/figure/OBB_Prompt_Encoder_.png -------------------------------------------------------------------------------- /figure/Task_Introduction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/figure/Task_Introduction.png -------------------------------------------------------------------------------- /figure/Vis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhen6618/OBBInstanceSegmentation/HEAD/figure/Vis.png --------------------------------------------------------------------------------