Datasets:
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
Dataset for CVPR 2024 paper, [**"VoCo: A Simple-yet-Effective Volume Contrastive Learning Framework for 3D Medical Image Analysis"**](https://arxiv.org/abs/2402.17300)
|
| 5 |
+
|
| 6 |
+
Authors: Linshan Wu, <a href="https://scholar.google.com/citations?user=PfM5gucAAAAJ&hl=en">Jiaxin Zhuang</a>, and <a href="https://scholar.google.com/citations?hl=en&user=Z_t5DjwAAAAJ">Hao Chen</a>
|
| 7 |
+
|
| 8 |
+
Please check our [Github](https://github.com/Luffy03/Large-Scale-Medical).
|
| 9 |
+
|
| 10 |
+
**NOTE THAT** we are not the authors of these datasets. Although all these datasets are publicly available for academic research, you need to cite the original works as shown in our paper.
|
| 11 |
+
For certain datasets that necessitate approval from the authors, you need to download it from the original link.
|
| 12 |
+
|
| 13 |
+
## Download Dataset
|
| 14 |
+
```
|
| 15 |
+
cd VoCo
|
| 16 |
+
mkdir data
|
| 17 |
+
huggingface-cli download Luffy503/VoCo_Downstream --repo-type dataset --local-dir . --cache-dir ./cache
|
| 18 |
+
```
|