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