Datasets:
Add links to paper, project page, and code
Browse filesThis PR fills in the TODO placeholders in the "Dataset Sources" section with the actual links to the paper, project page, and GitHub repository.
README.md
CHANGED
|
@@ -1,22 +1,22 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: MV2 Dataset
|
| 3 |
-
license: other
|
| 4 |
language:
|
| 5 |
-
|
|
|
|
| 6 |
task_categories:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
| 10 |
tags:
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 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:**
|
| 46 |
-
- **Project page:**
|
| 47 |
-
- **Paper:**
|
| 48 |
-
- **Code:**
|
| 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 |
+
```
|