jnzhang commited on
Commit
e2bda78
·
0 Parent(s):

Fix repo name and source-clip count in docs

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +61 -0
  2. README.md +101 -0
  3. davis/davis_captions.json +272 -0
  4. davis/tracks/bear_2d.npz +3 -0
  5. davis/tracks/bear_3d.npz +3 -0
  6. davis/tracks/bear_filter_meta.npz +3 -0
  7. davis/tracks/bike-packing_2d.npz +3 -0
  8. davis/tracks/bike-packing_3d.npz +3 -0
  9. davis/tracks/bike-packing_filter_meta.npz +3 -0
  10. davis/tracks/blackswan_2d.npz +3 -0
  11. davis/tracks/blackswan_3d.npz +3 -0
  12. davis/tracks/blackswan_filter_meta.npz +3 -0
  13. davis/tracks/bmx-bumps_2d.npz +3 -0
  14. davis/tracks/bmx-bumps_3d.npz +3 -0
  15. davis/tracks/bmx-bumps_filter_meta.npz +3 -0
  16. davis/tracks/bmx-trees_2d.npz +3 -0
  17. davis/tracks/bmx-trees_3d.npz +3 -0
  18. davis/tracks/bmx-trees_filter_meta.npz +3 -0
  19. davis/tracks/boat_2d.npz +3 -0
  20. davis/tracks/boat_3d.npz +3 -0
  21. davis/tracks/boat_filter_meta.npz +3 -0
  22. davis/tracks/boxing-fisheye_2d.npz +3 -0
  23. davis/tracks/boxing-fisheye_3d.npz +3 -0
  24. davis/tracks/boxing-fisheye_filter_meta.npz +3 -0
  25. davis/tracks/breakdance-flare_2d.npz +3 -0
  26. davis/tracks/breakdance-flare_3d.npz +3 -0
  27. davis/tracks/breakdance-flare_filter_meta.npz +3 -0
  28. davis/tracks/breakdance_2d.npz +3 -0
  29. davis/tracks/breakdance_3d.npz +3 -0
  30. davis/tracks/breakdance_filter_meta.npz +3 -0
  31. davis/tracks/bus_2d.npz +3 -0
  32. davis/tracks/bus_3d.npz +3 -0
  33. davis/tracks/bus_filter_meta.npz +3 -0
  34. davis/tracks/camel_2d.npz +3 -0
  35. davis/tracks/camel_3d.npz +3 -0
  36. davis/tracks/camel_filter_meta.npz +3 -0
  37. davis/tracks/car-roundabout_2d.npz +3 -0
  38. davis/tracks/car-roundabout_3d.npz +3 -0
  39. davis/tracks/car-roundabout_filter_meta.npz +3 -0
  40. davis/tracks/car-shadow_2d.npz +3 -0
  41. davis/tracks/car-shadow_3d.npz +3 -0
  42. davis/tracks/car-shadow_filter_meta.npz +3 -0
  43. davis/tracks/car-turn_2d.npz +3 -0
  44. davis/tracks/car-turn_3d.npz +3 -0
  45. davis/tracks/car-turn_filter_meta.npz +3 -0
  46. davis/tracks/cat-girl_2d.npz +3 -0
  47. davis/tracks/cat-girl_3d.npz +3 -0
  48. davis/tracks/cat-girl_filter_meta.npz +3 -0
  49. davis/tracks/classic-car_2d.npz +3 -0
  50. davis/tracks/classic-car_3d.npz +3 -0
