Datasets:
Modalities:
Text
Languages:
English
Size:
< 1K
Tags:
robotics
drone-navigation
vision-language-navigation
open-vocabulary-detection
embodied-ai
habitat-sim
License:
Croissant: fix semantic_seg shape (12,480,640) uint16, drop spurious channel dim
Browse files- yonder.croissant.json +2 -2
yonder.croissant.json
CHANGED
|
@@ -231,10 +231,10 @@
|
|
| 231 |
"@type": "cr:Field",
|
| 232 |
"@id": "waypoints/semantic_seg",
|
| 233 |
"name": "semantic_seg",
|
| 234 |
-
"description": "Per-pixel semantic instance
|
| 235 |
"dataType": "sc:Integer",
|
| 236 |
"isArray": true,
|
| 237 |
-
"arrayShape": "12,480,640
|
| 238 |
}
|
| 239 |
]
|
| 240 |
}
|
|
|
|
| 231 |
"@type": "cr:Field",
|
| 232 |
"@id": "waypoints/semantic_seg",
|
| 233 |
"name": "semantic_seg",
|
| 234 |
+
"description": "Per-pixel semantic instance IDs. Shape (12, 480, 640) uint16, one channel per yaw. Available for all 167 HSSD scenes; stored as separate {scene}_wp{NNNN}_semantics.npz files under semantics/{scene}/ in the repo.",
|
| 235 |
"dataType": "sc:Integer",
|
| 236 |
"isArray": true,
|
| 237 |
+
"arrayShape": "12,480,640"
|
| 238 |
}
|
| 239 |
]
|
| 240 |
}
|