nielsr HF Staff commited on
Commit
8c4b9fb
·
verified ·
1 Parent(s): d02072c

Add links to paper, project page, and code

Browse files

This PR fills in the TODO placeholders in the "Dataset Sources" section with the actual links to the paper, project page, and GitHub repository.

Files changed (1) hide show
  1. README.md +21 -20
README.md CHANGED
@@ -1,22 +1,22 @@
1
  ---
2
- pretty_name: MV2 Dataset
3
- license: other
4
  language:
5
- - en
 
6
  task_categories:
7
- - image-to-image
8
- - depth-estimation
9
- - image-segmentation
 
10
  tags:
11
- - autonomous-driving
12
- - multi-view
13
- - multi-vehicle
14
- - drone
15
- - neural-rendering
16
- - novel-view-synthesis
17
- - 3d-reconstruction
18
- - urban-driving
19
- - indian-roads
20
  ---
21
 
22
  # MV2 Dataset
@@ -42,10 +42,10 @@ Unlike single-ego-vehicle driving datasets, MV2 includes multiple observation pl
42
 
43
  ### Dataset Sources
44
 
45
- - **Repository:** TODO: add Hugging Face dataset URL
46
- - **Project page:** TODO: add MV2 project page URL
47
- - **Paper:** TODO: add paper/arXiv link
48
- - **Code:** TODO: add GitHub repository link
49
 
50
  ## Dataset Structure
51
 
@@ -186,4 +186,5 @@ sanjaytinku810@gmail.com
186
  ## Updates
187
 
188
  - Initial full dataset release.
189
- - Dynamic object segmentation masks are planned for a future update.
 
 
1
  ---
 
 
2
  language:
3
+ - en
4
+ license: other
5
  task_categories:
6
+ - image-to-image
7
+ - depth-estimation
8
+ - image-segmentation
9
+ pretty_name: MV2 Dataset
10
  tags:
11
+ - autonomous-driving
12
+ - multi-view
13
+ - multi-vehicle
14
+ - drone
15
+ - neural-rendering
16
+ - novel-view-synthesis
17
+ - 3d-reconstruction
18
+ - urban-driving
19
+ - indian-roads
20
  ---
21
 
22
  # MV2 Dataset
 
42
 
43
  ### Dataset Sources
44
 
45
+ - **Repository:** This Hugging Face dataset repository
46
+ - **Project page:** [https://mv2-dataset.github.io/](https://mv2-dataset.github.io/)
47
+ - **Paper:** [MV2: Multi-View Multi-Vehicle Driving Dataset for Novel View Synthesis](https://huggingface.co/papers/2608.12442)
48
+ - **Code:** [https://github.com/sanjay-810/MV2dataset](https://github.com/sanjay-810/MV2dataset)
49
 
50
  ## Dataset Structure
51
 
 
186
  ## Updates
187
 
188
  - Initial full dataset release.
189
+ - Dynamic object segmentation masks are planned for a future update.
190
+ ```