---
license: apache-2.0
---
Dataset for Semi-supervised covid segmentation [**"VoCo: A Simple-yet-Effective Volume Contrastive Learning Framework for 3D Medical Image Analysis"**](https://arxiv.org/abs/2402.17300)
Authors: Linshan Wu, Jiaxin Zhuang, and Hao Chen
Please check our [Github](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/VoCovid --repo-type dataset --local-dir . --cache-dir ./cache
```