{
    "version": "1.0",
    "mode": 2,
    "nodes": [
{
"name": "input_0",
        "type": "blit",
        "config": {
            "keymaps": {
                "intParam": {},
                "floatParam": {},
                "stringParam": {}
            },
            "size": {
                "width": 96,
                "height": 96
            }
        }
},
{
"name": "input_1",
    "type": "array_buffer_producer"
},
{
"name": "compress_shot_detect_0",
        "type": "compress_shot_detect",
        "config": {
    "keymaps": {
        "intParam": {
            "compress_shot_detect_sliding_window_size": 7,
            "compress_shot_detect_img_feat_dims": 128
        },
        "floatParam": {
            "compress_shot_detect_post_process_threshold": 0.35
        },
        "stringParam": {
            "compress_shot_detect_backbone_model_name": "jy_compressShotDetectBackbone_new",
            "compress_shot_detect_predhead_model_name": "jy_compressShotDetectPredHead_new",
            "compress_shot_detect_debug_data_save_path": ""
        }
    }
}
}
],
"links": [
{
"fromNode": "input_0",
        "fromIndex": 0,
        "toNode": "compress_shot_detect_0",
        "toIndex": 0
},
{
"fromNode": "input_1",
        "fromIndex": 0,
        "toNode": "compress_shot_detect_0",
        "toIndex": 1
}
]
}
