Masonmason b5e3227b0e Update pipeline editor and test configurations
• Comment out pipeline editor to resolve import conflicts
• Update test.mflow with new node IDs and preprocess node
• Add new deployment screenshot
• Remove old screenshot file

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-12 00:24:37 +08:00

83 lines
1.6 KiB
Plaintext

{
"project_name": "Untitled Pipeline",
"description": "",
"nodes": [
{
"id": "0x1131773d0",
"name": "Input Node",
"type": "ExactInputNode",
"pos": [
228.0,
53.0
],
"properties": {
"source_type": "Camera",
"device_id": 0,
"resolution": "1920x1080",
"fps": 30,
"source_path": ""
}
},
{
"id": "0x12b4ae9d0",
"name": "Model Node",
"type": "ExactModelNode",
"pos": [
295.0,
292.0
],
"properties": {
"dongle_series": "520",
"num_dongles": 1,
"model_path": "",
"scpu_fw_path": "",
"ncpu_fw_path": "",
"port_id": ""
}
},
{
"id": "0x12b4aff50",
"name": "Output Node",
"type": "ExactOutputNode",
"pos": [
504.8299047169322,
430.1696952829989
],
"properties": {
"output_type": "File",
"format": "JSON",
"destination": "",
"save_interval": 1.0
}
},
{
"id": "0x12b4c8990",
"name": "Preprocess Node",
"type": "ExactPreprocessNode",
"pos": [
230.0,
190.0
],
"properties": {
"resize_width": 112,
"resize_height": 112,
"operations": "resize,normalize"
}
}
],
"connections": [
{
"input_node": "0x12b4ae9d0",
"input_port": "input",
"output_node": "0x1131773d0",
"output_port": "output"
},
{
"input_node": "0x12b4aff50",
"input_port": "input",
"output_node": "0x12b4ae9d0",
"output_port": "output"
}
],
"version": "1.0"
}