Mini Kabibi Habibi

Current Path : C:/Users/All Users/Adobe/CameraRaw/ModelZoo/object_selection/winml/
Upload File :
Current File : C:/Users/All Users/Adobe/CameraRaw/ModelZoo/object_selection/winml/manifest.json

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