nielsr HF Staff commited on
Commit
fdfa835
·
verified ·
1 Parent(s): 90543bf

Add pipeline tag and library name metadata

Browse files

Hi! I'm Niels from the community science team at Hugging Face.

This PR adds metadata to your model card to improve its discoverability on the Hugging Face Hub:
- `pipeline_tag: object-detection`: This categorizes your model correctly for users interested in computer vision tasks.
- `library_name: mmrotate`: This identifies the framework used, enabling specific features for OpenMMLab-based models.

These changes will help other researchers find and use your work more easily!

Files changed (1) hide show
  1. README.md +4 -6
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
  [![arxiv](https://img.shields.io/badge/arXiv-2506.10601-479ee2.svg)](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
  [![arxiv](https://img.shields.io/badge/arXiv-2506.10601-479ee2.svg)](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)