Datasets:
Tasks:
Depth Estimation
Languages:
English
Size:
1K<n<10K
ArXiv:
Tags:
depth-estimation
monocular-depth-estimation
ordinal-depth
spatial-reasoning
transparent-scenes
glass
License:
Update README.md
Browse files
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 |
+
```
|