Video object tracking annotations for mevis.
Config
Description
Splits
track (default)
Track points across all frames
train, valid_u
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-mevis", split="train")
Specific config
ds =… See the full description on the dataset page:
https://huggingface.co/datasets/allenai/molmo2-mevis.