| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "modals": [
- "img",
- "ch1",
- "ch2",
- "ch3",
- "ch4",
- "ring"
- ],
- "classes": [
- "slight_scratch",
- "scratch",
- "serious_scratch",
- "damaged",
- "impact",
- "pit",
- "stain",
- "wear"
- ],
- "palette": [
- [
- 128,
- 0,
- 0
- ],
- [
- 0,
- 128,
- 0
- ],
- [
- 128,
- 128,
- 0
- ],
- [
- 0,
- 0,
- 128
- ],
- [
- 128,
- 0,
- 128
- ],
- [
- 0,
- 128,
- 128
- ],
- [
- 255,
- 128,
- 0
- ],
- [
- 64,
- 0,
- 0
- ]
- ],
- "image_size": [
- 768,
- 768
- ],
- "thresholds": [
- 0.505,
- 0.545,
- 0.525,
- 0.929,
- 0.879,
- 0.768,
- 0.626,
- 0.535
- ]
- }
|