Datasets:
correct citation
Browse files- .gitattributes +0 -3
- README.md +3 -3
.gitattributes
CHANGED
@@ -57,6 +57,3 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
60 |
-
|
61 |
-
*.html filter=lfs diff=lfs merge=lfs -text
|
62 |
-
visualizations/*.html filter=lfs diff=lfs merge=lfs -text
|
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
README.md
CHANGED
@@ -153,10 +153,10 @@ python visualize_html.py --dataset ./uncompressed_data --scene_idx 101 --output
|
|
153 |
|
154 |
If you use this dataset, please cite:
|
155 |
```bibtex
|
156 |
-
@article{
|
157 |
title={Furnishing Your Room by What You See: An End-to-End Furniture Set Retrieval Framework with Rich Annotated Benchmark Dataset},
|
158 |
-
author={Liu
|
159 |
journal={arXiv preprint arXiv:1911.09299},
|
160 |
-
year={
|
161 |
}
|
162 |
```
|
|
|
153 |
|
154 |
If you use this dataset, please cite:
|
155 |
```bibtex
|
156 |
+
@article{liu2019furnishing,
|
157 |
title={Furnishing Your Room by What You See: An End-to-End Furniture Set Retrieval Framework with Rich Annotated Benchmark Dataset},
|
158 |
+
author={Bingyuan Liu and Jiantao Zhang and Xiaoting Zhang and Wei Zhang and Chuanhui Yu and Yuan Zhou},
|
159 |
journal={arXiv preprint arXiv:1911.09299},
|
160 |
+
year={2019},
|
161 |
}
|
162 |
```
|