Update README.md
Browse files
README.md
CHANGED
|
@@ -55,7 +55,10 @@ pip install -r requirements.txt
|
|
| 55 |
### 2. Run the Visualizer
|
| 56 |
|
| 57 |
First, download the dataset and place it in your desired `DATASET_ROOT` directory.
|
| 58 |
-
|
|
|
|
|
|
|
|
|
|
| 59 |
|
| 60 |
Then run the visualization script with:
|
| 61 |
|
|
@@ -64,7 +67,6 @@ python visualize.py --dataset-root DATASET_ROOT --scene JmbYfDe2QKZ
|
|
| 64 |
```
|
| 65 |
|
| 66 |
|
| 67 |
-
|
| 68 |
## Data Structure
|
| 69 |
```text
|
| 70 |
HouseLayout3D/
|
|
|
|
| 55 |
### 2. Run the Visualizer
|
| 56 |
|
| 57 |
First, download the dataset and place it in your desired `DATASET_ROOT` directory.
|
| 58 |
+
|
| 59 |
+
```bash
|
| 60 |
+
git clone https://huggingface.co/datasets/houselayout3d/HouseLayout3D ./data
|
| 61 |
+
```
|
| 62 |
|
| 63 |
Then run the visualization script with:
|
| 64 |
|
|
|
|
| 67 |
```
|
| 68 |
|
| 69 |
|
|
|
|
| 70 |
## Data Structure
|
| 71 |
```text
|
| 72 |
HouseLayout3D/
|