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.

fullSchema.json 486 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "columns": {
  3. "image": {
  4. "type": "uint8",
  5. "rank": 1
  6. },
  7. "label" : {
  8. "type": "int32",
  9. "rank": 1
  10. },
  11. "id" : {
  12. "type": "int64",
  13. "rank": 0
  14. },
  15. "_priority" : {
  16. "type": "float64",
  17. "rank": 0
  18. },
  19. "_embedding" : {
  20. "type": "uint8",
  21. "rank": 1
  22. },
  23. "_segmented_image" : {
  24. "type": "uint8",
  25. "rank": 1
  26. },
  27. "_processed_image" : {
  28. "type": "uint8",
  29. "rank": 1
  30. }
  31. }
  32. }