yusuf-astral commited on
Commit
8a3d0b8
·
verified ·
1 Parent(s): 67bc96b

Croissant: semantic_seg = per-pixel category IDs (not instance IDs); keyed to per-scene COCO categories

Browse files
Files changed (1) hide show
  1. 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 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"
 
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"