nielsr HF Staff commited on
Commit
e46854d
·
verified ·
1 Parent(s): a8b2726

Improve dataset card: Add paper/project page links and relevant metadata tags

Browse files

This PR improves the dataset card for the `StereoFromCarla` dataset by:
- Adding a direct link to the associated paper, [Stereo Anything: Unifying Zero-shot Stereo Matching with Large-Scale Mixed Data](https://huggingface.co/papers/2411.14053), and its project page, [https://xiandaguo.net/StereoAnything](https://xiandaguo.net/StereoAnything).
- Adding a brief introductory sentence linking the dataset to the paper.
- Enhancing discoverability by adding relevant `language` and `tags` (`stereo-matching`, `synthetic-data`, `carla`, `driving`, `3d-vision`) to the dataset card metadata.

Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,13 +1,23 @@
1
  ---
2
  license: mit
3
  task_categories:
4
- - depth-estimation
5
- - image-to-image
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # StereoFromCarla
9
 
10
- [\[📂 GitHub\]](https://github.com/XiandaGuo/OpenStereo)
 
 
11
 
12
  ## Introduction
13
 
 
1
  ---
2
  license: mit
3
  task_categories:
4
+ - depth-estimation
5
+ - image-to-image
6
+ language:
7
+ - en
8
+ tags:
9
+ - stereo-matching
10
+ - synthetic-data
11
+ - carla
12
+ - driving
13
+ - 3d-vision
14
  ---
15
 
16
  # StereoFromCarla
17
 
18
+ This repository contains the dataset StereoFromCarla, introduced in the paper [Stereo Anything: Unifying Zero-shot Stereo Matching with Large-Scale Mixed Data](https://huggingface.co/papers/2411.14053).
19
+
20
+ [Paper](https://huggingface.co/papers/2411.14053) | [Project Page](https://xiandaguo.net/StereoAnything) | [Code](https://github.com/XiandaGuo/OpenStereo)
21
 
22
  ## Introduction
23