Add pipeline tag and improve metadata
Browse filesThis PR adds the `pipeline_tag: image-segmentation` to the model metadata to improve discoverability. It also updates the paper link to point to the Hugging Face paper page.
README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
datasets:
|
| 4 |
- mcosarinsky/CheXmask-U
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- medical
|
| 7 |
---
|
| 8 |
|
| 9 |
# CheXmask-U: Uncertainty-aware landmark-based anatomical segmentation for chest X-rays
|
| 10 |
|
| 11 |
-
๐ [Paper](https://
|
| 12 |
|
| 13 |
---
|
| 14 |
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
datasets:
|
| 3 |
- mcosarinsky/CheXmask-U
|
| 4 |
+
license: mit
|
| 5 |
+
pipeline_tag: image-segmentation
|
| 6 |
tags:
|
| 7 |
- medical
|
| 8 |
---
|
| 9 |
|
| 10 |
# CheXmask-U: Uncertainty-aware landmark-based anatomical segmentation for chest X-rays
|
| 11 |
|
| 12 |
+
๐ [Paper](https://huggingface.co/papers/2512.10715) | ๐ป [Code](https://github.com/mcosarinsky/CheXmask-U) | ๐๏ธ [Interactive Demo](https://huggingface.co/spaces/mcosarinsky/CheXmask-U) | ๐ฆ [Dataset](https://huggingface.co/datasets/mcosarinsky/CheXmask-U)
|
| 13 |
|
| 14 |
---
|
| 15 |
|