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
- Download all files:
git clone https://huggingface.co/datasets/Gen3DF/Structured3d-preprocessed
cd Structured3d-preprocessed/structured3d
- Reassemble the original file:
chmod +x merge.sh
./merge.sh
- Extract contents:
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.