yusuf-astral commited on
Commit
cbf7e32
·
verified ·
1 Parent(s): dba4f67

Croissant: fix semantic_seg shape (12,480,640) uint16, drop spurious channel dim

Browse files
Files changed (1) hide show
  1. 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 + class IDs. Shape (12, 480, 640, 2) int32. Available for all 167 HSSD scenes.",
235
  "dataType": "sc:Integer",
236
  "isArray": true,
237
- "arrayShape": "12,480,640,2"
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
  }