Skip to content

Commit 2e00410

Browse files
committed
modify readme
1 parent a846ada commit 2e00410

File tree

1 file changed

+52
-20
lines changed

1 file changed

+52
-20
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 52 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,48 @@
11
<div align="center">
2+
<h2>
3+
[CVPR 2025] ABBSPO: Adaptive Bounding Box Scaling and Symmetric Prior Based Orientation Prediction for Detecting Aerial Image Objects
4+
</h2>
5+
6+
<div>
7+
<b>Woojin Lee*</b>&nbsp;&nbsp;&nbsp;
8+
<b>Hyugjae Chang*</b>&nbsp;&nbsp;&nbsp;
9+
Jaeho Moon&nbsp;&nbsp;&nbsp;
10+
Jaehyup Lee<sup>†</sup>&nbsp;&nbsp;&nbsp;
11+
Munchurl Kim<sup>†</sup>
12+
</div>
213

3-
<img src="assets/abbspo_logo.png" width="450"/>
4-
5-
<div>&nbsp;</div>
14+
<br>
15+
<div>
16+
<sup>*</sup>Co-first authors &nbsp;&nbsp;
17+
<sup>†</sup>Co-corresponding authors
18+
</div>
619

7-
<div align="center">
8-
<b><font size="5">[CVPR 2025] ABBSPO: Adaptive Bounding Box Scaling and Symmetric Prior Based Orientation Prediction for Detecting Aerial Image Objects</font></b>
9-
</div>
20+
<div>
21+
KAIST (Korea Advanced Institute of Science and Technology), KNU
22+
</div>
1023

11-
<div>&nbsp;</div>
24+
<br>
25+
26+
<div>
27+
<h4 align="center">
28+
<a href="https://kaist-viclab.github.io/ABBSPO_site/" target="_blank">
29+
<img src="https://img.shields.io/badge/🏠-Project%20Page-blue">
30+
</a>
31+
<a href="https://openaccess.thecvf.com/content/CVPR2025/papers/Lee_ABBSPO_Adaptive_Bounding_Box_Scaling_and_Symmetric_Prior_based_Orientation_CVPR_2025_paper.pdf" target="_blank">
32+
<img src="https://img.shields.io/badge/Paper-CVPR%202025-b31b1b.svg">
33+
</a>
34+
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/KAIST-VICLab/ABBSPO">
35+
</h4>
36+
</div>
37+
</div>
1238

13-
[πŸ“„ Paper](https://openaccess.thecvf.com/content/CVPR2025/papers/Lee_ABBSPO_Adaptive_Bounding_Box_Scaling_and_Symmetric_Prior_based_Orientation_CVPR_2025_paper.pdf) |
14-
[🌐 Project Page](https://kaist-viclab.github.io/ABBSPO_site/) |
15-
[πŸ“¦ Checkpoints (TBA)](#-pretrained-models)
39+
---
1640

17-
</div>
41+
<h4>
42+
This repository is the official PyTorch implementation of
43+
<b>"ABBSPO: Adaptive Bounding Box Scaling and Symmetric Prior Based Orientation Prediction for Detecting Aerial Image Objects"</b>.
44+
ABBSPO is a weakly supervised oriented object detection (WS-OOD) framework that learns accurate rotated bounding boxes using only horizontal bounding box annotations.
45+
</h4>
1846

1947
---
2048

@@ -23,24 +51,28 @@
2351
</p>
2452

2553
<p align="center">
26-
ABBSPO is a weakly supervised oriented object detection (WS-OOD) framework built upon H2RBox-v2.
27-
It learns oriented bounding boxes (RBoxes) using only horizontal bounding boxes (HBoxes) via
28-
<b>Adaptive Bounding Box Scaling (ABBS)</b> and a <b>Symmetric Prior Angle (SPA)</b> loss.
54+
<a href="assets/figure2.pdf">[Download high-resolution PDF]</a>
2955
</p>
3056

3157
---
3258

33-
# πŸ—žοΈ News
59+
## πŸ“§ News
60+
- **Mar 2025** β€” Initial code release
61+
- **Jan 2025** β€” Paper accepted to **CVPR 2025**
62+
63+
---
3464

35-
- **Feb 2025** β€” Initial code release.
36-
- **Jan 2025** β€” Paper accepted to **CVPR 2025**.
37-
- **Coming soon** β€” Checkpoints for DIOR-R and DOTA-v1.0.
65+
## πŸ”§ Tested Environment
66+
- OS: Ubuntu 20.04
67+
- Python: 3.8
68+
- PyTorch: 1.13+
69+
- CUDA: 11.3 / 11.7
70+
- GPU: NVIDIA RTX series
3871

3972
---
4073

41-
# βš™οΈ Installation
74+
## βš™οΈ Environment Setup
4275

43-
## Option A β€” Install using pip & requirements.txt
4476
```bash
4577
git clone https://github.com/KAIST-VICLab/ABBSPO.git
4678
cd ABBSPO

0 commit comments

Comments
Β (0)