| { | |
| "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" | |
| } |