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 238 B

12345678910111213141516
  1. {
  2. "datasetType": "IMAGENET",
  3. "numRows": 6,
  4. "columns": {
  5. "image": {
  6. "type": "uint8",
  7. "rank": 1,
  8. "t_impl": "cvmat"
  9. },
  10. "label" : {
  11. "type": "uint32",
  12. "rank": 1,
  13. "t_impl" : "flex"
  14. }
  15. }
  16. }