Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Structured3D Dataset
|
2 |
+
|
3 |
+
This dataset contains the structured3d dataset split into chunks for easier download.
|
4 |
+
|
5 |
+
## Files
|
6 |
+
- **Original file**: structured3d.tar.gz (~307GB)
|
7 |
+
- **Chunks**: 308 files (~1GB each)
|
8 |
+
- **Scripts**: merge.sh, download.py, extract.sh
|
9 |
+
|
10 |
+
## Usage
|
11 |
+
|
12 |
+
1. Download all files:
|
13 |
+
```bash
|
14 |
+
git clone https://huggingface.co/datasets/Gen3DF/Structured3d-preprocessed
|
15 |
+
cd Structured3d-preprocessed/structured3d
|
16 |
+
```
|
17 |
+
|
18 |
+
2. Reassemble the original file:
|
19 |
+
```bash
|
20 |
+
chmod +x merge.sh
|
21 |
+
./merge.sh
|
22 |
+
```
|
23 |
+
|
24 |
+
3. Extract contents:
|
25 |
+
```bash
|
26 |
+
chmod +x extract.sh
|
27 |
+
./extract.sh
|
28 |
+
```
|
29 |
+
|
30 |
+
## Note
|
31 |
+
This is an extremely large dataset (307GB). Make sure you have sufficient disk space before downloading and extracting.
|