deva_yam / dataset_info.json
mengqz9's picture
Add files using upload-large-folder tool
d1c1489 verified
Raw
History Blame Contribute Delete
1.57 kB
{
"name": "deva_yam",
"views": [
"left_wrist",
"head",
"right_wrist"
],
"tile": [
[
"left_wrist",
"head",
"right_wrist"
]
],
"video": {
"native_hw": [
480,
1920
],
"panel_hw": [
480,
640
],
"fps": 30
},
"affordance": {
"layout": "per_view",
"dtype": "float16",
"normalization": "none",
"native_hw": {
"left_wrist": [
128,
128
],
"head": [
128,
128
],
"right_wrist": [
128,
128
]
},
"view_size": [
128,
128
],
"arrays": {
"<view>": "float16 [T, Hv, Wv] - raw affordance, un-normalized; the loader resizes to view_size then per-frame max-normalizes"
}
},
"depth": {
"layout": "per_view",
"dtype": "float16",
"range": [
0,
1
],
"normalization": "per_view_per_clip_at_export",
"native_hw": {
"left_wrist": [
480,
640
],
"head": [
480,
640
],
"right_wrist": [
480,
640
]
},
"valid_mask": "derived from the tile grid (null cells are invalid); not stored",
"arrays": {
"<view>": "float16 [T, Hv, Wv] in [0,1], per-view per-clip normalized at export"
},
"source": "DepthAnything (vitl) disparity -> depth = 1/disparity; higher value = farther",
"clip": {
"clip_percentile": null,
"note": "clipped (percentile not recorded at export); ~5% of pixels saturate at 1.0"
}
}
}