gvecchio commited on
Commit
98d5fea
1 Parent(s): e6a164a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -223,4 +223,18 @@ dl = DataLoader(ds["test"], batch_size=8)
223
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
224
  year={2024}
225
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
226
  ```
 
223
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
224
  year={2024}
225
  }
226
+ ```
227
+
228
+ If you use the data from Deschaintre et al. contained in this dataset, please also cite:
229
+ ```
230
+ @article{deschaintre2018single,
231
+ title={Single-image svbrdf capture with a rendering-aware deep network},
232
+ author={Deschaintre, Valentin and Aittala, Miika and Durand, Fredo and Drettakis, George and Bousseau, Adrien},
233
+ journal={ACM Transactions on Graphics (ToG)},
234
+ volume={37},
235
+ number={4},
236
+ pages={1--15},
237
+ year={2018},
238
+ publisher={ACM New York, NY, USA}
239
+ }
240
  ```