Improve model card: Add pipeline tag and relevant tags
Browse filesThis PR improves the model card for "Semantic Diffusion Posterior Sampling for Cardiac Ultrasound Dehazing" by:
- Adding `pipeline_tag: image-segmentation`, making it discoverable under the correct pipeline.
- Including relevant `tags` such as `diffusion`, `ultrasound`, `dehazing`, and `medical-imaging` for better categorization and searchability on the Hub.
The existing `paper` and `code` links in the metadata are retained as per current best practices.
README.md
CHANGED
@@ -1,7 +1,14 @@
|
|
1 |
---
|
2 |
paper: https://arxiv.org/abs/2508.17326
|
3 |
code: https://github.com/tristan-deep/semantic-diffusion-echo-dehazing
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
|
|
5 |
Segmentation model trained on the [DehazeEcho2025 dataset](https://dehazingecho2025.grand-challenge.org/).
|
6 |
Used in the [_Semantic Diffusion Posterior Sampling for Cardiac Ultrasound Dehazing_](https://arxiv.org/abs/2508.17326) paper.
|
7 |
See the [GitHub repository](https://github.com/tristan-deep/semantic-diffusion-echo-dehazing) for the codebase and more info.
|
|
|
1 |
---
|
2 |
paper: https://arxiv.org/abs/2508.17326
|
3 |
code: https://github.com/tristan-deep/semantic-diffusion-echo-dehazing
|
4 |
+
pipeline_tag: image-segmentation
|
5 |
+
tags:
|
6 |
+
- diffusion
|
7 |
+
- ultrasound
|
8 |
+
- dehazing
|
9 |
+
- medical-imaging
|
10 |
---
|
11 |
+
|
12 |
Segmentation model trained on the [DehazeEcho2025 dataset](https://dehazingecho2025.grand-challenge.org/).
|
13 |
Used in the [_Semantic Diffusion Posterior Sampling for Cardiac Ultrasound Dehazing_](https://arxiv.org/abs/2508.17326) paper.
|
14 |
See the [GitHub repository](https://github.com/tristan-deep/semantic-diffusion-echo-dehazing) for the codebase and more info.
|