nielsr HF Staff commited on
Commit
e199dcd
·
verified ·
1 Parent(s): 7c357fd

Link paper and GitHub repository in dataset card

Browse files

This PR improves the dataset card by adding hyperlinked references to the ECCV 2026 paper and its corresponding GitHub repository.

Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- pretty_name: "MD-3K: MultiDepth-3K Benchmark"
3
  language:
4
  - en
5
  license: other
@@ -7,6 +6,7 @@ size_categories:
7
  - 1K<n<10K
8
  task_categories:
9
  - depth-estimation
 
10
  tags:
11
  - depth-estimation
12
  - monocular-depth-estimation
@@ -25,10 +25,10 @@ MD-3K is a real-world diagnostic benchmark for probing **geometric ambiguity** i
25
 
26
  This dataset accompanies the ECCV 2026 paper:
27
 
28
- > **One Scene, Two Depths: Probing Geometric Ambiguity in Monocular Foundation Models**
29
  > Xiaohao Xu, Feng Xue, Xiang Li, Haowei Li, Shusheng Yang, Tianyi Zhang, Matthew Johnson-Roberson, Xiaonan Huang.
30
 
31
- Code repository: `https://github.com/Xiaohao-Xu/Ambiguity-in-Space`
32
 
33
  ## Release files
34
 
@@ -195,11 +195,9 @@ This is not a per-image oracle and should not be described as automatic test-tim
195
 
196
  The evaluation and analysis code is maintained in the GitHub repository:
197
 
198
- ```text
199
- https://github.com/Xiaohao-Xu/Ambiguity-in-Space
200
- ```
201
 
202
- Laplacian Visual Prompting (LVP) is a deterministic, training-free input transformation. It has no learned parameters and no checkpoint, so it is not released here as a Hugging Face model. The intended use is to apply the transform to the input image, map the result back to a standard RGB image representation, and pass it through the same depth-model processor used for the original RGB input.
203
 
204
  ## Recommended use
205
 
@@ -227,13 +225,13 @@ If you use MD-3K, please cite:
227
  ```bibtex
228
  @inproceedings{xu2026onescenetwodepths,
229
  title={One Scene, Two Depths: Probing Geometric Ambiguity in Monocular Foundation Models},
230
- author={Xu, Xiaohao and Xue, Feng and Li, Xiang and Li, Haowei and Yang, Shusheng and Zhang, Tianyi and Johnson-Roberson, Matthew and Huang, Xiaonan},
231
  booktitle={European Conference on Computer Vision (ECCV)},
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.},
 
1
  ---
 
2
  language:
3
  - en
4
  license: other
 
6
  - 1K<n<10K
7
  task_categories:
8
  - depth-estimation
9
+ pretty_name: 'MD-3K: MultiDepth-3K Benchmark'
10
  tags:
11
  - depth-estimation
12
  - monocular-depth-estimation
 
25
 
26
  This dataset accompanies the ECCV 2026 paper:
27
 
28
+ > **[One Scene, Two Depths: Probing Geometric Ambiguity in Monocular Foundation Models](https://arxiv.org/abs/2606.29600)**
29
  > Xiaohao Xu, Feng Xue, Xiang Li, Haowei Li, Shusheng Yang, Tianyi Zhang, Matthew Johnson-Roberson, Xiaonan Huang.
30
 
31
+ Code repository: [Xiaohao-Xu/Ambiguity-in-Space](https://github.com/Xiaohao-Xu/Ambiguity-in-Space)
32
 
33
  ## Release files
34
 
 
195
 
196
  The evaluation and analysis code is maintained in the GitHub repository:
197
 
198
+ [https://github.com/Xiaohao-Xu/Ambiguity-in-Space](https://github.com/Xiaohao-Xu/Ambiguity-in-Space)
 
 
199
 
200
+ Laplacian Visual Prompting (LVP) is a deterministic, training-free spectral input transformation. It has no learned parameters and no checkpoint, so it is not released here as a Hugging Face model. The intended use is to apply the transform to the input image, map the result back to a standard RGB image representation, and pass it through the same depth-model processor used for the original RGB input.
201
 
202
  ## Recommended use
203
 
 
225
  ```bibtex
226
  @inproceedings{xu2026onescenetwodepths,
227
  title={One Scene, Two Depths: Probing Geometric Ambiguity in Monocular Foundation Models},
228
+ author={Xu, Xiaohao and Xue, Feng and Li, Xiang and Li, Haowei and Yang, Shusheng and Zhang, Tianyi and Matthew Johnson-Roberson, Matthew and Huang, Xiaonan},
229
  booktitle={European Conference on Computer Vision (ECCV)},
230
  year={2026}
231
  }
232
  ```
233
 
234
+ Also, the segmentation labels are sourced from the GDD dataset. So please cite:
235
  ```bibtex
236
  @inproceedings{Mei_2020_CVPR,
237
  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.},