File size: 689 Bytes
6e8b713
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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.