|
1 | 1 | <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> |
| 8 | + <b>Hyugjae Chang*</b> |
| 9 | + Jaeho Moon |
| 10 | + Jaehyup Lee<sup>β </sup> |
| 11 | + Munchurl Kim<sup>β </sup> |
| 12 | +</div> |
2 | 13 |
|
3 | | - <img src="assets/abbspo_logo.png" width="450"/> |
4 | | - |
5 | | - <div> </div> |
| 14 | +<br> |
| 15 | +<div> |
| 16 | + <sup>*</sup>Co-first authors |
| 17 | + <sup>β </sup>Co-corresponding authors |
| 18 | +</div> |
6 | 19 |
|
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> |
10 | 23 |
|
11 | | - <div> </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> |
12 | 38 |
|
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 | +--- |
16 | 40 |
|
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> |
18 | 46 |
|
19 | 47 | --- |
20 | 48 |
|
|
23 | 51 | </p> |
24 | 52 |
|
25 | 53 | <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> |
29 | 55 | </p> |
30 | 56 |
|
31 | 57 | --- |
32 | 58 |
|
33 | | -# ποΈ News |
| 59 | +## π§ News |
| 60 | +- **Mar 2025** β Initial code release |
| 61 | +- **Jan 2025** β Paper accepted to **CVPR 2025** |
| 62 | + |
| 63 | +--- |
34 | 64 |
|
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 |
38 | 71 |
|
39 | 72 | --- |
40 | 73 |
|
41 | | -# βοΈ Installation |
| 74 | +## βοΈ Environment Setup |
42 | 75 |
|
43 | | -## Option A β Install using pip & requirements.txt |
44 | 76 | ```bash |
45 | 77 | git clone https://github.com/KAIST-VICLab/ABBSPO.git |
46 | 78 | cd ABBSPO |
|
0 commit comments