You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

datasetSchema.json 196 B

5 years ago
1234567891011121314
  1. {
  2. "columns": {
  3. "image": {
  4. "type": "uint8",
  5. "rank": 3,
  6. "shape": [1920,1080,3]
  7. },
  8. "label": {
  9. "type": "int32",
  10. "rank": 1,
  11. "shape": [1]
  12. }
  13. }
  14. }