joergjan's picture
Upload config.json
f6cd85e
{
"architectures": [
"model_1"
],
"id2label": {
"0": "buildings",
"1": "forest",
"2": "glacier",
"3": "mountain",
"4": "sea",
"5": "street"
},
"label2id": {
"buildings": "0",
"forest": "1",
"glacier": "2",
"mountain": "3",
"sea": "4",
"street": "5"
},
"input_shape": [
224,
224,
3
],
"output_shape": [
6
]
}