Task_160 · Derived Demo Page

Video Object Coordinate Map Estimation

2 个真实 MOVi-E samples,展示完整 V2V Input → Target contract。Target 来自 ground-truth annotations 的确定性变换,不是模型生成结果。

2 / 2 DEMO VERIFIEDClass B · annotation-derived24 frames · 256×256 · 12 FPSFull Final generated: 0

这个 task 到底在学什么?

一句话:模型要判断视频中每个可见物体表面点,在该物体自己的 normalized 3D coordinate system 里处于哪个 XYZ 位置。

1 · Input 看外观普通 RGB video 只告诉模型像素长什么样、物体如何运动。
2 · Target 给逐像素 XYZTarget 的 R/G/B 三个 channel 分别编码 normalized X/Y/Z;黑色是背景。
3 · 跨帧保持几何对应同一个物理表面点即使随物体或相机移动,也应维持近似相同的 coordinate value。
Depth问“这个点离相机多远”。
Segmentation问“这个像素属于哪个物体/类别”。
Object coordinate map问“这个像素在该物体自身 normalized XYZ 中位于哪里”;可支持 dense correspondence、pose、tracking、size 和 reconstruction。

注意:不同物体上的相同颜色只表示它们各自在自身 bounding box 中的位置相似,并不表示相同类别或语义部件。

How to read the videos

左边是 Input RGB;右边是由 source-native uint16 coordinates 与 segmentation 确定性构造的 Target display proxy。右边不是模型 prediction。

Artifact boundary

这是独立 pre-pipeline Demo,不是 Raw Dataset Report,也不改变 full-production census。Open source-native Dataset Report

SAMPLE 01

test:218

DEMO VERIFIED

较稀疏、多物体长条结构的 scene;适合检查 background masking 与细长物体表面的 coordinate continuity。

INPUT · RGB VIDEO

Source-native RGB frames;presentation/model-ingestion H.264 transcode。

TARGET · OBJECT COORDINATE MAP

黑背景 8-bit NOCS display proxy;numeric supervision 使用 lossless RGB Target。

PromptEstimate the normalized object-coordinate map for every visible object surface in each frame; render background as black.
Sourcemovi_e-test.tfrecord-00230-of-00256 · record 0 · frames 0–23
Input181,439 bytes · SHA-256 063e09e6…d07b84
Lossless Target367,964 bytes · gbrp · exact-pixel readback PASS
Target derivationround(uint16/257) + segmentation > 0 foreground mask
SAMPLE 02

test:823

DEMO VERIFIED

更密集的 household composition;适合检查多实例遮挡、不同尺度物体和 camera/object motion 下的 coordinate stability。

INPUT · RGB VIDEO

Source-native RGB frames;presentation/model-ingestion H.264 transcode。

TARGET · OBJECT COORDINATE MAP

黑背景 8-bit NOCS display proxy;numeric supervision 使用 lossless RGB Target。

PromptEstimate the normalized object-coordinate map for every visible object surface in each frame; render background as black.
Sourcemovi_e-test.tfrecord-00230-of-00256 · record 1 · frames 0–23
Input167,049 bytes · SHA-256 5c15b5cb…14d935
Lossless Target461,431 bytes · gbrp · exact-pixel readback PASS
Target derivationround(uint16/257) + segmentation > 0 foreground mask