.gitattributes ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.avro filter=lfs diff=lfs merge=lfs -text
4
+ *.bin filter=lfs diff=lfs merge=lfs -text
5
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
6
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
7
+ *.ftz filter=lfs diff=lfs merge=lfs -text
8
+ *.gz filter=lfs diff=lfs merge=lfs -text
9
+ *.h5 filter=lfs diff=lfs merge=lfs -text
10
+ *.joblib filter=lfs diff=lfs merge=lfs -text
11
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
13
+ *.mds filter=lfs diff=lfs merge=lfs -text
14
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
+ *.model filter=lfs diff=lfs merge=lfs -text
16
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
17
+ *.npy filter=lfs diff=lfs merge=lfs -text
18
+ *.npz filter=lfs diff=lfs merge=lfs -text
19
+ *.onnx filter=lfs diff=lfs merge=lfs -text
20
+ *.ot filter=lfs diff=lfs merge=lfs -text
21
+ *.parquet filter=lfs diff=lfs merge=lfs -text
22
+ *.pb filter=lfs diff=lfs merge=lfs -text
23
+ *.pickle filter=lfs diff=lfs merge=lfs -text
24
+ *.pkl filter=lfs diff=lfs merge=lfs -text
25
+ *.pt filter=lfs diff=lfs merge=lfs -text
26
+ *.pth filter=lfs diff=lfs merge=lfs -text
27
+ *.rar filter=lfs diff=lfs merge=lfs -text
28
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
29
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
31
+ *.tar filter=lfs diff=lfs merge=lfs -text
32
+ *.tflite filter=lfs diff=lfs merge=lfs -text
33
+ *.tgz filter=lfs diff=lfs merge=lfs -text
34
+ *.wasm filter=lfs diff=lfs merge=lfs -text
35
+ *.xz filter=lfs diff=lfs merge=lfs -text
36
+ *.zip filter=lfs diff=lfs merge=lfs -text
37
+ *.zst filter=lfs diff=lfs merge=lfs -text
38
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
39
+ # Audio files - uncompressed
40
+ *.pcm filter=lfs diff=lfs merge=lfs -text
41
+ *.sam filter=lfs diff=lfs merge=lfs -text
42
+ *.raw filter=lfs diff=lfs merge=lfs -text
43
+ # Audio files - compressed
44
+ *.aac filter=lfs diff=lfs merge=lfs -text
45
+ *.flac filter=lfs diff=lfs merge=lfs -text
46
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
47
+ *.ogg filter=lfs diff=lfs merge=lfs -text
48
+ *.wav filter=lfs diff=lfs merge=lfs -text
49
+ # Image files - uncompressed
50
+ *.bmp filter=lfs diff=lfs merge=lfs -text
51
+ *.gif filter=lfs diff=lfs merge=lfs -text
52
+ *.png filter=lfs diff=lfs merge=lfs -text
53
+ *.tiff filter=lfs diff=lfs merge=lfs -text
54
+ # Image files - compressed
55
+ *.jpg filter=lfs diff=lfs merge=lfs -text
56
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
57
+ *.webp filter=lfs diff=lfs merge=lfs -text
58
+ # Video files - compressed
59
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
60
+ *.webm filter=lfs diff=lfs merge=lfs -text
61
+ worldtrack/worldtrack_index_map.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ pretty_name: PointMotionBench
4
+ ---
5
+
6
+ # PointMotionBench
7
+
8
+ A benchmark for evaluating 3D point motion in video, covering egocentric and third-person scenes across three source datasets. Each sample pairs an RGB video clip with per-object 3D and 2D tracked surface points and a human-verified natural-language caption.
9
+
10
+ ## Overview
11
+
12
+ | Dataset | Clips | Video format | Tracks | Scene type |
13
+ |---------|-------|--------------|--------|------------|
14
+ | DAVIS | 90 | mp4, 24 fps | 2D + 3D | Third-person, diverse outdoor/indoor |
15
+ | HOT3D | 2,475 | mp4, 30 fps | 2D + 3D | Egocentric, object manipulation (Aria) |
16
+ | WorldTrack | 155 | npz (frames embedded), 30 fps | 3D (+2D) | Egocentric + studio, 4 splits |
17
+
18
+ ---
19
+
20
+ ## Setup
21
+
22
+ ### Step 1 — Download
23
+
24
+ All data, scripts, and annotations are in this repository at [allenai/PointMotionBench](https://huggingface.co/datasets/allenai/PointMotionBench) (HuggingFace).
25
+
26
+ ```python
27
+ # pip install huggingface_hub
28
+ # If the download stalls near completion: HF_HUB_DISABLE_XET=1 python your_script.py
29
+ from huggingface_hub import snapshot_download
30
+ snapshot_download(
31
+ repo_id="allenai/PointMotionBench",
32
+ repo_type="dataset",
33
+ local_dir=".",
34
+ )
35
+ ```
36
+
37
+ ---
38
+
39
+ ### Step 2 — HOT3D: reproduce videos
40
+
41
+ HOT3D videos should be reproduced from the source data at [bop-benchmark/hot3d](https://huggingface.co/datasets/bop-benchmark/hot3d) (HuggingFace).
42
+
43
+ **Requirements:** `imageio[ffmpeg]`, `imageio-ffmpeg`, `opencv-python-headless`, `numpy`
44
+
45
+ ```bash
46
+ # 1. download train_aria TARs (~1,516 clips)
47
+ # to download only the 1,272 clips needed for PointMotionBench, add:
48
+ # --captions hot3d/hot3d_annotations.json
49
+ python hot3d/download_train_aria.py --output /path/to/train_aria
50
+
51
+ # 2. extract undistorted upright RGB videos (one mp4 per TAR)
52
+ python hot3d/extract_rgbs.py \
53
+ --clips_dir /path/to/train_aria \
54
+ --output_dir /path/to/rgbs
55
+
56
+ # 3. trim to PointMotionBench windows
57
+ python hot3d/trim_hot3d_clips.py \
58
+ --src_dir /path/to/rgbs \
59
+ --captions hot3d/hot3d_annotations.json \
60
+ --output_dir hot3d/videos
61
+ ```
62
+
63
+ For large-scale extraction, `extract_rgbs.py` supports sharding:
64
+
65
+ ```bash
66
+ python hot3d/extract_rgbs.py \
67
+ --clips_dir /path/to/train_aria \
68
+ --output_dir /path/to/rgbs \
69
+ --shard_idx 0 \
70
+ --num_shards 8
71
+ ```
72
+
73
+ ---
74
+
75
+ ### Step 3 — WorldTrack: extract clips
76
+
77
+ Download the WorldTrack source data (WorldTrack benchmark, introduced in St4RTrack, Feng et al., ICCV 2025 — dataset download available at [HavenFeng/St4RTrack](https://github.com/HavenFeng/St4RTrack)). The source data should have this layout:
78
+
79
+ ```
80
+ WorldTrack/
81
+ ├── adt_mini/ # Aria Digital Twin
82
+ ├── ds_mini/ # Dynamic Scenes
83
+ ├── po_mini/ # POtential Objects
84
+ └── pstudio_mini/ # PStudio
85
+ ```
86
+
87
+ Then extract PointMotionBench clips using the index map from Step 1:
88
+
89
+ ```bash
90
+ python worldtrack/extract_worldtrack_clips.py \
91
+ --index_map worldtrack/worldtrack_index_map.json \
92
+ --src_dir /path/to/WorldTrack \
93
+ --output_dir worldtrack
94
+ ```
95
+
96
+ | Split | Clips | Frames per clip | Scene type |
97
+ |-------|-------|-----------------|------------|
98
+ | `adt_mini` | 39 | 12–300 | Apartment indoor, egocentric (Aria Digital Twin) |
99
+ | `ds_mini` | 52 | 39–128 | Dynamic indoor scenes |
100
+ | `po_mini` | 16 | 78–128 | Mixed indoor (cab, seminar, egobody) |
101
+ | `pstudio_mini` | 48 | 150 | Studio sports (basketball, football, tennis, etc.) |
davis/davis_captions.json ADDED
@@ -0,0 +1,272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bear": {
3
+ "description": "a brown bear walks to the left"
4
+ },
5
+ "bike-packing": {
6
+ "description": "a person rotates the bike and inspects it carefully"
7
+ },
8
+ "blackswan": {
9
+ "description": "a black swan swims to the right"
10
+ },
11
+ "bmx-bumps": {
12
+ "description": "a bike rider rides a bmx bike on a dirt track"
13
+ },
14
+ "bmx-trees": {
15
+ "description": "a bike rider rides the bike along the road"
16
+ },
17
+ "boat": {
18
+ "description": "a boat sails to the left along the river"
19
+ },
20
+ "boxing-fisheye": {
21
+ "description": "two boxers compete in a boxing game with a referee on the side"
22
+ },
23
+ "breakdance": {
24
+ "description": "a dancer performs breakdancing in front of a crowd"
25
+ },
26
+ "breakdance-flare": {
27
+ "description": "a breakdancer performs flares"
28
+ },
29
+ "bus": {
30
+ "description": "a bus goes to the right along the road"
31
+ },
32
+ "camel": {
33
+ "description": "a camel walks to the right and then walks back"
34
+ },
35
+ "car-roundabout": {
36
+ "description": "a dark gray car drives through a roundabout"
37
+ },
38
+ "car-shadow": {
39
+ "description": "a silver car drive to the left"
40
+ },
41
+ "car-turn": {
42
+ "description": "a silver car follows the road and slowly turns to the right"
43
+ },
44
+ "cat-girl": {
45
+ "description": "a girl holds a cat and smiles"
46
+ },
47
+ "classic-car": {
48
+ "description": "a classic car drives to the left"
49
+ },
50
+ "color-run": {
51
+ "description": "a person sprays color in a running race"
52
+ },
53
+ "cows": {
54
+ "description": "a cow walks slowly forward"
55
+ },
56
+ "crossing": {
57
+ "description": "two persons crosses the road while a car drives in the opposite direction in the back"
58
+ },
59
+ "dance-jump": {
60
+ "description": "the dancer jumps"
61
+ },
62
+ "dance-twirl": {
63
+ "description": "the dancer performs a twirl."
64
+ },
65
+ "dancing": {
66
+ "description": "three persons dance in front of the crowd"
67
+ },
68
+ "disc-jockey": {
69
+ "description": "two persons extend their arms"
70
+ },
71
+ "dog": {
72
+ "description": "a dog walks on the yellow grass"
73
+ },
74
+ "dog-agility": {
75
+ "description": "the dog jumps and weaves between poles"
76
+ },
77
+ "dog-gooses": {
78
+ "description": "the dog chases the 4 geese"
79
+ },
80
+ "dogs-jump": {
81
+ "description": "two dogs jump for treat around a person"
82
+ },
83
+ "dogs-scale": {
84
+ "description": "put a dog on the weight"
85
+ },
86
+ "drift-chicane": {
87
+ "description": "a racing car drifts through the chicane"
88
+ },
89
+ "drift-straight": {
90
+ "description": "a racing car drifts on a straight track"
91
+ },
92
+ "drift-turn": {
93
+ "description": "a racing car drifts around a turn"
94
+ },
95
+ "drone": {
96
+ "description": "the drone falls to the ground. then one person picks it up"
97
+ },
98
+ "elephant": {
99
+ "description": "an elephant slowly walks"
100
+ },
101
+ "flamingo": {
102
+ "description": "a flamingo dips its beak into the water while walking to the right"
103
+ },
104
+ "goat": {
105
+ "description": "a goat walks along the cliff"
106
+ },
107
+ "gold-fish": {
108
+ "description": "several fishes swims in the water"
109
+ },
110
+ "hike": {
111
+ "description": "a person is hiking and walks to the right"
112
+ },
113
+ "hockey": {
114
+ "description": "a hockey player prepares and shoots"
115
+ },
116
+ "horsejump-high": {
117
+ "description": "a rider on a horse jumps over a high obstacle"
118
+ },
119
+ "horsejump-low": {
120
+ "description": "a rider on a horse jumps over a low obstacle"
121
+ },
122
+ "india": {
123
+ "description": "women with Indian costume walk on the street"
124
+ },
125
+ "judo": {
126
+ "description": "a judo master flips another practitioner over"
127
+ },
128
+ "kid-football": {
129
+ "description": "a kid kicks soccer"
130
+ },
131
+ "kite-surf": {
132
+ "description": "a kite surfer surfs to the right"
133
+ },
134
+ "kite-walk": {
135
+ "description": "the surfer backs up"
136
+ },
137
+ "koala": {
138
+ "description": "a koala moves onto a branch and holds onto it"
139
+ },
140
+ "lab-coat": {
141
+ "description": "three women students in lab coat standing looks at the camera"
142
+ },
143
+ "lady-running": {
144
+ "description": "an old lady runs forward holding a note"
145
+ },
146
+ "libby": {
147
+ "description": "a dog walks to the right on grass"
148
+ },
149
+ "lindy-hop": {
150
+ "description": "several groups of dancers dance in the ball room"
151
+ },
152
+ "loading": {
153
+ "description": "a man moves a tv box to the cart"
154
+ },
155
+ "longboard": {
156
+ "description": "a man rides a skateboard and waves while a cyclist approaches from the opposite direction"
157
+ },
158
+ "lucia": {
159
+ "description": "a lady walks to the right"
160
+ },
161
+ "mallard-fly": {
162
+ "description": "a mallard starts to fly"
163
+ },
164
+ "mallard-water": {
165
+ "description": "a mallard swims in the water"
166
+ },
167
+ "mbike-trick": {
168
+ "description": "a motorbike rider performs a burnout, spinning the tire and producing smoke"
169
+ },
170
+ "miami-surf": {
171
+ "description": "several surfers surf in the ocean"
172
+ },
173
+ "motocross-bumps": {
174
+ "description": "a motorbike rider on a motorbike jumps through the bumps"
175
+ },
176
+ "motocross-jump": {
177
+ "description": "a motorbike rider on a motorbike jumps through the bumps"
178
+ },
179
+ "motorbike": {
180
+ "description": "a motorbike with two passengers drives to the right"
181
+ },
182
+ "night-race": {
183
+ "description": "two racing cars race against each other"
184
+ },
185
+ "paragliding": {
186
+ "description": "a paraglider flys"
187
+ },
188
+ "paragliding-launch": {
189
+ "description": "a paraglider runs forward and launch the paragliding"
190
+ },
191
+ "parkour": {
192
+ "description": "a person is doing parkour"
193
+ },
194
+ "pigs": {
195
+ "description": "little pigs walks to the big pig"
196
+ },
197
+ "planes-water": {
198
+ "description": "airplane slowly moves forward"
199
+ },
200
+ "rallye": {
201
+ "description": "a rally car drives forward"
202
+ },
203
+ "rhino": {
204
+ "description": "a rhino walks to the left"
205
+ },
206
+ "rollerblade": {
207
+ "description": "a rollerblader rumps"
208
+ },
209
+ "schoolgirls": {
210
+ "description": "a girl moves to the right while others stand"
211
+ },
212
+ "scooter-black": {
213
+ "description": "a rider rides the scooter to the left"
214
+ },
215
+ "scooter-board": {
216
+ "description": "a person sits on a cart and drives it"
217
+ },
218
+ "scooter-gray": {
219
+ "description": "a rider rides the scooter to the left"
220
+ },
221
+ "sheep": {
222
+ "description": "several sheeps walk"
223
+ },
224
+ "shooting": {
225
+ "description": "a soldier slides down the rope while shooting"
226
+ },
227
+ "skate-park": {
228
+ "description": "a skater skates in a skate park"
229
+ },
230
+ "snowboard": {
231
+ "description": "a snowboarder does a flip"
232
+ },
233
+ "soapbox": {
234
+ "description": "two drivers drive a self-made cart through a bump"
235
+ },
236
+ "soccerball": {
237
+ "description": "a soccer rolls from right to left"
238
+ },
239
+ "stroller": {
240
+ "description": "a person moves the stroller to the right"
241
+ },
242
+ "stunt": {
243
+ "description": "a person slides down the skate park on a scooter"
244
+ },
245
+ "surf": {
246
+ "description": "a person surfs to the right"
247
+ },
248
+ "swing": {
249
+ "description": "a lady swings on a swing"
250
+ },
251
+ "tennis": {
252
+ "description": "a tennis player does a forehand hit"
253
+ },
254
+ "tractor-sand": {
255
+ "description": "a tractor drives around an obstacle on sand"
256
+ },
257
+ "train": {
258
+ "description": "a toy train turns left along the track"
259
+ },
260
+ "tuk-tuk": {
261
+ "description": "three persons sit on a car"
262
+ },
263
+ "upside-down": {
264
+ "description": "two persons ride on a rollercoaster"
265
+ },
266
+ "varanus-cage": {
267
+ "description": "a varanus crawls on the branch"
268
+ },
269
+ "walking": {
270
+ "description": "two persons walk down the street"
271
+ }
272
+ }
davis/tracks/bear_2d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:689cbd933fe23b75249ffdc3f53987d8496eb1ab71b0acdaae96a94cfbe1a45e
3
+ size 72822
davis/tracks/bear_3d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b4dd496e821fe877159e5da4cc7ab1462e41e8e2caaac6b1db20e48d925f147
3
+ size 95963
davis/tracks/bear_filter_meta.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25b6b00f1b2582ab9daf181044b6a0113591841e0348f40e98b9250a268ea9e2
3
+ size 240600
davis/tracks/bike-packing_2d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd384b77d20c974155c28d5a410ab59dff6e581a76dfd0bcfd8b35ae48641986
3
+ size 119925
davis/tracks/bike-packing_3d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53dfbd88dc67ac8b7aa3277ae560f21d9a6fce1a3c9f8fef745c40feac254ef6
3
+ size 158712
davis/tracks/bike-packing_filter_meta.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2fc6e22843378287b363a9ce76ec4a01a07c16cf0d20461fdca16726cece4ad
3
+ size 404000
davis/tracks/blackswan_2d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e53d3080d776c9036ed3c0d28bd19d068516a156c0439c85d7d3842d479e87a4
3
+ size 44436
davis/tracks/blackswan_3d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65a3198911c850db7340e7e151858c164cd53b0c8d4bb16800c43433bc317bdf
3
+ size 58106
davis/tracks/blackswan_filter_meta.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e51c8c1e1aa04b4bf48aac7e3d90ab4d2f0c9c2abf7a6b6e0b79e2c1eab247ad
3
+ size 147800
davis/tracks/bmx-bumps_2d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4475a4022ef5b4501ed9e574a6e5464ea92e503609179eabdc1a660bd99c02b
3
+ size 151200
davis/tracks/bmx-bumps_3d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7c4ab871d3f52beb70d02f5acf40741d3042a209b382f1e071f0dd93cd4461e
3
+ size 200373
davis/tracks/bmx-bumps_filter_meta.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f86c5a6483b08a751aac5e0d818b14d7d7a49fccd6d27fbd7daa09c31d3aadd2
3
+ size 525800
davis/tracks/bmx-trees_2d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:224de769ba1dc09a27ef13cfe449ff2f104f3335f358940c97a8fc4fc7a8f532
3
+ size 120852
davis/tracks/bmx-trees_3d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a95cefabc69c2bcbe60783147a60d7966cf4812592ce18ee8abeba9dc88e4e37
3
+ size 159933
davis/tracks/bmx-trees_filter_meta.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d11c15b46dcdd968426a7448b2728d5c027c3825b4bbf5721bd0c4b0ae37a94
3
+ size 467800
davis/tracks/boat_2d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fddd0d0b138c3ac9fe8ed57e347ee79db183cd79e18b7ee0443a1fe44fcb20f
3
+ size 65349
davis/tracks/boat_3d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc565f385f40783d3aa4a7750446afa1e6e13e6037b60b9c2df8a62180731369
3
+ size 86009
davis/tracks/boat_filter_meta.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:568e1ddd8479f9ddebb109d8d8644a02e8aa2b8bc13d8f8b22ae478951ee7ad0
3
+ size 220300
davis/tracks/boxing-fisheye_2d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16e3f14df483a6131f115681454fcdc34ac563bd528ab4fdcdf502f4b24b1522
3
+ size 219099
davis/tracks/boxing-fisheye_3d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03e66e5990e41814d024891af5d3c84101ac9cffd0509500a863482ebc714d58
3
+ size 290857
davis/tracks/boxing-fisheye_filter_meta.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a1b985eada346d10fabfc7a06b925ce327dfc90ebad69aff838712e1a23d0f2
3
+ size 761700
davis/tracks/breakdance-flare_2d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cb32a5ff1c40589d8cda06df1c019c3037ae71892737e41e3c6bda3c8671374
3
+ size 60655
davis/tracks/breakdance-flare_3d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50aa123ad685eb70bae163fe4667b34072aa835c5698d5f4c63560ca069c842d
3
+ size 79747
davis/tracks/breakdance-flare_filter_meta.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1198d811d67e983bb194f2179407215dd0d0ee813c5fb211520a27df619887ee
3
+ size 208700
davis/tracks/breakdance_2d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6441fd28fb911efec3a1d6d21cbb92044735335aab099ac60312f8024b802c51
3
+ size 71536
davis/tracks/breakdance_3d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0d192eeb02712b2646b5a5332903873853005bcbbc4053d26be8aa46a536bf2
3
+ size 94255
davis/tracks/breakdance_filter_meta.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2a63889337dfd7db0a654317aa6fe36f8c01db4719c39d0055a40455f5225f9
3
+ size 246400
davis/tracks/bus_2d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a03ba1dc78ac24ab10f8bd3486723509e02a25940165e50095ff8ff5c2d8a87
3
+ size 70342
davis/tracks/bus_3d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2505d655de13de2080bbda035fd215930766c791fdb3612ddfde0796059831b
3
+ size 92668
davis/tracks/bus_filter_meta.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59e39099d3c1519dfe11430874fa045e69e59efcb6493afbc572ccffab5bf9e7
3
+ size 234800
davis/tracks/camel_2d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e05df6676c065795505a0579c414e8323cbc3923f2f87549c7ade7d90551cbf
3
+ size 78995
davis/tracks/camel_3d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22e5d6a3f17cce9126972c6fbf638bb60d94d7d88b2ecae27e4bf6c723c84fc3
3
+ size 104190
davis/tracks/camel_filter_meta.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d689837a3fa53d92c0250532c45dd60b87bab3baf124aa2bbd925c29753abc4c
3
+ size 263800
davis/tracks/car-roundabout_2d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9973e6fd9cb36dc675cf97546ef08f556bb24c9695d8f4fe0e962da7a08b436b
3
+ size 59292
davis/tracks/car-roundabout_3d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0592cfe28b181f0370bfa931ebefc7490d870f9630826578f10c57dcfd64d6c2
3
+ size 77918
davis/tracks/car-roundabout_filter_meta.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26d7605ae1cc90431af71236596c3427f1cb8fa5beffaacbcad10b35d58c72be
3
+ size 220300
davis/tracks/car-shadow_2d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bc9d1e81cff42aebbc213b9e82d6e133e1a91fa1548d6dc5699ab4d18213666
3
+ size 35076
davis/tracks/car-shadow_3d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28d3fea7958e19891b899cec042f6836a9a1266940831cf6ebf6ec3fe74efb2d
3
+ size 45626
davis/tracks/car-shadow_filter_meta.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4917507936f42873752e10b86cac459404b66ccb097ebb05c8b7bafb04ad1bd
3
+ size 118800
davis/tracks/car-turn_2d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9599fe333dc53bb8d73073e95f40416030e0fe6322bb40d5a9a043d7af73d153
3
+ size 58836
davis/tracks/car-turn_3d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ed0c9c9aca80632e8dcff4957f178fb7454c7dfa46f020b1437eb68c88bcc18
3
+ size 77315
davis/tracks/car-turn_filter_meta.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:667293fc88f5f2178a2e5d1e905a8ae493e8eca50e58dd15a61add56766c9596
3
+ size 234800
davis/tracks/cat-girl_2d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f422419247e7abc5fdf877a0439d7d303a2beb32aa9262cf2fc34cbe3dd9a3c
3
+ size 140693
davis/tracks/cat-girl_3d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98ddab773992b2345d9934691898bd635fff20a7da01bb6a33a545928e21f610
3
+ size 186394
davis/tracks/cat-girl_filter_meta.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:442e4b9d5ecf17122e8b06608a2d02d41eec622fbd063b4747be38c1014dc5d4
3
+ size 520000
davis/tracks/classic-car_2d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f26338641d7992e29f80efa7158c7b0be98a5ba3ad7d1063955b5aeeeea70eba
3
+ size 158494
davis/tracks/classic-car_3d.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:664cc8fea5597342c214a8b05df122b766a3382d2529a02e89a84d516910fa37
3
+ size 210033