The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Dataset with 2500 samples for Alpamayo R1. The architecture of the dataset: /train/shard_000xx.tar /val/shard_000yy.tar
train - 80% (2000 samples)
val - 20% (500 samples)
Each .tar file contains 25 samples in .npy. Get the data from .npy files by using the keys:
{ "uuid": uuid, "video_quality": "320x576", "tokenized_data": inputs, "ego_history_xyz": data["ego_history_xyz"], "ego_history_rot": data["ego_history_rot"] }
The videos are allready compressed to 320x576 - the size alpamayo compresses original videos to (may result in slight deviations in accuracy).
- Downloads last month
- 48