File size: 687 Bytes
e97480b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | {
"architectures": [
"SCHPForSemanticSegmentation"
],
"auto_map": {
"AutoConfig": "configuration_schp.SCHPConfig",
"AutoModelForSemanticSegmentation": "modeling_schp.SCHPForSemanticSegmentation"
},
"backbone": "resnet101",
"dtype": "float32",
"id2label": {
"0": "Background",
"1": "Head",
"2": "Torso",
"3": "Upper Arms",
"4": "Lower Arms",
"5": "Upper Legs",
"6": "Lower Legs"
},
"input_size": 512,
"label2id": {
"Background": "0",
"Head": "1",
"Lower Arms": "4",
"Lower Legs": "6",
"Torso": "2",
"Upper Arms": "3",
"Upper Legs": "5"
},
"model_type": "schp",
"transformers_version": "5.5.0"
} |