nielsr HF staff commited on
Commit
4530816
·
verified ·
1 Parent(s): c3189f5

Add task category, link to paper

Browse files

This PR ensures the dataset is linked to and can be found at https://huggingface.co/papers/2311.13385.

Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
  license: apache-2.0
 
 
3
  tags:
4
  - multi-modal
5
  - 3D medical segmentation
6
- size_categories:
7
- - 1K<n<10K
8
  ---
9
 
10
  ![Data_visualization](M3D_Seg.jpg)
@@ -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
  ![Data_visualization](M3D_Seg.jpg)
 
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
+ ```