The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
annotation_archive: string
annotation_path: string
condition: string
config_sha256: string
episode: string
episode_number: int64
frame_list_sha256: string
frames: int64
intrinsics_json_sha256: string
meta_json_sha256: string
objects: list<item: struct<id: int64, name: string, role: string>>
child 0, item: struct<id: int64, name: string, role: string>
child 0, id: int64
child 1, name: string
child 2, role: string
raw_archive: string
review_2d: string
review_3d: string
sidecar_path: string
sidecar_roundtrip: string
source_episode: string
source_hdf5_filename: string
state_csv_sha256: string
task: string
archives: list<item: struct<archive: string, archive_bytes: int64, files: int64, payload_bytes: int64, sha256: (... 25 chars omitted)
child 0, item: struct<archive: string, archive_bytes: int64, files: int64, payload_bytes: int64, sha256: string, ve (... 13 chars omitted)
child 0, archive: string
child 1, archive_bytes: int64
child 2, files: int64
child 3, payload_bytes: int64
child 4, sha256: string
child 5, verified: bool
complete: bool
episodes_verified: int64
to
{'archives': List({'archive': Value('string'), 'archive_bytes': Value('int64'), 'files': Value('int64'), 'payload_bytes': Value('int64'), 'sha256': Value('string'), 'verified': Value('bool')}), 'complete': Value('bool'), 'episodes_verified': Value('int64')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
return get_rows(
dataset=dataset,
...<4 lines>...
column_names=column_names,
)
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
File "/src/services/worker/src/worker/utils.py", line 127, in get_rows
rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
File "/src/services/worker/src/worker/utils.py", line 483, in safe_iter
yield from ds.decode(False) if ds.features else ds
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2840, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
for key, pa_table in self._iter_arrow():
~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
annotation_archive: string
annotation_path: string
condition: string
config_sha256: string
episode: string
episode_number: int64
frame_list_sha256: string
frames: int64
intrinsics_json_sha256: string
meta_json_sha256: string
objects: list<item: struct<id: int64, name: string, role: string>>
child 0, item: struct<id: int64, name: string, role: string>
child 0, id: int64
child 1, name: string
child 2, role: string
raw_archive: string
review_2d: string
review_3d: string
sidecar_path: string
sidecar_roundtrip: string
source_episode: string
source_hdf5_filename: string
state_csv_sha256: string
task: string
archives: list<item: struct<archive: string, archive_bytes: int64, files: int64, payload_bytes: int64, sha256: (... 25 chars omitted)
child 0, item: struct<archive: string, archive_bytes: int64, files: int64, payload_bytes: int64, sha256: string, ve (... 13 chars omitted)
child 0, archive: string
child 1, archive_bytes: int64
child 2, files: int64
child 3, payload_bytes: int64
child 4, sha256: string
child 5, verified: bool
complete: bool
episodes_verified: int64
to
{'archives': List({'archive': Value('string'), 'archive_bytes': Value('int64'), 'files': Value('int64'), 'payload_bytes': Value('int64'), 'sha256': Value('string'), 'verified': Value('bool')}), 'complete': Value('bool'), 'episodes_verified': Value('int64')}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
- 1. What is available now?
- 2. Why is this much smaller than the raw dataset?
- 3. Download, verify, and extract
- 4. Get the matching original recordings
- 5. Per-episode directory layout
- 6. Masks, identities, roles, and 2D boxes
- 7. 3D geometry and validity
- 8. Annotation HDF5 schema
- 9. Minimal aligned reading example
- 10. Actions, instructions, splits, and normalization
- 11. Review, provenance, and release contents
- 12. Access and licensing
Real-World Data — Camera-3 Annotations
This dataset provides perception annotations for 800 real robot demonstration episodes across four tasks. It is the annotation companion to mzxuan/real_world_data, which contains the original recordings.
Download both datasets for visual robot-learning experiments. This repository does not contain the original RGB, depth, robot state, or action commands. It contains masks, object identities and roles, 2D/3D boxes, annotation-only HDF5 sidecars, and compact visual reviews. The raw HDF5 supplies the observations; the annotation HDF5 supplies the matching labels.
Only camera 3 is annotated. No camera-1/camera-2 labels are implied by this release. All source recordings remain separate and unchanged.
1. What is available now?
| Annotation task / archive | Raw task directory | Episodes | Camera-3 frames |
|---|---|---|---|
put_cup_in_bowl/put_cup_in_bowl.tar |
put_cup_in_bowl_amir |
200 | 43,368 |
put_bowl_on_rack/put_bowl_on_rack.tar |
put_bowl_on_rack_amir |
200 | 46,180 |
stack_two_cubes/stack_two_cubes.tar |
stack_two_cubes_amir |
200 | 43,517 |
put_mug_on_coaster/put_mug_on_coaster.tar |
put_mug_on_coaster_amir |
200 | 44,937 |
| Total | 800 | 178,002 |
Each task contains clean/1..100 and d1/1..25, d2/1..25, d3/1..25,
d4/1..25. Clean has no deliberately added clutter; d1–d4 indicate one through
four added clutter objects. The actual obstacle identities vary by episode.
Read that episode's object roster rather than assuming one roster per condition.
There are 178,002 canonical instance masks, 178,002 canonical role masks, and 800 annotation sidecars. Counts exclude extra historical prompt/repair previews. Every JSONL family contains one record per frame and configured object, including explicit invisible/invalid records.
Two more tasks will be added later
place_three_cups_in_bowls: three sequential cup-to-bowl placements. Physical object IDs will remain stable while active target/destination roles change by chunk; other objects, including completed pairs, become obstacles.put_book_in_box: book placement into a wire file basket, pending further annotation review and repair.
Neither task's annotations are included or certified by this release. Their raw recordings may already be available in the companion dataset. Future releases will document their coverage and any schema changes explicitly.
2. Why is this much smaller than the raw dataset?
This release stores labels for one camera, not full multi-camera RGB-D recordings. Masks are compressed label images, not RGB photos. JSONL records store small numeric descriptions. The HDF5 sidecars use compression and do not duplicate raw observations. Only selected frames are rendered for review.
The original task folders occupy about 11.2 GiB on disk (9.5 GiB of regular-file
contents). After excluding the temporary SAM input cache, the included payload
is approximately 6.43 GiB: 2.85 GiB of review/prompt images, 1.75 GiB of JSONL,
1.07 GiB of sidecars, 0.66 GiB of PNG masks, and 0.10 GiB of metadata. Some old SAM
caches contain converted JPEG copies as well as symlinks; neither is needed to
read the annotations. Filesystem allocation is larger because of many small files.
Tar headers/padding add overhead; consult metadata/release_manifest.json for exact
archive byte counts and hashes. No canonical annotation was dropped to save space.
These are ordinary uncompressed .tar archives. PNG, JPEG, and HDF5 already
compress much of the content. Do not use a gzip-only decompressor on these files.
3. Download, verify, and extract
The repository is organized by task, with shared metadata kept separately:
README.md
SHA256SUMS
put_cup_in_bowl/put_cup_in_bowl.tar
put_bowl_on_rack/put_bowl_on_rack.tar
put_mug_on_coaster/put_mug_on_coaster.tar
stack_two_cubes/stack_two_cubes.tar
metadata/
episodes.jsonl
release_manifest.json
<task>.files.jsonl
user_repairs_20260910_promotion.json
USER_REPAIRS_20260910.md
build_progress.json
This organization changes download paths only, not archive contents or extracted
episode paths. The initial flat release remains accessible at repository revision
2f8d3f55e8196b70e1d3e45ce0e42190801e9016 if you already pinned it.
Install reader/download dependencies:
python -m pip install huggingface_hub h5py numpy pillow
Download the annotation repository with the official Hugging Face Hub client:
from huggingface_hub import snapshot_download
snapshot_download(
repo_id="mzxuan/real_world_data_annotated",
repo_type="dataset",
local_dir="annotation_download",
)
For reproducibility, record the annotation repository's commit ID and pass it as
revision= on subsequent downloads. To download only one task, use
allow_patterns=["put_cup_in_bowl/*", "README.md", "SHA256SUMS", "metadata/*"];
ignore checksum entries
for intentionally undownloaded archives when doing a partial verification.
For a complete download, run:
cd annotation_download
sha256sum -c SHA256SUMS
mkdir -p ../annotations
tar -xf put_cup_in_bowl/put_cup_in_bowl.tar -C ../annotations
tar -xf put_bowl_on_rack/put_bowl_on_rack.tar -C ../annotations
tar -xf stack_two_cubes/stack_two_cubes.tar -C ../annotations
tar -xf put_mug_on_coaster/put_mug_on_coaster.tar -C ../annotations
Each archive already contains its task directory. For example, extraction creates
annotations/put_cup_in_bowl/clean/2/, not an extra real_world_annotations_mass_v2
directory. Do not strip this task component.
metadata/<task>.files.jsonl supplies a SHA-256 and size for every archived file.
SHA256SUMS verifies archives and release metadata; the member manifests allow
checking extracted files too. The build verified every archived member against
the local accepted source bytes before upload.
This is an archive/HDF5 distribution, not a preconfigured Hugging Face Datasets
table or a LeRobot export. Use the file download APIs and your own loader rather
than assuming datasets.load_dataset() will construct training samples.
4. Get the matching original recordings
Raw observations are at
mzxuan/real_world_data.
metadata/release_manifest.json records the raw repository revision inspected while
preparing this release. The release does not assert a fresh byte-for-byte
comparison of every remote raw tar against the local recordings.
Raw archives are organized by task and condition. Example:
from huggingface_hub import hf_hub_download
raw_archive = hf_hub_download(
repo_id="mzxuan/real_world_data",
repo_type="dataset",
revision="42b9df8f9ae78e806de4a0388d4b3a5da3221624",
filename="put_cup_in_bowl_amir/clean/put_cup_in_bowl_amir_clean.tar",
local_dir="raw_download",
)
print(raw_archive)
Inspect raw tar members before extraction (tar -tf <raw_archive>). Historical
archives may have different leading directory components; do not assume the
annotation extraction layout applies to raw archives. Organize the extracted raw
episode directories so your loader can locate the recorded episodeN.hdf5,
state.csv, meta.json, and intrinsics.json for each manifest entry.
The authoritative episode pairing is metadata/episodes.jsonl. Each line records the
annotation path, sidecar path, raw task/condition/episode, raw archive path, frame
count, object roster, source metadata hashes, and contact-sheet paths. Do not join
using the bare episode number: clean/1 and d1/1 are different demonstrations,
and episode numbers repeat across tasks.
5. Per-episode directory layout
<task>/<condition>/<episode>/
manifest.json
audit.json
validation.json
sidecar_validation.json
episodeN.annotations.hdf5
camera3/
instances/*.png
roles/*.png
boxes2d.jsonl
boxes3d.jsonl
boxes2d_amodal.jsonl
review_samples.json
review_samples/2d/*.jpg
review_samples/3d/*.jpg
contact_sheet.jpg
contact_sheet3d.jpg
diagnostics3d/*.jpg
geometry3d/
object_dimensions.json
calibration_report.json
validation3d.json
qc3d.json
All existing regular task files are retained, including available config.json,
prompts.json, repair receipts, and .work prompt/repair previews. Some historical
episodes reference configs/prompts in the original preprocessing checkout instead
of storing a local copy. Reading the labels requires neither SAM nor these files;
do not claim the archive alone can regenerate every historical annotation.
The only excluded subtree is **/.work/sam2_frames/**: these are temporary
absolute symlinks or converted JPEG copies used to feed raw images to SAM, not
independent annotation data. They are not dereferenced or uploaded. No raw RGB
is silently pulled into the archives.
Training and final QA must read the canonical camera3/ files, not intermediate
.work results. Intermediate previews may predate a repair. Absolute filesystem
paths inside historical JSON/HDF5 provenance describe the build machine and are
not portable download paths; use metadata/episodes.jsonl and the relative layout above.
6. Masks, identities, roles, and 2D boxes
Instance PNGs contain integer IDs (uint16), with 0 reserved for background.
Load them without converting to RGB or an 8-bit image. IDs are persistent within
an episode. IDs 1 and 2 are task-relative, not universal semantic classes.
| Instance ID | Meaning in this four-task release |
|---|---|
| 1 | Moving target: blue cup, cyan bowl, blue mug, or manipulated cube_a |
| 2 | Destination: white bowl, full dish rack, coaster, or stationary cube_b |
| 3 | Red apple |
| 4 | Stapler |
| 5 | Black mouse |
| 6 | Paper-towel roll |
| 7 | Tea box |
| 8 | Teal water bottle |
| 9 | Pink plastic cup |
| 10 | Black coffee cup |
| 11 | Table-tennis paddle |
Only the IDs in the episode's roster are expected. Read objects/ids and
objects/names from HDF5 or manifest.json; never assume IDs are contiguous.
Some names are historical catalog labels rather than literal color descriptions.
The coaster can appear under historical coaster or patterned_coaster names;
its episode-local ID and destination role are authoritative.
Role PNG values are 0 background, 1 target, 2 destination, 3 obstacle. Roles are fixed within each episode in this release. This must not be assumed for the future three-cup task.
Masks are modal: they label visible object material, not hidden surfaces. The bowl/rack/coaster mask excludes the placed target; rack gaps remain background. The dish-rack destination includes its small flat placement side. For cubes, ID 1 follows the manipulated cube and ID 2 stays on the base cube after stacking.
boxes2d.jsonl records frame index, filename, timestamp, camera, instance ID,
name, role, visibility, area, and bbox2d_modal_xyxy. Coordinates are
[xmin, ymin, xmax, ymax] in the original 640 x 480 image, with inclusive
maximum coordinates. Therefore width is xmax - xmin + 1. An invisible object's
JSON box is null, visibility is false, and area is zero. HDF5 represents the
missing modal box as [-1, -1, -1, -1].
7. 3D geometry and validity
3D labels are estimated full oriented boxes produced by
table_constrained_full_obb_v2: RGB-D/mask evidence, table-plane fitting, reviewed
dimensions, and recorded geometry policies. They are pseudo-ground-truth
estimates, not motion-capture measurements or certified collision geometry.
The coordinate frame is the OpenCV camera-3 frame, in meters:
- +X right, +Y down, +Z forward.
- The 12D vector is center XYZ (3), full length/width/height (3), rotation-6D (6).
- Rotation-6D is rotation-matrix column 0 followed by column 1.
- Sizes are full extents, not half extents; they are not image width/height.
For a valid rotation vector r6, recover columns with r1 = r6[:3],
r2 = r6[3:], and r3 = cross(r1, r2), then stack as matrix columns. Preserve
the supplied conventions when augmenting images or changing coordinate frames.
These annotations were not transformed into robot-base coordinates. A calibration
file present elsewhere is not automatically applicable to these labels.
boxes3d.jsonl includes validity, reason, 12D box, camera-frame corners, table
plane, pose provenance, and quality flags. boxes2d_amodal.jsonl is the projection
of the full 3D box, not a human-drawn hidden silhouette. It can extend outside the
image and has its own validity flag.
Stationary destination/obstacle poses are generally frozen from robust clear measurements and carried through temporary occlusion. A valid frozen 3D box may coexist with an invisible modal mask: this is intentional. Never equate 3D validity with 2D visibility. Moving targets remain dynamic; insufficient evidence is represented explicitly rather than fabricated. Do not fill missing labels with zeros or silently train on NaNs.
Important limitations retained in the files:
- Paddle orientation remains
review_pending/low-confidence. Some edge-on poses use explicitly flagged table-support/projective inference. Filter or downweight these 3D records for tasks requiring accurate orientation. - In cube
d4/17, the paddle falls; frames 35–53 are explicitly invalid for unreliable falling pose. The earlier and later stable poses differ. - In cup
d3/18, the towel is displaced and is not forced into one static pose. - User acceptance is based on contact sheets and targeted visual checks, not an exhaustive independent pixel-by-pixel certification of every frame/object.
- Historical review-pending fields remain where appropriate; successful structural checks do not turn uncertain geometry into exact ground truth.
8. Annotation HDF5 schema
Root format is rwprep_annotation_sidecar, schema version 1. Let T be the episode
frame count, O the number of objects, and H x W = 480 x 640.
| Dataset/group | Meaning / shape |
|---|---|
frames/indices |
Contiguous zero-based annotation frame index, T |
frames/state_indices |
Source CSV frame indices, T |
frames/timestamps |
Source recorded image/state timestamps, T |
objects/ids, names, roles |
Ordered object columns, O |
objects/dimensions_lwh_m |
Full metric dimensions, O x 3 |
objects/dimensions_status, orientation_status, geometry_confidence |
Geometry status per object |
objects/review_flags_json, metadata_json, source_json |
Complete dimension metadata/provenance |
cameras/camera3/source_rgb_filenames, source_depth_filenames |
Original source basenames, T |
cameras/camera3/intrinsics |
Camera matrix, distortion, depth scale, original intrinsics JSON |
cameras/camera3/instances |
uint16 label masks, T x H x W |
cameras/camera3/roles |
uint8 role masks, T x H x W |
cameras/camera3/boxes2d/modal_xyxy |
int32 inclusive boxes, T x O x 4 |
cameras/camera3/boxes2d/visible, area_pixels |
T x O visibility/area |
cameras/camera3/boxes3d/center_size_rot6d |
float64 boxes, T x O x 12 |
cameras/camera3/boxes3d/corners_camera_xyz_m |
T x O x 8 x 3 corners |
cameras/camera3/boxes3d/valid, invalid_reason, quality_flags_json |
T x O validity and quality |
cameras/camera3/boxes3d/pose_* |
Pose source, observed/carried status, measurement-frame provenance |
cameras/camera3/boxes2d_amodal/xyxy, valid, invalid_reason |
Projected float boxes and validity |
cameras/camera3/table_planes/* |
Per-frame plane normals, offsets, support, validity |
provenance/manifest_json, package_json |
Historical manifests, build paths, hashes |
Missing numeric 3D/amodal data use NaNs; consult validity before consuming them.
Object columns follow objects/ids order, not object_id - 1. HDF5 strings
are UTF-8; with h5py use .asstr() when decoded strings are needed. Fields ending
in _json contain JSON strings, not ordinary category names.
PNG/JSONL labels are canonical; sidecars are validated, compressed mirrors for convenient loading. All 800 sidecars were freshly round-trip checked against their canonical labels when packaging this release.
9. Minimal aligned reading example
After extracting matching raw data, set raw_root to the directory holding the
original task directories. No original preprocessing checkout, SAM checkpoint,
or GPU is needed to read the annotations.
import json
from pathlib import Path
import h5py
import numpy as np
annotation_root = Path("annotations")
raw_root = Path("raw")
rows = [json.loads(line) for line in Path("annotation_download/metadata/episodes.jsonl").read_text().splitlines()]
entry = next(r for r in rows if r["episode"] == "put_cup_in_bowl/clean/2")
raw_path = raw_root / entry["source_episode"] / entry["source_hdf5_filename"]
annotation_path = annotation_root / entry["sidecar_path"]
with h5py.File(raw_path, "r") as raw, h5py.File(annotation_path, "r") as ann:
assert np.array_equal(raw["timestamps"][...], ann["frames/timestamps"][...])
assert len(raw["timestamps"]) == entry["frames"]
t = 0
source_index = int(ann["frames/state_indices"][t])
assert source_index == t
camera = ann["cameras/camera3"]
rgb = raw["observations/images/camera3"][source_index]
tcp_position = raw["observations/tcp_pos"][source_index]
tcp_quaternion = raw["observations/tcp_quat"][source_index]
gripper = raw["observations/gripper_pos"][source_index]
instance_mask = camera["instances"][t]
object_ids = ann["objects/ids"][...]
target_column = int(np.flatnonzero(object_ids == 1)[0])
target_mask = instance_mask == 1
target_visible = bool(camera["boxes2d/visible"][t, target_column])
target_box2d = camera["boxes2d/modal_xyxy"][t, target_column]
target_valid3d = bool(camera["boxes3d/valid"][t, target_column])
target_box3d = camera["boxes3d/center_size_rot6d"][t, target_column] if target_valid3d else None
target_flags = json.loads(camera["boxes3d/quality_flags_json"].asstr()[t, target_column])
For these recordings, source row indices are contiguous. If alignment assertions
fail on your downloaded raw files, stop and resolve the version/path mismatch;
do not silently trim, sort by unrelated filenames, or pair nearest timestamps.
metadata/episodes.jsonl includes source CSV/intrinsics/meta hashes for additional checks.
Use state.csv order, not every PNG in a raw directory. In particular, cup
d3/1..8 contain older unreferenced captures that must be ignored. The matching
HDF5 and sidecar contain the intended state-aligned take.
10. Actions, instructions, splits, and normalization
This release is ready to serve as observations plus perception labels; it is not a finished action-supervised training recipe. Raw recordings contain TCP pose, joint state, and gripper state, but no separately named action dataset has been established for these four tasks.
Your loader may define future observed poses, pose changes, or other trajectory targets. Document the prediction horizon, reference frame, quaternion convention, gripper interpretation, and terminal-frame handling. Observed states are not automatically the robot's original commanded actions. Do not subtract quaternion components as though they were Cartesian rotation deltas.
The release does not prescribe train/validation/test splits or normalization statistics. Split by whole episode, keep all frames from a demonstration in one split, then compute normalization using only training episodes. Decide whether to hold out layouts/conditions for generalization evaluation. Add language instructions explicitly in the loader; task names and object metadata are supplied, but a finalized per-sample instruction dataset is not included.
Start with a small batch: verify image/mask alignment, object-column mapping, box conventions, invalid-record filtering, and action-target alignment before large-scale training. Rendered contact sheets are QA tools, not model observations. Keep HDF5 handles worker-local if using multiprocessing dataloaders.
11. Review, provenance, and release contents
Open camera3/contact_sheet.jpg for masks plus modal 2D and
camera3/contact_sheet3d.jpg for projected 3D. Full-resolution sampled overlays
are in review_samples/; RGB/point-cloud diagnostics are in diagnostics3d/.
Review sampling is compact (up to 16 frames per camera, normally eight uniform
frames plus selected events). There are no canonical full-frame overlay videos,
MP4 reviewers, or HTML reviewers.
This release includes the 63 user-approved replacements promoted on 2026-09-10:
17 cup, 18 mug, and 28 cube episodes. They already replace the corresponding
canonical folders; do not apply another repair overlay after extraction.
metadata/user_repairs_20260910_promotion.json and the accompanying note retain
the promotion provenance. Old backup paths named there are historical, not
additional files you need to download.
Historic timing CSVs/wave atlases outside the four task directories are not used as authoritative current QA; per-episode canonical contact sheets include the accepted repairs. Rejected template-stamped references, superseded backups, raw datasets, environment credentials, and model checkpoints are not part of this release.
The two future tasks will be released separately after completion/review. Pin a repository revision if your experiment must remain tied to this four-task version.
12. Access and licensing
The repository is public for download. Public access is not itself a license grant. No license is asserted by this annotation card; confirm permitted use and redistribution with the dataset owners and check the source dataset's terms. Do not assume a permissive license from the availability of the files.
- Downloads last month
- 29