Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/sensei_models/DepthPrediction/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/sensei_models/DepthPrediction/manifest.json

{
    "id": "DepthPrediction",
    "name": "Depth prediction",
    "description": "SenseiCloud_v2",
    "author": "adobe",
    "version": 1,
    "targets":{
        "CoreML": {
            "components": [
                {
                    "name":"dir",
                    "path":"Feature:object-arrangement:Service-c089ecfa50af425c8e91ee1443b29917",
                    "encryption":{
                        "key":"no key required"
                    }
                }],
            "inputs": [{
                "name": "image_file|input",
                "description": "jpeg",
                "required": true,
                "featureType": "tensor",
                "tensor": {
                    "shape": [3, 448, 448],
                    "dataType": "uint8"
                }
            }],
            "outputs": [{
                "name": "enc_depth_map",
                "description": "jpeg",
                "featureType": "tensor",
                "tensor": {
                    "shape": [1, 448, 448],
                    "dataType": "uint8"
                }
            }]
        }
    }
}