xiaohaox commited on
Commit
7c357fd
·
verified ·
1 Parent(s): daf4f46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -232,3 +232,14 @@ If you use MD-3K, please cite:
232
  year={2026}
233
  }
234
  ```
 
 
 
 
 
 
 
 
 
 
 
 
232
  year={2026}
233
  }
234
  ```
235
+
236
+ Also, the segmentation labels are aourced from GDD dataset. So please cite:
237
+ ```bibtex
238
+ @inproceedings{Mei_2020_CVPR,
239
+ author = {Mei, Haiyang and Yang, Xin and Wang, Yang and Liu, Yuanyuan and He, Shengfeng and Zhang, Qiang and Wei, Xiaopeng and Lau, Rynson W.H.},
240
+ title = {Don't Hit Me! Glass Detection in Real-World Scenes},
241
+ booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
242
+ month = {June},
243
+ year = {2020}
244
+ }
245
+ ```