nielsr HF Staff commited on
Commit
303096e
·
verified ·
1 Parent(s): c683cb8

Add pipeline and library tags, and enrich description for UAGLNet

Browse files

This PR improves the model card for UAGLNet by:
- Adding the `pipeline_tag: image-segmentation` to correctly classify the model's task.
- Adding the `library_name: pytorch` based on clear evidence in the GitHub repository's `requirements.txt` and installation instructions.
- Enriching the main content with a concise description of the model, summarizing its key features.
- Ensuring the paper link remains an arXiv link, adhering to the instruction not to replace existing arXiv links.
- Removing the "File information" section, as it's not intended for the public model card.

Please review and merge if these improvements are satisfactory.

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,9 +1,13 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
 
5
  # UAGLNet
6
 
 
 
7
  **Repository:** [https://github.com/Dstate/UAGLNet](https://github.com/Dstate/UAGLNet)
8
 
9
- **Paper:** *“UAGLNet: Uncertainty-Aggregated Global-Local Fusion Network with Cooperative CNN-Transformer for Building Extraction”* ([arXiv:2512.12941](https://arxiv.org/abs/2512.12941))
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: image-segmentation
4
+ library_name: pytorch
5
  ---
6
 
7
  # UAGLNet
8
 
9
+ UAGLNet (Uncertainty-Aggregated Global-Local Fusion Network) is a model designed for building extraction from remote sensing images. It exploits high-quality global-local visual semantics under the guidance of uncertainty modeling, using a cooperative encoder with hybrid CNN and transformer layers.
10
+
11
  **Repository:** [https://github.com/Dstate/UAGLNet](https://github.com/Dstate/UAGLNet)
12
 
13
+ **Paper:** *“UAGLNet: Uncertainty-Aggregated Global-Local Fusion Network with Cooperative CNN-Transformer for Building Extraction”* ([arXiv:2512.12941](https://arxiv.org/abs/2512.12941))