Add task category, link to paper
#3
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- multi-modal
|
| 5 |
- 3D medical segmentation
|
| 6 |
-
|
| 7 |
-
-
|
| 8 |
---
|
| 9 |
|
| 10 |

|
|
@@ -151,6 +153,8 @@ facilitating model training and testing.
|
|
| 151 |
| 0023 |MSD-spleen| http://medicaldecathlon.com/|
|
| 152 |
| 0024 |LUNA16| https://luna16.grand-challenge.org/Data/|
|
| 153 |
|
|
|
|
|
|
|
| 154 |
|
| 155 |
## Dataset Copyright Information
|
| 156 |
|
|
@@ -176,4 +180,4 @@ If you use this dataset, please cite the following works:
|
|
| 176 |
archivePrefix={arXiv},
|
| 177 |
primaryClass={cs.CV}
|
| 178 |
}
|
| 179 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
size_categories:
|
| 4 |
+
- 1K<n<10K
|
| 5 |
tags:
|
| 6 |
- multi-modal
|
| 7 |
- 3D medical segmentation
|
| 8 |
+
task_categories:
|
| 9 |
+
- image-segmentation
|
| 10 |
---
|
| 11 |
|
| 12 |

|
|
|
|
| 153 |
| 0023 |MSD-spleen| http://medicaldecathlon.com/|
|
| 154 |
| 0024 |LUNA16| https://luna16.grand-challenge.org/Data/|
|
| 155 |
|
| 156 |
+
## SegVol Paper
|
| 157 |
+
This dataset was used in the paper [SegVol: Universal and Interactive Volumetric Medical Image Segmentation](https://huggingface.co/papers/2311.13385).
|
| 158 |
|
| 159 |
## Dataset Copyright Information
|
| 160 |
|
|
|
|
| 180 |
archivePrefix={arXiv},
|
| 181 |
primaryClass={cs.CV}
|
| 182 |
}
|
| 183 |
+
```
|