forked from open-edge-platform/edge-ai-suites
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocalRadarPipeline.json
More file actions
executable file
·82 lines (82 loc) · 2.55 KB
/
localRadarPipeline.json
File metadata and controls
executable file
·82 lines (82 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"Nodes": [
{
"Node Class Name": "LocalMultiSensorInputNode",
"Node Name": "Input",
"Thread Number": "1",
"Is Source Node": "true",
"Configure String": "MediaType=(STRING)image;MediaIndex=(INT)0;RadarIndex=(INT)1;InputCapacity=(INT)2;ControlType=(STRING)Radar"
},
{
"Node Class Name": "RadarPreProcessingNode",
"Node Name": "RadarPreProcessing",
"Thread Number": "1",
"Is Source Node": "false",
"Configure String": "RadarConfigPath=(STRING)/opt/datasets/RadarConfig_raddet.json"
},
{
"Node Class Name": "RadarDetectionNode",
"Node Name": "RadarDetection",
"Thread Number": "1",
"Is Source Node": "false"
},
{
"Node Class Name": "RadarClusteringNode",
"Node Name": "RadarClustering",
"Thread Number": "1",
"Is Source Node": "false",
"Configure String": ""
},
{
"Node Class Name": "RadarTrackingNode",
"Node Name": "RadarTracking",
"Thread Number": "1",
"Is Source Node": "false",
"Configure String": ""
},
{
"Node Class Name": "RadarOutputNode",
"Node Name": "Output",
"Thread Number": "1",
"Is Source Node": "false",
"Configure String": "BufferType=(STRING)String"
}
],
"Links": [
{
"Previous Node": "Input",
"Previous Node Port": "0",
"Next Node": "RadarPreProcessing",
"Next Node Port": "0",
"Queue Size": "1"
},
{
"Previous Node": "RadarPreProcessing",
"Previous Node Port": "0",
"Next Node": "RadarDetection",
"Next Node Port": "0",
"Queue Size": "1"
},
{
"Previous Node": "RadarDetection",
"Previous Node Port": "0",
"Next Node": "RadarClustering",
"Next Node Port": "0",
"Queue Size": "1"
},
{
"Previous Node": "RadarClustering",
"Previous Node Port": "0",
"Next Node": "RadarTracking",
"Next Node Port": "0",
"Queue Size": "1"
},
{
"Previous Node": "RadarTracking",
"Previous Node Port": "0",
"Next Node": "Output",
"Next Node Port": "0",
"Queue Size": "1"
}
]
}