livctr commited on
Commit
164e9a1
·
verified ·
1 Parent(s): 94de2d1

Publish bop_mcq_questions

Browse files
LICENSE.md ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # LICENSE AND ATTRIBUTION — BOP-Motion-MCQ (Adapted Dataset)
2
+
3
+ ## 1. What this dataset is
4
+
5
+ "BOP-Motion-MCQ" is a **motion-question derivative** built on top of three existing
6
+ 6-DoF object-pose datasets. The **new material** created here — the multiple-choice
7
+ motion questions, the per-second motion trajectories, the whole-video aggregations, and
8
+ all accompanying metadata — is released under the adaptation-layer license in Section 4.
9
+ The **video frames** are re-encoded (temporally resampled to 6 fps, transcoded to JPEG,
10
+ and downscaled) copies of the source datasets' frames; they remain governed by their
11
+ origin licenses in Section 3.
12
+
13
+ Because the strictest terms present across the sources are **NonCommercial + ShareAlike +
14
+ Attribution** (from HOPE-Video, below), the collection as a whole must be treated as
15
+ **non-commercial, research-only**, and any redistribution of the ShareAlike-obligated
16
+ material must be under **CC BY-NC-SA 4.0** or a compatible license. **Commercial use is
17
+ prohibited.**
18
+
19
+ ---
20
+
21
+ ## 2. Per-source licensing (the corpus is mixed-provenance)
22
+
23
+ Each source keeps its origin license, inherited unchanged by this derivative. This
24
+ derivative does NOT relicense any source frames.
25
+
26
+ | `source` | Origin dataset | License | Terms carried forward |
27
+ |---|---|---|---|
28
+ | `ycbineoat` | **YCBInEOAT** — Wen et al., *se(3)-TrackNet*, IROS 2020 | Code repo is **BSD 3-Clause**; the dataset itself carries no separate license grant beyond research release | Attribution (cite the paper); no explicit dataset license — treated as **research-only** here, pending confirmation with the authors |
29
+ | `hope_video` | **HOPE-Video** — Tyree et al. (NVIDIA), IROS 2022 | **CC BY-NC-SA 4.0** | Attribution + **NonCommercial** + **ShareAlike** |
30
+ | `bop_ycbv` | **YCB-Video** (Xiang et al., *PoseCNN*, RSS 2018), as redistributed by the **BOP** benchmark (`ycbv`) | **MIT License** (BOP `ycbv` distribution) | Attribution / copyright-notice retention |
31
+
32
+ The HOPE-Video **NonCommercial + ShareAlike** terms are the strictest and therefore
33
+ govern the collection as a whole. **BOP-HOPE is excluded** from this dataset: its BOP
34
+ *test* split ships no pose ground truth, so no motion could be derived from it. (The
35
+ `hope_video` source here is the separate *HOPE-Video* release, which does carry per-frame
36
+ camera + object pose ground truth.)
37
+
38
+ ---
39
+
40
+ ## 3. License of the adaptation layer
41
+
42
+ The **new material** created for this derivative — the motion MCQs, per-second
43
+ trajectories, aggregations, evidence, tables, and manifests — is released under
44
+ **CC BY-NC-SA 4.0**, to honor the ShareAlike obligation inherited from HOPE-Video and to
45
+ keep the collection internally consistent. The underlying source frames remain under their
46
+ respective licenses in Section 2.
47
+
48
+ ---
49
+
50
+ ## 4. Conditions of use (summary)
51
+
52
+ Anyone using BOP-Motion-MCQ must:
53
+
54
+ 1. Use it for **non-commercial academic research only**.
55
+ 2. **Cite** all three underlying datasets (Section 5) as applicable to the `source`(s) used.
56
+ 3. **Preserve attribution** and copyright notices for each source.
57
+ 4. **Apply ShareAlike** (CC BY-NC-SA 4.0 or compatible) to any redistribution of the
58
+ HOPE-Video-derived material or of the adaptation layer.
59
+ 5. **Honor removal requests** from any original rights holder.
60
+
61
+ ---
62
+
63
+ ## 5. Citations
64
+
65
+ ```bibtex
66
+ @inproceedings{wen2020se3tracknet,
67
+ title={se(3)-TrackNet: Data-driven 6D Pose Tracking by Calibrating Image Residuals in Synthetic Domains},
68
+ author={Wen, Bowen and Mitash, Chaitanya and Ren, Baozhang and Bekris, Kostas E.},
69
+ booktitle={IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
70
+ year={2020}
71
+ }
72
+
73
+ @inproceedings{tyree2022hope,
74
+ title={6-DoF Pose Estimation of Household Objects for Robotic Manipulation: An Accessible Dataset and Benchmark},
75
+ author={Tyree, Stephen and Tremblay, Jonathan and To, Thang and Cheng, Jia and Mosier, Terry and Smith, Jeffrey and Birchfield, Stan},
76
+ booktitle={IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
77
+ year={2022}
78
+ }
79
+
80
+ @inproceedings{xiang2018posecnn,
81
+ title={PoseCNN: A Convolutional Neural Network for 6D Object Pose Estimation in Cluttered Scenes},
82
+ author={Xiang, Yu and Schmidt, Tanner and Narayanan, Venkatraman and Fox, Dieter},
83
+ booktitle={Robotics: Science and Systems (RSS)},
84
+ year={2018}
85
+ }
86
+
87
+ @inproceedings{hodan2024bop,
88
+ title={BOP: Benchmark for 6D Object Pose Estimation},
89
+ author={Hoda{\v{n}}, Tom{\'a}{\v{s}} and others},
90
+ note={https://bop.felk.cvut.cz},
91
+ year={2024}
92
+ }
93
+ ```
94
+
95
+ Sources: YCBInEOAT <https://github.com/wenbowen123/iros20-6d-pose-tracking> ·
96
+ HOPE-Video <https://github.com/swtyree/hope-dataset> ·
97
+ YCB-Video / BOP `ycbv` <https://bop.felk.cvut.cz/datasets/>.
98
+
99
+ ---
100
+
101
+ ## 6. Disclaimer
102
+
103
+ This document is provided to support proper attribution and license compliance for a
104
+ non-commercial research derivative. It is not legal advice. The maintainer is responsible
105
+ for ensuring their specific use complies with all applicable licenses. Where a source's
106
+ exact terms could not be fully resolved (notably the YCBInEOAT dataset grant), the
107
+ strictest applicable terms are assumed until confirmed with the original authors.
README.md ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bop-motion-mcq-mixed-provenance
4
+ license_link: LICENSE.md
5
+ task_categories:
6
+ - visual-question-answering
7
+ - video-classification
8
+ language:
9
+ - en
10
+ tags:
11
+ - video
12
+ - motion
13
+ - 6dof
14
+ - temporal-reasoning
15
+ - multiple-choice
16
+ - object-motion
17
+ pretty_name: BOP-Motion-MCQ (6-DoF motion questions)
18
+ size_categories:
19
+ - n<1K
20
+ configs:
21
+ - config_name: default
22
+ data_files:
23
+ - split: val
24
+ path: val/metadata.parquet
25
+ ---
26
+
27
+ # BOP-Motion-MCQ — multiple-choice motion questions over dense 6-DoF video
28
+
29
+ **Multiple-choice questions about how objects move**, derived exactly from **dense
30
+ 6-DoF (object→camera) pose trajectories** rather than guessed from pixels. Each row pairs
31
+ a short 6fps video clip with one motion MCQ, its per-second motion trajectory, and the
32
+ whole-video aggregated answer. The intended task: watch the clip and pick the motion that
33
+ actually happens.
34
+
35
+ Built with the [`motion-qa`](https://github.com/dherrero12/motion-qa) pipeline
36
+ (`motion_qa.datagen.bop_mcq_questions`).
37
+
38
+ ## The four question types
39
+
40
+ | `qa_type` | answer space | derived from |
41
+ |---|---|---|
42
+ | `motion_direction` | left / right · up / down · toward / away | Δtranslation of one object |
43
+ | `rotation_spin` | clockwise / counter-clockwise | angular-velocity axis vs. the camera |
44
+ | `speed` | faster / slower · speeding up / slowing down | \|velocity\| and its trend |
45
+ | `relative_motion` | approaching / receding | two objects (or object vs. camera) |
46
+
47
+ Every question always includes an explicit **"no consistent ⟨motion⟩"** option.
48
+
49
+ ## How the answer is derived (two-step, noise-guarded)
50
+
51
+ 1. **Per-second trajectory.** The 6-DoF track is resampled to **6 fps**, swept with
52
+ sliding 1-second windows (step 1 frame), and each window yields an instantaneous
53
+ motion signal (direction axis / spin sign / speed / inter-object distance). Windows
54
+ below an **adaptive noise floor** (a fraction of a high percentile of the track's own
55
+ magnitude distribution — not a hand-tuned threshold) are marked inactive. Windows are
56
+ binned into 1-second labels: the `per_second` list **is** the motion story.
57
+ 2. **Whole-video answer with an anti-overfit guard.** The per-second labels are
58
+ aggregated, but the answer is only *solidified* (`decided = true`) when **both** gates
59
+ pass: the dominant label is supported by at least `min_observations` active bins
60
+ (default 2) **and** accounts for more than `dominance_threshold` (default 80%) of the
61
+ active bins. Otherwise the answer is the explicit **"no consistent …"** option
62
+ (`decided = false`). The `aggregation` struct records `dominant`, `dominant_frac`,
63
+ `n_active`, `n_supporting`, and both gate settings.
64
+
65
+ ## The three sources (all 6-DoF pose GT)
66
+
67
+ | `source` | motion | timing | notes |
68
+ |---|---|---|---|
69
+ | `ycbineoat` | **object moves**, camera static | real seconds (~30fps → 6fps) | single YCB object per sequence — so **no `relative_motion`** here |
70
+ | `hope_video` | **camera moves** over a static multi-object tabletop | frame-index / estimated `fps_native` | multi-object; motion is camera-perspective parallax |
71
+ | `bop_ycbv` | **camera moves**, objects static | **sparse, irregular BOP19 keyframes** | timing is **ordinal / approximate**; windows with undefined or too-large Δt are skipped — the row/evidence flags this honestly |
72
+
73
+ Per-source caveats to keep in mind:
74
+
75
+ - **`ycbineoat`** is the only source where motion is literally the object's own
76
+ translation/rotation; the other two are camera-perspective.
77
+ - **`bop_ycbv`** frames are irregular keyframes (im_id gaps up to ~900). `t` is not a
78
+ uniform timeline — spacing is ordinal and timing is approximate; do not read the
79
+ per-second bins as exact wall-clock seconds for this source.
80
+ - **BOP-HOPE is excluded**: its BOP test split ships **no pose ground truth**, so no
81
+ motion can be derived. (The `hope_video` source above is the *HOPE-Video* release,
82
+ which does carry per-frame camera + object poses.)
83
+
84
+ ## What's in the repo
85
+
86
+ ```
87
+ val/metadata.parquet / .jsonl # the table (load_dataset); per_second + aggregation inline
88
+ val/metadata.csv # browsable view (heavy per_second/evidence dropped)
89
+ frames/<source>__<seq>.zip # the 6fps JPEG frames (rgb/000000.jpg …), one zip per sequence
90
+ # (+ mask/000000.png where the source ships per-object masks)
91
+ README.md # this card
92
+ LICENSE.md # full license + attribution (mixed-provenance)
93
+ ```
94
+
95
+ Only sequences that have shipped rows are included, and the frames are **re-encoded to
96
+ JPEG and downscaled** (longest side ≤ 640 px) — the lossless PNG sources are ~100 MB per
97
+ sequence and the model only needs to watch the 6fps video.
98
+
99
+ ## Row schema (`val/metadata.parquet` / `.jsonl`)
100
+
101
+ One row per Item (one MCQ over one or two tracked objects):
102
+
103
+ | field | type | meaning |
104
+ |---|---|---|
105
+ | `id` | string | `⟨source⟩/⟨seq⟩/⟨qa_type⟩/⟨obj⟩` (+ `/vs⟨obj2⟩` for relative), unique |
106
+ | `source` | string | `ycbineoat` \| `hope_video` \| `bop_ycbv` |
107
+ | `seq_key` | string | e.g. `bop_ycbv/000048` |
108
+ | `qa_type` | string | `motion_direction` \| `rotation_spin` \| `speed` \| `relative_motion` |
109
+ | `reference_frame` | string | `camera` \| `object_local` \| `relative` |
110
+ | `object_ids` | list[int] | the tracked object slot(s) |
111
+ | `category` | string | object name(s), e.g. `master chef can` |
112
+ | `question` / `options` / `answer_idx` / `answer_text` | string / list / int / string | the MCQ (answer = the aggregated whole-video decision) |
113
+ | `per_second` | string (JSON) | list of `{second,t0,t1,label,active,magnitude,evidence}` — the trajectory |
114
+ | `aggregation` | string (JSON) | `{dominant,dominant_frac,n_active,n_supporting,min_observations,dominance_threshold,decided}` |
115
+ | `n_frames` / `fps` | int / float | resampled clip geometry (`fps` = 6) |
116
+ | `frames_zip` | string | path to this sequence's frame zip in the repo |
117
+ | `corrected` | bool | the auto-derived answer was fixed by a human reviewer |
118
+ | `verified` | bool | human-verified (the publish gate) |
119
+ | `note` | string | reviewer note, if any |
120
+ | `evidence` | string (JSON) | provenance for the derivation (`qa_type`, `timing`, gate stats, trajectory, …) |
121
+
122
+ `per_second`, `aggregation`, and `evidence` are **JSON-encoded strings** so their nested,
123
+ per-`qa_type`-varying payloads survive parquet's columnar schema — `json.loads` to expand
124
+ them. The CSV view drops `per_second` and `evidence` for browsability.
125
+
126
+ ## Quickstart — `load_dataset`
127
+
128
+ ```python
129
+ import json
130
+ from datasets import load_dataset
131
+
132
+ ds = load_dataset("livctr/bop-motion-mcq", split="val")
133
+ row = ds[0]
134
+ print(row["question"])
135
+ print(row["options"][row["answer_idx"]])
136
+
137
+ trajectory = json.loads(row["per_second"]) # per-second motion labels
138
+ agg = json.loads(row["aggregation"]) # decided? dominant? gate stats
139
+ # frames come from frames/<seq_key with '/'→'__'>.zip (JPEGs rgb/000000.jpg …)
140
+ ```
141
+
142
+ ## License & attribution
143
+
144
+ BOP-Motion-MCQ is **non-commercial, research-only**, and **mixed-provenance**. The
145
+ questions/trajectories/metadata added here are the new material; each source keeps its
146
+ origin license (YCBInEOAT, HOPE-Video, and YCB-Video/BOP). Per-source terms are in
147
+ [`LICENSE.md`](LICENSE.md); use of a source's frames is governed by that source's license.
148
+ Any use must cite the underlying datasets (see `LICENSE.md`).
frames/bop_ycbv__000048.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb93aab6a2521afbac3627a43a6e2c7dbb242eb037a0f10edea1ecb450d44d68
3
+ size 5364708
frames/bop_ycbv__000049.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5449a701dc2d2e8e6d272a082b1569a343d87fb488d887a506eba25cd2c16f0e
3
+ size 6790150
frames/bop_ycbv__000050.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfadbb8472d0b02f0f43d6ca8a3f560e860b188c17fa0e6d3dc0a19103befb7a
3
+ size 6666568
frames/bop_ycbv__000051.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37b20fac8f96e66c350ecd280f3b0015d4edff52daf4b03d8687d0fdbd5d2324
3
+ size 6472565
frames/bop_ycbv__000052.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7752aed029b8efab6c49f9b08a0904cc2b4fe8f7034a780aff3380629f687599
3
+ size 9827555
frames/bop_ycbv__000053.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65e1dad16a8934da92e6b1ba0b870c58a0c30b4f93370ab8699562f464f52c63
3
+ size 9208134
frames/bop_ycbv__000054.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3924b1a8385c80e0ba7ecb6a547e268d46dffe64e1f504896d6b650e28a8ad9a
3
+ size 8515567
frames/bop_ycbv__000055.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f0b6b9cb043922dbc843083cd505341150678e00e35e71aca86e148b3fc7ff5
3
+ size 8550122
frames/bop_ycbv__000056.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b6282db7591c153a5004e95f07003c7831e9961b47f704876e8ec6c6655a4a2
3
+ size 8281084
frames/bop_ycbv__000057.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9834725d6e9b6869da3acd0f7de3b216dbbb33b15d174ba0479e3ff3fabe50f6
3
+ size 6993606
frames/bop_ycbv__000058.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eed31a0b60b123906f97fe5406bc5cd72f0d2be67faeb4970c05bbdcd2767860
3
+ size 6220651
frames/bop_ycbv__000059.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:693d4225f9ec87eff97429fde1e3c259ecce28dd44d2fae816d7e988207292b5
3
+ size 8852875
frames/hope_video__scene_0000.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9c51cea238a1f5f32d848bd7d135ce12a10d3729698a0cce1a0e0cb809ff24c
3
+ size 3641795
frames/hope_video__scene_0001.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed964de45a0a37eda3f3c86258de650f67d7df5d2a68b1635bb6880a35c5758e
3
+ size 3563374
frames/hope_video__scene_0002.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ace9ca84d659d1fa79c0e15d5be8e460f79bcd6b8b55e96e983ff642ffaffd32
3
+ size 2957631
frames/hope_video__scene_0003.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc29c0a9785c8226dd9d0657d28e12ae617e89bed80b0d52b6210ae5d41554c5
3
+ size 1654420
frames/hope_video__scene_0004.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73bfe06b125f59b50b66c41c886a504e83a24aa2026a978e999b3f9472f536d3
3
+ size 1653116
frames/hope_video__scene_0005.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18d924bb8a9984b7c572676cce20089cabe77324175306c2c44fbeeadb106e20
3
+ size 1677025
frames/hope_video__scene_0006.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6956275006a975a88249b0bc568be8e1bf29fe487aec3d647470b918f16c2bf
3
+ size 1819996
frames/hope_video__scene_0007.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d45b7dc200f378a93397dbabb3f59bd6bd46c3ce7763e8a1b6ab3aa023ea7d7
3
+ size 2107801
frames/hope_video__scene_0008.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14a70ea0af7fa63de0fa3c74f25b6750a7d651f0a26a79d72695c913b928c9d4
3
+ size 1488342
frames/hope_video__scene_0009.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02129e3de29191d7001104caa026ba7d16c437aa36e2ac2ee01cfa8057cd43e4
3
+ size 1338199
frames/ycbineoat__bleach0.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d9dea9f258fc4f1d5313c112a46b59bbb9bf2fc4b39d7a58b5b9e8418dc1539
3
+ size 13736099
frames/ycbineoat__bleach_hard_00_03_chaitanya.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ef2261703a1f78fc97a51da514a0baf5f7a2cf419cc52fd515ab5c6edc97c4e
3
+ size 16623925
frames/ycbineoat__cracker_box_reorient.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef7fcb8c945457b52591e273bf97f5fbaf13d43452c75cf871a88b7a3f7b18db
3
+ size 9207395
frames/ycbineoat__cracker_box_yalehand0.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f653304206211cc72c0b760c491dc49b347f74eb92cee032976e3480ce2f9351
3
+ size 13904466
frames/ycbineoat__mustard0.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75e08de9218947141dc8117427c2cc637343cb3be19e18828e12a91d2f620944
3
+ size 18411838
frames/ycbineoat__mustard_easy_00_02.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc5ec7f613ef1d61694ec616f08e42d11da3aee1f7382d6899c0985c33f66a21
3
+ size 16723734
frames/ycbineoat__sugar_box1.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd473a52103a611d79f2ea07bb8f566efdddcc6d345fa77cfc0876462147fbca
3
+ size 21348090
frames/ycbineoat__sugar_box_yalehand0.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc0e0676445ed8eb506dd3a29537c61f54f409eb99563014b255e850cdc11f51
3
+ size 15078430
frames/ycbineoat__tomato_soup_can_yalehand0.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:169214a11a730c084a402314f0895cd238c26beddd16e21b1c4075f4d27899ba
3
+ size 12504232
val/metadata.csv ADDED
The diff for this file is too large to render. See raw diff
 
val/metadata.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
val/metadata.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:052106e413f64699f3ddd8be78b2367a94fd97ba854339efbc3544b4be16c3fe
3
+ size 1262090