Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,54 +1,37 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
- name: trajectory_2d
|
| 5 |
-
sequence:
|
| 6 |
-
sequence: int64
|
| 7 |
-
- name: goal_2d
|
| 8 |
-
sequence: int64
|
| 9 |
-
- name: trajectory_3d
|
| 10 |
-
sequence:
|
| 11 |
-
sequence: float64
|
| 12 |
-
- name: shorter_trajectory_2d
|
| 13 |
-
sequence:
|
| 14 |
-
sequence: int64
|
| 15 |
-
- name: shorter_trajectory_3d
|
| 16 |
-
sequence:
|
| 17 |
-
sequence: float64
|
| 18 |
-
- name: subsampled_trajectory_2d
|
| 19 |
-
sequence:
|
| 20 |
-
sequence: int64
|
| 21 |
-
- name: lang_goal
|
| 22 |
-
dtype: string
|
| 23 |
-
- name: text
|
| 24 |
-
dtype: string
|
| 25 |
-
- name: label
|
| 26 |
-
dtype: string
|
| 27 |
-
- name: label_list
|
| 28 |
-
sequence:
|
| 29 |
-
sequence: string
|
| 30 |
-
- name: horizon
|
| 31 |
-
dtype: int64
|
| 32 |
-
- name: curvature
|
| 33 |
-
dtype: float64
|
| 34 |
-
- name: image
|
| 35 |
-
dtype: image
|
| 36 |
-
- name: camera_params
|
| 37 |
-
dtype: string
|
| 38 |
-
splits:
|
| 39 |
-
- name: train
|
| 40 |
-
num_bytes: 26308143397.0
|
| 41 |
-
num_examples: 278734
|
| 42 |
-
- name: validation
|
| 43 |
-
num_bytes: 26308143397.0
|
| 44 |
-
num_examples: 278734
|
| 45 |
-
download_size: 52511372232
|
| 46 |
-
dataset_size: 52616286794.0
|
| 47 |
-
configs:
|
| 48 |
-
- config_name: default
|
| 49 |
-
data_files:
|
| 50 |
-
- split: train
|
| 51 |
-
path: data/train-*
|
| 52 |
-
- split: validation
|
| 53 |
-
path: data/validation-*
|
| 54 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
tags:
|
| 3 |
+
- vlm-navigation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
+
|
| 6 |
+
# cocoqa_localized_narratives
|
| 7 |
+
|
| 8 |
+
## Description
|
| 9 |
+
|
| 10 |
+
Concatenated dataset of all of cocoqa and localized_narratives.
|
| 11 |
+
|
| 12 |
+
## Processing Parameters
|
| 13 |
+
|
| 14 |
+
```yaml
|
| 15 |
+
{}
|
| 16 |
+
|
| 17 |
+
```
|
| 18 |
+
|
| 19 |
+
## Dataset Configuration
|
| 20 |
+
|
| 21 |
+
```yaml
|
| 22 |
+
Train dataset:
|
| 23 |
+
mixer: mateoguaman/cocoqa_trajectory_format: 1.0
|
| 24 |
+
mateoguaman/localized_narratives_trajectory_format: 1.0
|
| 25 |
+
|
| 26 |
+
split: train
|
| 27 |
+
|
| 28 |
+
Validation dataset:
|
| 29 |
+
mixer: mateoguaman/cocoqa_trajectory_format: 1.0
|
| 30 |
+
mateoguaman/localized_narratives_trajectory_format: 1.0
|
| 31 |
+
|
| 32 |
+
split: train
|
| 33 |
+
```
|
| 34 |
+
|
| 35 |
+
## Additional Information
|
| 36 |
+
|
| 37 |
+
This dataset was created by consolidating cached processed datasets from the VLM Navigation project.
|