Update config.json
70ba169 | { |
| "num_labels": 13, |
|
|
| "unique_colors": [ |
| [ 0, 0, 0], |
| [ 0, 0, 170], |
| [ 0, 0, 255], |
| [ 0, 85, 255], |
| [ 0, 170, 255], |
| [ 0, 255, 255], |
| [ 85, 255, 170], |
| [170, 0, 0], |
| [170, 255, 85], |
| [255, 0, 0], |
| [255, 85, 0], |
| [255, 170, 0], |
| [255, 255, 0] |
| ], |
|
|
| "id2label": { |
| "0": "unknown", |
| "1": "background", |
| "2": "facade", |
| "3": "window", |
| "4": "door", |
| "5": "cornice", |
| "6": "sill", |
| "7": "balcony", |
| "8": "blind", |
| "9": "molding", |
| "10": "deco", |
| "11": "pillar", |
| "12": "shop" |
| }, |
|
|
| "label2id": { |
| "unknown": 0, |
| "background": 1, |
| "facade": 2, |
| "window": 3, |
| "door": 4, |
| "cornice": 5, |
| "sill": 6, |
| "balcony": 7, |
| "blind": 8, |
| "molding": 9, |
| "deco": 10, |
| "pillar": 11, |
| "shop": 12 |
| } |
| } |