A1 · test:218
较稀疏的 foreground case。 可以清楚看到 raw coordinate pass 的背景并不是黑色;这正是后续必须用 native segmentation 做 foreground masking 的原因。
bab9e07d…793070 · Provenance JSON.从普通 RGB 视频估计每个可见物体表面的 object-local XYZ coordinate map。Raw 是完整 MOVi-E;黑背景 8-bit NOCS 视频仍属于后续 deterministic task layer。
给模型一段 24-frame RGB 视频,要求输出同一时刻、同一像素位置的 object coordinate map 视频。每个前景像素的 RGB 不是外观颜色,而是该表面点在物体自身 normalized 3D coordinate system 中的 XYZ。
| Input | 一段完整 MOVi-E RGB clip:24 frames · 256×256 · 12 FPS |
|---|---|
| Target | 24-frame foreground object-coordinate video;native uint16 XYZ 以 round(value / 257) 转为 uint8,segmentations == 0 的背景设为黑色 |
| Conditioning | 固定 task instruction;没有 reference image/video,也没有 object category hint |
| Pairing key | (split, metadata.video_name, frame_index) |
| Supervision | Class B · RGB、uint16 object coordinates、instance mask 均为 source-native;量化和前景 masking 为确定性 task transform |
| Final unit | 每个完整 24-frame source example 最多产生 1 个 Final sample;不切 overlapping windows,不 padding |
| Benchmark | foreground XYZ MAE/RMSE、threshold accuracy、temporal consistency;background accuracy 单独报告 |
Contribution. 统一 24-frame 的 synthetic moving-camera scenes,source-native fields 同时包含 RGB、16-bit object coordinates、instance segmentations、object/category/dynamic metadata。完整 release 已下载、逐记录解析、Raw S3 对账并全量 streamed SHA-256 readback。
test:218较稀疏的 foreground case。 可以清楚看到 raw coordinate pass 的背景并不是黑色;这正是后续必须用 native segmentation 做 foreground masking 的原因。
bab9e07d…793070 · Provenance JSON.test:823不同 object composition / motion case。 与 A1 构成覆盖对比,用于检查 coordinate colors、instance labels 和 RGB 在完整时间轴上的同步关系。
fe24c43a…848ae0 · Provenance JSON.| Dataset | Distinct relevance | Why not selected for ingest |
|---|---|---|
| MOVi-F 256×256 | Same annotation family with stronger motion blur | 5,884 published train/validation videos and no test split; useful later extension, not required for initial scale |
| NOCS CAMERA / REAL | Canonical NOCS representation and 6D pose benchmark | Image-oriented rather than a native video-to-video corpus |
| Wild6D | Large real RGB-D video domain | Real training videos do not provide dense NOCS target for every frame |
| HouseCat6D | Real household RGB-D/polarization trajectories and pose labels | No source-native dense object-coordinate target video |
movi_e/256x256/1.0.0/ ├── movi_e-train.tfrecord-00000-of-01024 … 01023 ├── movi_e-validation.tfrecord-00000-of-00064 … 00063 ├── movi_e-test.tfrecord-00000-of-00256 … 00255 ├── dataset_info.json ├── features.json └── label files
| Native field | Shape / type | Task role |
|---|---|---|
video | 24 × 256 × 256 × 3 · PNG-encoded RGB | Input frames |
object_coordinates | 24 × 256 × 256 × 3 · 16-bit RGB PNG | Source coordinate values before task-layer masking |
segmentations | 24 × 256 × 256 × 1 · uint8 PNG · background ID 0 | Foreground selection and native instance identity |
metadata/video_name | string | Source identity within split |
instances/category, is_dynamic | per-instance tensors | Composition audit only; not model conditioning |
Complete release: 1,024 train shards + 64 validation shards + 256 test shards = 1,344 TFRecords. Every example has exactly 24 frames at 12 FPS. Common 8-bit image readers can silently lose precision; audit uses OpenCV IMREAD_UNCHANGED and checks the PNG IHDR bit depth.
video, object_coordinates, and segmentations for one complete source example.target = round(uint16_coordinates / 257); set pixels with segmentation == 0 to RGB (0,0,0).prompt.txt, and provenance-rich metadata.json in the separate pipeline layer.| Construction | Raw units | Eligible | Frames / sample | Within-sample time | Cross-sample overlap | Expected Final | Generated verified |
|---|---|---|---|---|---|---|---|
| annotation-derived | 10,998 videos | 10,998 | 24 Input + 24 aligned Target | same 24 timestamps; required dense alignment | 0 | 10,998 | 0 |
| Check | Measured result |
|---|---|
| Complete Raw source payload | 1,347 non-empty objects / 307,589,037,274 bytes (307.59 GB) |
| Split bytes | train 272,716,910,103 · validation 6,982,497,516 · test 27,889,578,751 · metadata 46,904 |
| Publisher-integrity download | 1,347/1,347 path, size, and publisher MD5 verified · failures 0 |
| TFRecord audit | 1,344/1,344 shards · 10,998/10,998 records fully parsed · shard failures 0 |
| Task field decode | All RGB, uint16 coordinate, and segmentation frames decoded with exact shape/alignment checks |
| Identity / duplicates | 0 duplicate pairing keys · 0 exact duplicate RGB-video hash groups |
| Raw S3 reconciliation | 1,347 source objects and 307,589,037,274 bytes exactly match the frozen publisher manifest |
| Full S3 readback | 1,347/1,347 objects streamed and SHA-256 verified · failures 0 · FULL_RAW_S3_VERIFIED |
| Native sample evidence | 2/2 shown above; both 24-frame RGB/coordinate/segmentation proxy groups decode successfully |
Official-versus-measured discrepancy: high-level MOVi documentation describes approximately 10k train / 1k test scenes. The distributed TFDS metadata and complete parse measure exactly 9,749 train, 250 validation, and 999 test examples: 10,998 total.
dataset_info.json has no aggregate license field, so Raw/Final public or commercial redistribution is not cleared by this report.libx264rgb -crf 0 / gbrp; standard browser proxies are viewing aids only.s3://tv2v-data/raw/taxonomy/Task_160_video_object_coordinate_map_estimation/movi_e/256x256/1.0.0/manifests/source_objects.jsonl, audit_records.jsonl, audit_summary.json, s3_archive_summary.json, s3_readback_results.jsonldownload_movi_e_release.py, audit_movi_e_release.py, archive_movi_e_to_s3.py, extract_native_evidence.py, probe_target_encoding.pyi-04b4452c023f2a6a9 is terminated; root EBS vol-0a9c8321dc84ca29c is deleted. The no-ingress security group, IAM role, and instance profile remain unchanged pending any separate cleanup approval.