Skip to content

Commit 5458b53

Browse files
authored
Add the link to basic patterns
1 parent 507a932 commit 5458b53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configs/point2rbox/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
With the rapidly increasing demand for oriented object detection (OOD), recent research involving weakly-supervised detectors for learning rotated box (RBox) from the horizontal box (HBox) has attracted more and more attention. In this paper, we explore a more challenging yet label-efficient setting, namely single point-supervised OOD, and present our approach called Point2RBox. Specifically, we propose to leverage two principles: 1) Synthetic pattern knowledge combination: By sampling around each labelled point on the image, we transfer the object feature to synthetic visual patterns with the known bounding box to provide the knowledge for box regression. 2) Transform self-supervision: With a transformed input image (e.g. scaled/rotated), the output RBoxes are trained to follow the same transformation so that the network can perceive the relative size/rotation between objects. The detector is further enhanced by a few devised techniques to cope with peripheral issues, e.g. the anchor/layer assignment as the size of the object is not available in our point supervision setting. To our best knowledge, Point2RBox is the first end-to-end solution for point-supervised OOD. In particular, our method uses a lightweight paradigm, yet it achieves a competitive performance among point-supervised alternatives, 41.05%/27.62%/80.01% on DOTA/DIOR/HRSC datasets.
1414

15+
## Basic patterns
16+
17+
Extract [basic_patterns.zip](https://github.com/yuyi1005/point2rbox/files/13816301/basic_patterns.zip) to data folder. The path can also be modified in config files.
18+
1519
## Results and models
1620

1721
DOTA1.0

0 commit comments

Comments
 (0)