File size: 1,038 Bytes
2ffd2b1 |
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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
{
"model_type": "resnet",
"model": "ResNet50",
"weights": "kaggle/working/disaster_model",
"license": "mit",
"language": "en",
"metrics": {
"main": "accuracy"
},
"pipeline_tag": "image-classification",
"classes": [
{
"id": 0,
"name": "Damaged_Infrastructure",
"height": 256,
"width": 256,
"scale_by": 1
},
{
"id": 1,
"name": "Fire_Disaster",
"height": 256,
"width": 256,
"scale_by": 1
},
{
"id": 2,
"name": "Human_Damage",
"height": 256,
"width": 256,
"scale_by": 1
},
{
"id": 3,
"name": "Land_Disaster",
"height": 256,
"width": 256,
"scale_by": 1
},
{
"id": 4,
"name": "Non_Damage",
"height": 256,
"width": 256,
"scale_by": 1
},
{
"id": 5,
"name": "Water_Disaster",
"height": 256,
"width": 256,
"scale_by": 1
}
],
"preprocessing": {
"resize": [256, 256],
"scale": 255
}
}
|