File size: 1,039 Bytes
d699666 | 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 61 62 | {
"model_name": "AdaptivePhotoNet",
"param_count": 5876943,
"image_input": {
"name": "image",
"shape": [
1,
3,
224,
224
],
"dtype": "float32",
"range": [
0.0,
1.0
],
"layout": "NCHW",
"color": "RGB"
},
"style_input": {
"name": "style_id",
"shape": [
1
],
"dtype": "int64",
"mapping": {
"natural": 0,
"vivid": 1,
"cinema": 2,
"portrait": 3,
"film": 4,
"moody": 5
}
},
"outputs": {
"recipe_vector": [
1,
21
],
"scene_probs": [
1,
10
]
},
"scene_tags": {
"human": 0,
"face_visible": 1,
"skin_visible": 2,
"portrait": 3,
"indoor": 4,
"outdoor": 5,
"night": 6,
"low_light": 7,
"backlit": 8,
"high_dynamic_range": 9
},
"recipe_schema_file": "recipe_schema.json",
"recommended_android": {
"fp32": "XNNPACKExecutionProvider -> CPUExecutionProvider fallback",
"int8": "CPUExecutionProvider first"
}
} |