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

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