Datasets:

ArXiv:
License:

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.


license: apache-2.0

Linshan Wu, Jiaxin Zhuang, and Hao Chen. "Large-Scale 3D Medical Image Pre-training with Geometric Context Priors". 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

cd VoCo
mkdir data
huggingface-cli download Luffy503/VoComni  --repo-type dataset --local-dir .  --cache-dir ./cache
# Step 1: Merge the split files
cat imagesTr* > imagesTr.tar.gz

# Step 2: Decompress the merged tarball
tar -xzf imagesTr.tar.gz

# Step 3: Clean up
rm imagesTr.tar.gz
rm imagesTr*
Downloads last month
71