Add pipeline tag and library name metadata
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 4 |
# Semantic-decoupled Spatial Partition Guided Point-supervised Oriented Object Detection
|
| 5 |
|
| 6 |
[](https://arxiv.org/pdf/2506.10601)
|
|
@@ -38,10 +41,6 @@ All pseudo-labeling results are available in [pseudo_labels](https://huggingface
|
|
| 38 |
|
| 39 |
If you find this work helpful for your research, please consider giving this repo a star ⭐ and citing our papers:
|
| 40 |
|
| 41 |
-
|
| 42 |
-
## Citation
|
| 43 |
-
If this work is helpful for your research, please consider citing the following BibTeX entry.
|
| 44 |
-
|
| 45 |
``` bibtex
|
| 46 |
@misc{liu2025ssp,
|
| 47 |
title={Semantic-decoupled Spatial Partition Guided Point-supervised Oriented Object Detection},
|
|
@@ -60,11 +59,10 @@ If this work is helpful for your research, please consider citing the following
|
|
| 60 |
pages={17406--17415},
|
| 61 |
year={2024}
|
| 62 |
}
|
| 63 |
-
|
| 64 |
```
|
| 65 |
|
| 66 |
## Related resources
|
| 67 |
|
| 68 |
We acknowledge all the open-source contributors for the following projects to make this work possible:
|
| 69 |
- [PointOBB-v2](https://github.com/VisionXLab/PointOBB-v2)
|
| 70 |
-
- [MMRotate](https://github.com/open-mmlab/mmrotate)
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: object-detection
|
| 4 |
+
library_name: mmrotate
|
| 5 |
---
|
| 6 |
+
|
| 7 |
# Semantic-decoupled Spatial Partition Guided Point-supervised Oriented Object Detection
|
| 8 |
|
| 9 |
[](https://arxiv.org/pdf/2506.10601)
|
|
|
|
| 41 |
|
| 42 |
If you find this work helpful for your research, please consider giving this repo a star ⭐ and citing our papers:
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
``` bibtex
|
| 45 |
@misc{liu2025ssp,
|
| 46 |
title={Semantic-decoupled Spatial Partition Guided Point-supervised Oriented Object Detection},
|
|
|
|
| 59 |
pages={17406--17415},
|
| 60 |
year={2024}
|
| 61 |
}
|
|
|
|
| 62 |
```
|
| 63 |
|
| 64 |
## Related resources
|
| 65 |
|
| 66 |
We acknowledge all the open-source contributors for the following projects to make this work possible:
|
| 67 |
- [PointOBB-v2](https://github.com/VisionXLab/PointOBB-v2)
|
| 68 |
+
- [MMRotate](https://github.com/open-mmlab/mmrotate)
|