Video object tracking annotations for burst.
Config
Description
Splits
track (default)
Track points across all frames
train
ground
First and last appearance of points
train
single_point_track
Given starting point, track to end
train
from datasets import load_dataset
Default (track)
ds = load_dataset("allenai/molmo2-burst", split="train")
Specific config
ds = load_dataset("allenai/molmo2-burst"… See the full description on the dataset page:
https://huggingface.co/datasets/allenai/molmo2-burst.