Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -80,7 +80,9 @@ git lfs install # Make sure Git LFS is installed
|
|
80 |
git clone https://huggingface.co/datasets/byliu/DeepFurniture
|
81 |
```
|
82 |
|
83 |
-
[optional] Uncompress the dataset
|
|
|
|
|
84 |
The dataset loader for compressed assets is TBD.
|
85 |
```
|
86 |
cd DeepFurniture
|
@@ -148,13 +150,12 @@ python visualize_html.py --dataset ./uncompressed_data --scene_idx 101 --output
|
|
148 |
```
|
149 |
|
150 |
|
151 |
-
|
152 |
## License
|
153 |
Apache-2.0
|
154 |
|
155 |
## Acknowledgments
|
156 |
|
157 |
-
- Dataset created by [Kujiale](https://coohom.com)
|
158 |
- Rendered using the leading interior design platform in [Kujiale](https://coohom.com)
|
159 |
- Thanks to millions of designers and artists who contributed to the 3D models and designs
|
160 |
|
|
|
80 |
git clone https://huggingface.co/datasets/byliu/DeepFurniture
|
81 |
```
|
82 |
|
83 |
+
[optional] Uncompress the dataset by the provided script.
|
84 |
+
|
85 |
+
Note: the current dataset loader is only available for uncompressed assets. So, if you want to use the provided dataset loader, you'll need to uncompress the assets firstly.
|
86 |
The dataset loader for compressed assets is TBD.
|
87 |
```
|
88 |
cd DeepFurniture
|
|
|
150 |
```
|
151 |
|
152 |
|
|
|
153 |
## License
|
154 |
Apache-2.0
|
155 |
|
156 |
## Acknowledgments
|
157 |
|
158 |
+
- Dataset created and owned by [Kujiale](https://coohom.com)
|
159 |
- Rendered using the leading interior design platform in [Kujiale](https://coohom.com)
|
160 |
- Thanks to millions of designers and artists who contributed to the 3D models and designs
|
161 |
|