BodyMaps commited on
Commit
e53cc46
·
verified ·
1 Parent(s): e5a4f1e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -12
README.md CHANGED
@@ -19,13 +19,6 @@ task_categories:
19
  - image-to-text
20
  ---
21
 
22
- <picture>
23
- <source media="(prefers-color-scheme: dark)" srcset="https://huggingface.co/datasets/BodyMaps/CancerVerse/resolve/main/assets/bodymaps-lockup-dark.png">
24
- <img alt="BodyMaps" src="https://huggingface.co/datasets/BodyMaps/CancerVerse/resolve/main/assets/bodymaps-lockup-light.png" width="380">
25
- </picture>
26
-
27
- <!-- bodymaps-logo-header -->
28
-
29
  # 🩻 CancerVerse
30
 
31
  ### The first **longitudinal**, **multimodal** CT dataset spanning **13 malignant tumor types**
@@ -141,6 +134,8 @@ bash download_cancerverse.sh
141
 
142
  CancerVerse is released under **CC BY-NC-ND 4.0**. Please review the license before use.
143
 
 
 
144
  ---
145
 
146
  ## 📝 Citation
@@ -149,10 +144,11 @@ A dedicated CancerVerse data paper is forthcoming. In the meantime, if you use C
149
 
150
  ```bibtex
151
  @inproceedings{li2024well,
152
- title={How well do supervised models transfer to 3d image segmentation},
153
  author={Li, Wenxuan and Yuille, Alan and Zhou, Zongwei},
154
- booktitle={The Twelfth International Conference on Learning Representations},
155
- volume={1},
 
156
  year={2024}
157
  }
158
 
@@ -173,6 +169,9 @@ A dedicated CancerVerse data paper is forthcoming. In the meantime, if you use C
173
 
174
  CancerVerse is actively growing — **masks and structured oncology labels are coming next.** ⭐ Follow [BodyMaps on Hugging Face](https://huggingface.co/BodyMaps) and watch this dataset to be notified when each release lands.
175
 
176
- ## Contact
 
 
 
177
 
178
- For commercial licensing, industry collaboration, or partnership inquiries related to BodyMaps datasets, please contact **[hello@thebodymaps.com](mailto:hello@thebodymaps.com)** or visit **[www.thebodymaps.com/contact](https://www.thebodymaps.com/contact/)**.
 
19
  - image-to-text
20
  ---
21
 
 
 
 
 
 
 
 
22
  # 🩻 CancerVerse
23
 
24
  ### The first **longitudinal**, **multimodal** CT dataset spanning **13 malignant tumor types**
 
134
 
135
  CancerVerse is released under **CC BY-NC-ND 4.0**. Please review the license before use.
136
 
137
+ For commercial licensing, industry collaboration, or partnership inquiries related to BodyMaps datasets, please contact **[hello@thebodymaps.com](mailto:hello@thebodymaps.com)** or visit **[www.thebodymaps.com/contact](https://www.thebodymaps.com/contact/)**.
138
+
139
  ---
140
 
141
  ## 📝 Citation
 
144
 
145
  ```bibtex
146
  @inproceedings{li2024well,
147
+ title={How well do supervised 3d models transfer to medical imaging tasks?},
148
  author={Li, Wenxuan and Yuille, Alan and Zhou, Zongwei},
149
+ booktitle={International Conference on Learning Representations},
150
+ volume={2024},
151
+ pages={16389--16404},
152
  year={2024}
153
  }
154
 
 
169
 
170
  CancerVerse is actively growing — **masks and structured oncology labels are coming next.** ⭐ Follow [BodyMaps on Hugging Face](https://huggingface.co/BodyMaps) and watch this dataset to be notified when each release lands.
171
 
172
+ <picture>
173
+ <source media="(prefers-color-scheme: dark)" srcset="https://huggingface.co/datasets/BodyMaps/CancerVerse/resolve/main/assets/bodymaps-lockup-dark.png">
174
+ <img alt="BodyMaps" src="https://huggingface.co/datasets/BodyMaps/CancerVerse/resolve/main/assets/bodymaps-lockup-light.png" width="380">
175
+ </picture>
176
 
177
+ <!-- bodymaps-logo-footer -->