Mini Kabibi Habibi
{
"id": "1",
"name": "object_selection",
"description": "Object Selection Model from photoshop",
"author": "adobe",
"version": 1,
"targets": {
"WinML": {
"components": [
{
"name":"secured_file",
"path":"deeplasso_320.data",
"encryption":{
"key":"intentionally blank"
}
}
],
"inputs": [{
"name": "data",
"required": true,
"featureType": "tensor",
"tensor": {
"shape": [4, 320, 320],
"dataType": "float"
}
}],
"outputs": [{
"name": "prob",
"featureType": "tensor",
"tensor": {
"shape": [2, 320, 320],
"dataType": "float"
}
}]
}
}
}