# Scannetpp V2 Preprocessed Dataset | |
This dataset contains the scannetpp_v2_preprocessed dataset split into chunks for easier download. | |
## Files | |
- **Original file**: scannetpp_v2_preprocessed.zip (~31GB) | |
- **Chunks**: 31 files (~1GB each) | |
- **Scripts**: merge.sh, download.py, unzip.sh | |
## Usage | |
1. Download all files: | |
```bash | |
git clone https://huggingface.co/datasets/Gen3DF/scannetpp_v2_preprocessed | |
cd scannetpp_v2_preprocessed/scannetpp_v2_preprocessed | |
``` | |
2. Reassemble the original file: | |
```bash | |
chmod +x merge.sh | |
./merge.sh | |
``` | |
3. Extract contents: | |
```bash | |
chmod +x unzip.sh | |
./unzip.sh | |
``` | |