model_meta.json 735 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "modals": [
  3. "img",
  4. "ch1",
  5. "ch2",
  6. "ch3",
  7. "ch4",
  8. "ring"
  9. ],
  10. "classes": [
  11. "slight_scratch",
  12. "scratch",
  13. "serious_scratch",
  14. "damaged",
  15. "impact",
  16. "pit",
  17. "stain",
  18. "wear"
  19. ],
  20. "palette": [
  21. [
  22. 128,
  23. 0,
  24. 0
  25. ],
  26. [
  27. 0,
  28. 128,
  29. 0
  30. ],
  31. [
  32. 128,
  33. 128,
  34. 0
  35. ],
  36. [
  37. 0,
  38. 0,
  39. 128
  40. ],
  41. [
  42. 128,
  43. 0,
  44. 128
  45. ],
  46. [
  47. 0,
  48. 128,
  49. 128
  50. ],
  51. [
  52. 255,
  53. 128,
  54. 0
  55. ],
  56. [
  57. 64,
  58. 0,
  59. 0
  60. ]
  61. ],
  62. "image_size": [
  63. 768,
  64. 768
  65. ],
  66. "thresholds": [
  67. 0.505,
  68. 0.545,
  69. 0.525,
  70. 0.929,
  71. 0.879,
  72. 0.768,
  73. 0.626,
  74. 0.535
  75. ]
  76. }