Datasets:
File size: 3,952 Bytes
815cdec 9137b9f 47b63e6 815cdec 5a23af7 3e5f087 ed8ca93 3e5f087 815cdec 5a23af7 ed8ca93 9cb507a 815cdec 47b63e6 a898fdd 815cdec a898fdd 815cdec e881702 4b49d98 9e81e66 c229c24 4b49d98 9e81e66 c229c24 815cdec a898fdd 815cdec b40517a 815cdec d5f327f 815cdec 6b7060a 815cdec 9137b9f 815cdec 47b63e6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 |
---
license: cc-by-nc-4.0
task_categories:
- image-to-text
dataset_info:
features:
- name: image
dtype: image
- name: file_name
dtype: string
- name: path_index
dtype: int64
- name: node_index
dtype: int64
- name: split
dtype: string
- name: latitude
dtype: float64
- name: longitude
dtype: float64
- name: month
dtype: int64
- name: year
dtype: int64
- name: move
dtype: float64
- name: heading
dtype: float64
- name: month_action
dtype: int64
- name: year_action
dtype: int64
splits:
- name: train
num_bytes: 95465834864.625
num_examples: 1670003
- name: test
num_bytes: 1691121089.0
num_examples: 34000
download_size: 50700120251
dataset_size: 97156955953.625
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
tags:
- autonomous-driving
- road-images
- spatio-temporal
---
# STRIDE
We develop STRIDE (Spatio-Temporal Road Image Dataset for Exploration), that consists of approximately 82B tokens which were arranged into a total of 6M visual "sentences" or token sequences. The sequences are generated from a relatively small set of 131k panoramic images, along with their metadata and openly available highway system data. Our approach enables a 27x increase in information, allowing for generative world model training. In essence, STRIDE turns real street-view panoramic observations into a navigable, interactive environment suitable for free-play across space and time.
For ease of use and data exploration, we prepared this sample of 10k detokenized paths, which amounts to about 100k projected panoramic images along with its corresponding metadata.
## Breakdown
### Dataset (STRIDE)
The full tokenized dataset is made available through two downloadable files in a public GCS bucket:
```bash
gsutil -m cp gs://tera-tardis/STRIDE-1/training.jsonl . # ~327GB
gsutil -m cp gs://tera-tardis/STRIDE-1/testing.jsonl . # ~9GB
```
In the future, the fully detokenized dataset will be made available. Should you need it, feel free to [contact the authors](#contacts).
#### San Mateo Coverage Map

Above is the 70km^2 area we selected for putting together the Google StreetView data using openly available road data. Each directly connected component of the graph is represented with a distinct color, for ease of visualization.
#### Queens Coverage Map

Above is an additional Queens, NY 27km^2 area. Each directly connected component of the graph is represented with a distinct color, for ease of visualization.
### Code (TARDIS)
The code used for training of the model is available [on GitHub](https://github.com/tera-ai/tardis).
### Checkpoints (TARDIS)
The checkpoint/state used for evaluation of the model was saved in MessagePack format and is made available through this downloadable file:
```bash
gsutil -m cp gs://tera-tardis/STRIDE-1/checkpoint.msgpack . # ~10GB
```
Should you need other checkpoints, feel free to [contact the authors](#contacts).
### Project Website
The project website is available [here](https://tera-ai.github.io/tardis-stride-webpage).
## Contacts
* [Héctor Carrión](mailto:[email protected])
* [Yutong Bai](mailto:[email protected])
* [Víctor A. Hernández Castro](mailto:[email protected])
* [Kishan Panaganti](mailto:[email protected])
* [Ayush Zenith](mailto:[email protected])
* [Matthew Trang](mailto:[email protected])
* [Tony Zhang](mailto:[email protected])
<!-- * [Pietro Perona](mailto:) -->
<!-- * [Jitendra Malik](mailto:) -->
## Paper
[TARDIS STRIDE: A Spatio-Temporal Road Image Dataset for Exploration and Autonomy](https://huggingface.co/papers/2506.11302) |