Datasets:
Modalities:
Text
Languages:
English
Size:
< 1K
Tags:
robotics
drone-navigation
vision-language-navigation
open-vocabulary-detection
embodied-ai
habitat-sim
License:
Croissant: semantic_seg = per-pixel category IDs (not instance IDs); keyed to per-scene COCO categories
Browse files- yonder.croissant.json +1 -1
yonder.croissant.json
CHANGED
|
@@ -231,7 +231,7 @@
|
|
| 231 |
"@type": "cr:Field",
|
| 232 |
"@id": "waypoints/semantic_seg",
|
| 233 |
"name": "semantic_seg",
|
| 234 |
-
"description": "Per-pixel
|
| 235 |
"dataType": "sc:Integer",
|
| 236 |
"isArray": true,
|
| 237 |
"arrayShape": "12,480,640"
|
|
|
|
| 231 |
"@type": "cr:Field",
|
| 232 |
"@id": "waypoints/semantic_seg",
|
| 233 |
"name": "semantic_seg",
|
| 234 |
+
"description": "Per-pixel category IDs keyed to the per-scene COCO categories array in annotations/{scene}/annotations.json. 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"
|