# Structured3D Dataset | |
This dataset contains the structured3d dataset split into chunks for easier download. | |
## Files | |
- **Original file**: structured3d.tar.gz (~307GB) | |
- **Chunks**: 308 files (~1GB each) | |
- **Scripts**: merge.sh, download.py, extract.sh | |
## Usage | |
1. Download all files: | |
```bash | |
git clone https://huggingface.co/datasets/Gen3DF/Structured3d-preprocessed | |
cd Structured3d-preprocessed/structured3d | |
``` | |
2. Reassemble the original file: | |
```bash | |
chmod +x merge.sh | |
./merge.sh | |
``` | |
3. Extract contents: | |
```bash | |
chmod +x extract.sh | |
./extract.sh | |
``` | |
## Note | |
This is an extremely large dataset (307GB). Make sure you have sufficient disk space before downloading and extracting. | |