File size: 970 Bytes
d771dd0 5a128a1 d771dd0 5a128a1 d771dd0 5a128a1 17da5cc d771dd0 1944d21 d771dd0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
license: apache-2.0
---
Linshan Wu, Jiaxin Zhuang, and <a href="https://scholar.google.com/citations?hl=en&user=Z_t5DjwAAAAJ">**Hao Chen**</a>. [**"Large-Scale 3D Medical Image Pre-training with Geometric Context Priors"**](https://arxiv.org/abs/2410.09890). CVPR 2024 Extension.
Paper link: https://arxiv.org/abs/2410.09890
Code link: https://github.com/Luffy03/Large-Scale-Medical
**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.
For certain datasets that necessitate approval from the authors, you need to download it from the original link.
## Download Dataset
Some datasets at https://huggingface.co/datasets/Luffy503/VoCo_Downstream and https://huggingface.co/datasets/Luffy503/VoCo-10k
```
cd VoCo
mkdir data
huggingface-cli download Luffy503/PreCT-160K --repo-type dataset --local-dir . --cache-dir ./cache
``` |