Dataset Viewer
Auto-converted to Parquet Duplicate
id
string
video
string
expression
string
fps
int64
sampling_fps
int64
height
int64
n_frames
int64
width
int64
task
string
frame_trajectories
list
mask_id
list
obj_id
list
qid
string
anno_id
list
burst_track_0
YFCC100M/v_8b6283255797fc7e94f3a93947a2803
person
6
1
480
235
640
track
[ { "frame": 0, "time": 0, "points": [ { "id": 0, "point": [ 317, 232 ], "occluded": false }, { "id": 1, "point": [ 632, 179 ], "occluded": false } ] }, { "frame": 1,...
[ "0", "1", "2", "3" ]
[ 1, 3, 4, 6 ]
805
[ "1", "3", "4", "6" ]
burst_track_1
YFCC100M/v_8b6283255797fc7e94f3a93947a2803
bottle
6
1
480
235
640
track
[ { "frame": 0, "time": 0, "points": [ { "id": 0, "point": [ 342, 255 ], "occluded": false } ] }, { "frame": 1, "time": 0.16666666666666602, "points": [ { "id": 0, "point": [ 331, ...
[ "0" ]
[ 2 ]
133
[ "2" ]
burst_track_2
YFCC100M/v_8b6283255797fc7e94f3a93947a2803
hat
6
1
480
235
640
track
[ { "frame": 86, "time": 14.333333333333334, "points": [ { "id": 0, "point": [ 6, 97 ], "occluded": false } ] }, { "frame": 87, "time": 14.5, "points": [ { "id": 0, "point": [ 22, ...
[ "0" ]
[ 5 ]
554
[ "5" ]
burst_track_3
YFCC100M/v_9018a07931e02026b3bd6e82489d4624
person
6
1
480
193
640
track
[ { "frame": 0, "time": 0, "points": [ { "id": 0, "point": [ 45, 281 ], "occluded": false }, { "id": 1, "point": [ 430, 345 ], "occluded": false } ] }, { "frame": 1, ...
[ "0", "1", "2" ]
[ 1, 2, 5 ]
805
[ "1", "2", "5" ]
burst_track_4
YFCC100M/v_9018a07931e02026b3bd6e82489d4624
bicycle
6
1
480
193
640
track
[ { "frame": 0, "time": 0, "points": [ { "id": 0, "point": [ 352, 442 ], "occluded": false } ] }, { "frame": 1, "time": 0.16666666666666602, "points": [ { "id": 0, "point": [ 479, ...
[ "0" ]
[ 3 ]
95
[ "3" ]
burst_track_5
YFCC100M/v_a556a65c3a85d0de0717b8cef2f219c
person
6
1
480
217
640
track
[ { "frame": 0, "time": 0, "points": [ { "id": 0, "point": [ 506, 188 ], "occluded": false }, { "id": 1, "point": [ 166, 178 ], "occluded": false } ] }, { "frame": 1,...
[ "0", "1" ]
[ 1, 5 ]
805
[ "1", "5" ]
burst_track_6
YFCC100M/v_a556a65c3a85d0de0717b8cef2f219c
paddle
6
1
480
217
640
track
[ { "frame": 0, "time": 0, "points": [ { "id": 0, "point": [ 597, 206 ], "occluded": false }, { "id": 1, "point": [ 212, 133 ], "occluded": false } ] }, { "frame": 1,...
[ "0", "1" ]
[ 2, 4 ]
757
[ "2", "4" ]
burst_track_7
YFCC100M/v_5b8014f2ebc4628f33a9dcc2d1fbc3b
person
6
1
480
205
640
track
[ { "frame": 0, "time": 0, "points": [ { "id": 0, "point": [ 343, 55 ], "occluded": false } ] }, { "frame": 1, "time": 0.16666666666666602, "points": [ { "id": 0, "point": [ 314, 5...
[ "0", "1" ]
[ 1, 10 ]
805
[ "1", "10" ]
burst_track_8
YFCC100M/v_5b8014f2ebc4628f33a9dcc2d1fbc3b
scraper
6
1
480
205
640
track
[{"frame":63,"time":10.5,"points":[{"id":0,"point":[500.0,39.0],"occluded":false}]},{"frame":64,"tim(...TRUNCATED)
[ "0", "1" ]
[ 8, 9 ]
940
[ "8", "9" ]
burst_track_9
YFCC100M/v_6f26504bb5244ddd4469376ecc9d29d
dog
6
1
1,138
235
640
track
[{"frame":1,"time":0.16666666666666602,"points":[{"id":0,"point":[577.0,554.0],"occluded":false}]},{(...TRUNCATED)
[ "0", "1" ]
[ 1, 2 ]
382
[ "1", "2" ]
End of preview. Expand in Data Studio

burst Tracking Dataset

Video object tracking annotations for burst.

Configs

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

Usage

from datasets import load_dataset

# Default (track)
ds = load_dataset("allenai/molmo2-burst", split="train")

# Specific config
ds = load_dataset("allenai/molmo2-burst", "ground", split="train")
Downloads last month
30