Skip to content

Commit 92b894f

Browse files
update readme
1 parent 2062c29 commit 92b894f

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,37 @@ AI for Remote Sensing 是一款基于 PyTorch 的人工智能与遥感结合的
5959
整体的概况也可也在 [模型库](docs/zh_cn/model_zoo.md) 页面中查看。
6060

6161
<details open>
62-
<summary><b>Oriented Object Detection</b></summary>
62+
<summary><b>Oriented Object Detection Architecture</b></summary>
6363

6464
| | | | |
6565
| :---: | :---: | :---: | :---: |
6666
| [Rotated RetinaNet-OBB/HBB<br>(ICCV'2017)](configs/rotated_retinanet/README.md) | [Rotated FasterRCNN-OBB<br>(TPAMI'2017)](configs/rotated_faster_rcnn/README.md) | [Rotated RepPoints-OBB<br>(ICCV'2019)](configs/rotated_reppoints/README.md) | [Rotated FCOS<br>(ICCV'2019)](configs/rotated_fcos/README.md) |
6767
| [RoI Transformer<br>(CVPR'2019)](configs/roi_trans/README.md) | [Gliding Vertex<br>(TPAMI'2020)](configs/gliding_vertex/README.md) | [Rotated ATSS-OBB<br>(CVPR'2020)](configs/rotated_atss/README.md) | [CSL<br>(ECCV'2020)](configs/csl/README.md) |
6868
| [R<sup>3</sup>Det<br>(AAAI'2021)](configs/r3det/README.md) | [S<sup>2</sup>A-Net<br>(TGRS'2021)](configs/s2anet/README.md) | [ReDet<br>(CVPR'2021)](configs/redet/README.md) | [Beyond Bounding-Box<br>(CVPR'2021)](configs/cfa/README.md) |
69-
| [Oriented R-CNN<br>(ICCV'2021)](configs/oriented_rcnn/README.md) | [GWD<br>(ICML'2021)](configs/gwd/README.md) | [KLD<br>(NeurIPS'2021)](configs/kld/README.md) | [SASM<br>(AAAI'2022)](configs/sasm_reppoints/README.md) |
69+
| [Oriented R-CNN<br>(ICCV'2021)](configs/oriented_rcnn/README.md) | | | [SASM<br>(AAAI'2022)](configs/sasm_reppoints/README.md) |
7070
| [Oriented RepPoints<br>(CVPR'2022)](configs/oriented_reppoints/README.md) | [KFIoU<br>(ICLR'2023)](configs/kfiou/README.md) | [H2RBox<br>(ICLR'2023)](configs/h2rbox/README.md) | [PSC<br>(CVPR'2023)](configs/psc/README.md) |
7171
| [RTMDet<br>(arXiv)](configs/rotated_rtmdet/README.md) | [H2RBox-v2<br>(Nips'2023)](configs/h2rbox_v2/README.md) | [LSKNet<br>(ICCV'2023)](projects/LSKNet/README.md) | [OrientedFormer<br>(TGRS' 2024)](projects/OrientedFormer/README.md)|
7272

7373
</details>
7474

7575

76+
<details open>
77+
<summary><b>Oriented Object Detection Loss</b></summary>
78+
| | | | |
79+
| :---: | :---: | :---: | :---: |
80+
| [GWD<br>(ICML'2021)](configs/gwd/README.md) | [KLD<br>(NeurIPS'2021)](configs/kld/README.md) | |
81+
</details>
82+
83+
<details open>
84+
<summary><b>Oriented Object Detection Coder</b></summary>
85+
86+
</details>
87+
88+
<details open>
89+
<summary><b>Oriented Object Detection Weakly Supervise</b></summary>
90+
91+
</details>
92+
7693

7794
## 安装
7895

0 commit comments

Comments
 (0)