-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapplication.json
More file actions
121 lines (121 loc) · 22.3 KB
/
Copy pathapplication.json
File metadata and controls
121 lines (121 loc) · 22.3 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "pipeline-multichannel",
"appId": "multichannel",
"sequence": 1,
"pipelines": [
{
"name": "multichannel_Pipeline",
"sequence": 1,
"plugins": [
{
"name": "simaai_preprocess",
"pluginGid": "process_ev",
"resources": {
"configs": [
"<BOARD_TYPE>/cfg/gen_preproc_yolov9s0.json",
"<BOARD_TYPE>/cfg/gen_preproc_yolov9s1.json",
"<BOARD_TYPE>/cfg/gen_preproc_yolov9s2.json",
"<BOARD_TYPE>/cfg/gen_preproc_yolov9s3.json",
"<BOARD_TYPE>/cfg/gen_preproc_yolov8_pose0.json",
"<BOARD_TYPE>/cfg/gen_preproc_yolov8_pose1.json",
"<BOARD_TYPE>/cfg/gen_preproc_yolov8_pose2.json",
"<BOARD_TYPE>/cfg/gen_preproc_yolov8_pose3.json",
"<BOARD_TYPE>/cfg/gen_preproc_yolov8n0.json",
"<BOARD_TYPE>/cfg/gen_preproc_yolov8n1.json",
"<BOARD_TYPE>/cfg/gen_preproc_yolov8n2.json",
"<BOARD_TYPE>/cfg/gen_preproc_yolov8n3.json",
"<BOARD_TYPE>/cfg/gen_preproc_yolov7_0.json",
"<BOARD_TYPE>/cfg/gen_preproc_yolov7_1.json",
"<BOARD_TYPE>/cfg/gen_preproc_yolov7_2.json",
"<BOARD_TYPE>/cfg/gen_preproc_yolov7_3.json"
]
}
},
{
"name": "simaai_process_mla",
"pluginGid": "process",
"resources": {
"configs": [
"<BOARD_TYPE>/cfg/yolov9s_mla.json",
"<BOARD_TYPE>/cfg/yolov8-pose_mla.json",
"<BOARD_TYPE>/cfg/yolov8_mla.json",
"<BOARD_TYPE>/cfg/yolov7_mla.json"
],
"shared": [
"<BOARD_TYPE>/res/yolov9_stage1_mla.elf",
"<BOARD_TYPE>/res/Yolov8-Pose_mla.elf",
"<BOARD_TYPE>/res/yolo_v8n_stage1_mla.elf",
"<BOARD_TYPE>/res/yolov7.elf"
]
}
},
{
"name": "simaai_boxdecode",
"pluginGid": "genericboxdecode",
"resources": {
"configs": [
"<BOARD_TYPE>/cfg/boxdecode_yolov9s.json",
"<BOARD_TYPE>/cfg/boxdecode_yolov8-pose.json",
"<BOARD_TYPE>/cfg/boxdecode_yolov8n.json",
"<BOARD_TYPE>/cfg/boxdecode_yolov7.json"
]
}
},
{
"name": "simaaiopenlabelconverter",
"pluginGid": "simaaiopenlabelconverter",
"resources": {
"configs": [
"cfg/simaaiopenlabelconverter_yolov9s.json",
"cfg/simaaiopenlabelconverter_yolov8n.json",
"cfg/simaaiopenlabelconverter_yolov7.json"
]
}
},
{
"name": "genericrender",
"pluginGid": "genericrender",
"resources": {
"configs": [
"cfg/generic_renderer_yolov8_pose0.json",
"cfg/generic_renderer_yolov8_pose1.json",
"cfg/generic_renderer_yolov8_pose2.json",
"cfg/generic_renderer_yolov8_pose3.json",
"res/labels.txt"
]
}
}
],
"connections": [],
"dependencies": [],
"resources": [
{
"name": "globalLibs",
"location": "libs",
"destination": {
"provider": "RPM",
"type": "lib"
}
}
],
"gst": "rtspsrc location=rtsp://127.0.0.1:8554/src0 ! rtph264depay wait-for-keyframe=true ! h264parse ! tee name=source0 ! 'video/x-h264, parsed=true, src-format=(string)byte-src, alignment=(string)au, width=(int)[1,4096], height=(int)[1,4096]' ! simaaidecoder ip-queue-min-buffers=2 ip-queue-max-buffers=4 op-pool-cnt=10 sima-allocator-type=2 name='decoder0' ! simaaiprocesscvu name='simaai_preprocess0' num-buffers=3 config=/data/simaai/applications/pipeline-multichannel/etc/gen_preproc_yolov9s0.json ! simaaiprocessmla name='simaai_process_mla0' config=/data/simaai/applications/pipeline-multichannel/etc/yolov9s_mla.json ! simaaiboxdecode name='simaai_boxdecode0' config=/data/simaai/applications/pipeline-multichannel/etc/boxdecode_yolov9s.json ! 'application/vnd.simaai.tensor' ! simaaiopenlabelconverter name=simaaiopenlabelconverter_0 config=/data/simaai/applications/pipeline-multichannel/etc/simaaiopenlabelconverter_yolov9s.json ! queue2 ! udpsink host=127.0.0.1 port=9100 source0. ! queue2 ! rtph264pay config-interval=1 pt=96 ! udpsink host=127.0.0.1 port=9000 rtspsrc location=rtsp://127.0.0.1:8554/src1 ! rtph264depay wait-for-keyframe=true ! h264parse ! tee name=source1 ! 'video/x-h264, parsed=true, src-format=(string)byte-src, alignment=(string)au, width=(int)[1,4096], height=(int)[1,4096]' ! simaaidecoder ip-queue-min-buffers=2 ip-queue-max-buffers=4 op-pool-cnt=10 sima-allocator-type=2 name='decoder1' ! simaaiprocesscvu name='simaai_preprocess1' num-buffers=3 config=/data/simaai/applications/pipeline-multichannel/etc/gen_preproc_yolov9s1.json ! simaaiprocessmla name='simaai_process_mla1' config=/data/simaai/applications/pipeline-multichannel/etc/yolov9s_mla.json ! simaaiboxdecode name='simaai_boxdecode1' config=/data/simaai/applications/pipeline-multichannel/etc/boxdecode_yolov9s.json ! 'application/vnd.simaai.tensor' ! simaaiopenlabelconverter name=simaaiopenlabelconverter_1 config=/data/simaai/applications/pipeline-multichannel/etc/simaaiopenlabelconverter_yolov9s.json ! queue2 ! udpsink host=127.0.0.1 port=9101 source1. ! queue2 ! rtph264pay config-interval=1 pt=96 ! udpsink host=127.0.0.1 port=9001 rtspsrc location=rtsp://127.0.0.1:8554/src2 ! rtph264depay wait-for-keyframe=true ! h264parse ! tee name=source2 ! 'video/x-h264, parsed=true, src-format=(string)byte-src, alignment=(string)au, width=(int)[1,4096], height=(int)[1,4096]' ! simaaidecoder ip-queue-min-buffers=2 ip-queue-max-buffers=4 op-pool-cnt=10 sima-allocator-type=2 name='decoder2' ! simaaiprocesscvu name='simaai_preprocess2' num-buffers=3 config=/data/simaai/applications/pipeline-multichannel/etc/gen_preproc_yolov9s2.json ! simaaiprocessmla name='simaai_process_mla2' config=/data/simaai/applications/pipeline-multichannel/etc/yolov9s_mla.json ! simaaiboxdecode name='simaai_boxdecode2' config=/data/simaai/applications/pipeline-multichannel/etc/boxdecode_yolov9s.json ! 'application/vnd.simaai.tensor' ! simaaiopenlabelconverter name=simaaiopenlabelconverter_2 config=/data/simaai/applications/pipeline-multichannel/etc/simaaiopenlabelconverter_yolov9s.json ! queue2 ! udpsink host=127.0.0.1 port=9102 source2. ! queue2 ! rtph264pay config-interval=1 pt=96 ! udpsink host=127.0.0.1 port=9002 rtspsrc location=rtsp://127.0.0.1:8554/src3 ! rtph264depay wait-for-keyframe=true ! h264parse ! tee name=source3 ! 'video/x-h264, parsed=true, src-format=(string)byte-src, alignment=(string)au, width=(int)[1,4096], height=(int)[1,4096]' ! simaaidecoder ip-queue-min-buffers=2 ip-queue-max-buffers=4 op-pool-cnt=10 sima-allocator-type=2 name='decoder3' ! simaaiprocesscvu name='simaai_preprocess3' num-buffers=3 config=/data/simaai/applications/pipeline-multichannel/etc/gen_preproc_yolov9s3.json ! simaaiprocessmla name='simaai_process_mla3' config=/data/simaai/applications/pipeline-multichannel/etc/yolov9s_mla.json ! simaaiboxdecode name='simaai_boxdecode3' config=/data/simaai/applications/pipeline-multichannel/etc/boxdecode_yolov9s.json ! 'application/vnd.simaai.tensor' ! simaaiopenlabelconverter name=simaaiopenlabelconverter_3 config=/data/simaai/applications/pipeline-multichannel/etc/simaaiopenlabelconverter_yolov9s.json ! queue2 ! udpsink host=127.0.0.1 port=9103 source3. ! queue2 ! rtph264pay config-interval=1 pt=96 ! udpsink host=127.0.0.1 port=9003 rtspsrc location=rtsp://127.0.0.1:8554/src4 ! rtph264depay wait-for-keyframe=true ! h264parse ! 'video/x-h264, parsed=true, src-format=(string)byte-src, alignment=(string)au, width=(int)[1,4096], height=(int)[1,4096]' ! simaaidecoder ip-queue-min-buffers=2 ip-queue-max-buffers=4 op-pool-cnt=10 name=decoder4 sima-allocator-type=2 ! tee name=source4 ! queue2 ! simaaiprocesscvu num-buffers=5 name='simaai_preprocess4' config=/data/simaai/applications/pipeline-multichannel/etc/gen_preproc_yolov8_pose0.json ! simaaiprocessmla num-buffers=5 name='simaai_process_mla4' config=/data/simaai/applications/pipeline-multichannel/etc/yolov8-pose_mla.json ! simaaiboxdecode name='simaai_boxdecode4' config=/data/simaai/applications/pipeline-multichannel/etc/boxdecode_yolov8-pose.json ! 'application/vnd.simaai.tensor' ! simaai_render4. source4. ! queue2 ! simaairender name=simaai_render4 config=/data/simaai/applications/pipeline-multichannel/etc/generic_renderer_yolov8_pose0.json ! capsfilter caps='video/x-raw,width=(int)1280,height=(int)720,format=(string)NV12,framerate=(fraction)50/1' ! simaaiencoder enc-bitrate=4000 name=encoder4 ! h264parse ! rtph264pay ! udpsink host=127.0.0.1 port=9004 rtspsrc location=rtsp://127.0.0.1:8554/src5 ! rtph264depay wait-for-keyframe=true ! h264parse ! 'video/x-h264, parsed=true, src-format=(string)byte-src, alignment=(string)au, width=(int)[1,4096], height=(int)[1,4096]' ! simaaidecoder ip-queue-min-buffers=2 ip-queue-max-buffers=4 op-pool-cnt=10 name=decoder5 sima-allocator-type=2 ! tee name=source5 ! queue2 ! simaaiprocesscvu num-buffers=5 name='simaai_preprocess5' config=/data/simaai/applications/pipeline-multichannel/etc/gen_preproc_yolov8_pose1.json ! simaaiprocessmla num-buffers=5 name='simaai_process_mla5' config=/data/simaai/applications/pipeline-multichannel/etc/yolov8-pose_mla.json ! simaaiboxdecode name='simaai_boxdecode5' config=/data/simaai/applications/pipeline-multichannel/etc/boxdecode_yolov8-pose.json ! 'application/vnd.simaai.tensor' ! simaai_render5. source5. ! queue2 ! simaairender name=simaai_render5 config=/data/simaai/applications/pipeline-multichannel/etc/generic_renderer_yolov8_pose1.json ! capsfilter caps='video/x-raw,width=(int)1280,height=(int)720,format=(string)NV12,framerate=(fraction)50/1' ! simaaiencoder enc-bitrate=4000 name=encoder5 ! h264parse ! rtph264pay ! udpsink host=127.0.0.1 port=9005 rtspsrc location=rtsp://127.0.0.1:8554/src6 ! rtph264depay wait-for-keyframe=true ! h264parse ! 'video/x-h264, parsed=true, src-format=(string)byte-src, alignment=(string)au, width=(int)[1,4096], height=(int)[1,4096]' ! simaaidecoder ip-queue-min-buffers=2 ip-queue-max-buffers=4 op-pool-cnt=10 name=decoder6 sima-allocator-type=2 ! tee name=source6 ! queue2 ! simaaiprocesscvu num-buffers=5 name='simaai_preprocess6' config=/data/simaai/applications/pipeline-multichannel/etc/gen_preproc_yolov8_pose2.json ! simaaiprocessmla num-buffers=5 name='simaai_process_mla6' config=/data/simaai/applications/pipeline-multichannel/etc/yolov8-pose_mla.json ! simaaiboxdecode name='simaai_boxdecode6' config=/data/simaai/applications/pipeline-multichannel/etc/boxdecode_yolov8-pose.json ! 'application/vnd.simaai.tensor' ! simaai_render6. source6. ! queue2 ! simaairender name=simaai_render6 config=/data/simaai/applications/pipeline-multichannel/etc/generic_renderer_yolov8_pose2.json ! capsfilter caps='video/x-raw,width=(int)1280,height=(int)720,format=(string)NV12,framerate=(fraction)50/1' ! simaaiencoder enc-bitrate=4000 name=encoder6 ! h264parse ! rtph264pay ! udpsink host=127.0.0.1 port=9006 rtspsrc location=rtsp://127.0.0.1:8554/src7 ! rtph264depay wait-for-keyframe=true ! h264parse ! 'video/x-h264, parsed=true, src-format=(string)byte-src, alignment=(string)au, width=(int)[1,4096], height=(int)[1,4096]' ! simaaidecoder ip-queue-min-buffers=2 ip-queue-max-buffers=4 op-pool-cnt=10 name=decoder7 sima-allocator-type=2 ! tee name=source7 ! queue2 ! simaaiprocesscvu num-buffers=5 name='simaai_preprocess7' config=/data/simaai/applications/pipeline-multichannel/etc/gen_preproc_yolov8_pose3.json ! simaaiprocessmla num-buffers=5 name='simaai_process_mla7' config=/data/simaai/applications/pipeline-multichannel/etc/yolov8-pose_mla.json ! simaaiboxdecode name='simaai_boxdecode7' config=/data/simaai/applications/pipeline-multichannel/etc/boxdecode_yolov8-pose.json ! 'application/vnd.simaai.tensor' ! simaai_render7. source7. ! queue2 ! simaairender name=simaai_render7 config=/data/simaai/applications/pipeline-multichannel/etc/generic_renderer_yolov8_pose3.json ! capsfilter caps='video/x-raw,width=(int)1280,height=(int)720,format=(string)NV12,framerate=(fraction)50/1' ! simaaiencoder enc-bitrate=4000 name=encoder7 ! h264parse ! rtph264pay ! udpsink host=127.0.0.1 port=9007 rtspsrc location=rtsp://127.0.0.1:8554/src8 ! rtph264depay wait-for-keyframe=true ! h264parse ! tee name=source8 ! 'video/x-h264, parsed=true, src-format=(string)byte-src, alignment=(string)au, width=(int)[1,4096], height=(int)[1,4096]' ! simaaidecoder ip-queue-min-buffers=2 ip-queue-max-buffers=4 op-pool-cnt=10 sima-allocator-type=2 name='decoder8' ! simaaiprocesscvu name='simaai_preprocess8' num-buffers=3 config=/data/simaai/applications/pipeline-multichannel/etc/gen_preproc_yolov8n0.json ! simaaiprocessmla name='simaai_process_mla8' config=/data/simaai/applications/pipeline-multichannel/etc/yolov8_mla.json ! simaaiboxdecode name='simaai_boxdecode8' config=/data/simaai/applications/pipeline-multichannel/etc/boxdecode_yolov8n.json ! 'application/vnd.simaai.tensor' ! simaaiopenlabelconverter name=simaaiopenlabelconverter_8 config=/data/simaai/applications/pipeline-multichannel/etc/simaaiopenlabelconverter_yolov8n.json ! queue2 ! udpsink host=127.0.0.1 port=9108 source8. ! queue2 ! rtph264pay config-interval=1 pt=96 ! udpsink host=127.0.0.1 port=9008 rtspsrc location=rtsp://127.0.0.1:8554/src9 ! rtph264depay wait-for-keyframe=true ! h264parse ! tee name=source9 ! 'video/x-h264, parsed=true, src-format=(string)byte-src, alignment=(string)au, width=(int)[1,4096], height=(int)[1,4096]' ! simaaidecoder ip-queue-min-buffers=2 ip-queue-max-buffers=4 op-pool-cnt=10 sima-allocator-type=2 name='decoder9' ! simaaiprocesscvu name='simaai_preprocess9' num-buffers=3 config=/data/simaai/applications/pipeline-multichannel/etc/gen_preproc_yolov8n1.json ! simaaiprocessmla name='simaai_process_mla9' config=/data/simaai/applications/pipeline-multichannel/etc/yolov8_mla.json ! simaaiboxdecode name='simaai_boxdecode9' config=/data/simaai/applications/pipeline-multichannel/etc/boxdecode_yolov8n.json ! 'application/vnd.simaai.tensor' ! simaaiopenlabelconverter name=simaaiopenlabelconverter_9 config=/data/simaai/applications/pipeline-multichannel/etc/simaaiopenlabelconverter_yolov8n.json ! queue2 ! udpsink host=127.0.0.1 port=9109 source9. ! queue2 ! rtph264pay config-interval=1 pt=96 ! udpsink host=127.0.0.1 port=9009 rtspsrc location=rtsp://127.0.0.1:8554/src10 ! rtph264depay wait-for-keyframe=true ! h264parse ! tee name=source10 ! 'video/x-h264, parsed=true, src-format=(string)byte-src, alignment=(string)au, width=(int)[1,4096], height=(int)[1,4096]' ! simaaidecoder ip-queue-min-buffers=2 ip-queue-max-buffers=4 op-pool-cnt=10 sima-allocator-type=2 name='decoder10' ! simaaiprocesscvu name='simaai_preprocess10' num-buffers=3 config=/data/simaai/applications/pipeline-multichannel/etc/gen_preproc_yolov8n2.json ! simaaiprocessmla name='simaai_process_mla10' config=/data/simaai/applications/pipeline-multichannel/etc/yolov8_mla.json ! simaaiboxdecode name='simaai_boxdecode10' config=/data/simaai/applications/pipeline-multichannel/etc/boxdecode_yolov8n.json ! 'application/vnd.simaai.tensor' ! simaaiopenlabelconverter name=simaaiopenlabelconverter_10 config=/data/simaai/applications/pipeline-multichannel/etc/simaaiopenlabelconverter_yolov8n.json ! queue2 ! udpsink host=127.0.0.1 port=9110 source10. ! queue2 ! rtph264pay config-interval=1 pt=96 ! udpsink host=127.0.0.1 port=9010 rtspsrc location=rtsp://127.0.0.1:8554/src11 ! rtph264depay wait-for-keyframe=true ! h264parse ! tee name=source11 ! 'video/x-h264, parsed=true, src-format=(string)byte-src, alignment=(string)au, width=(int)[1,4096], height=(int)[1,4096]' ! simaaidecoder ip-queue-min-buffers=2 ip-queue-max-buffers=4 op-pool-cnt=10 sima-allocator-type=2 name='decoder11' ! simaaiprocesscvu name='simaai_preprocess11' num-buffers=3 config=/data/simaai/applications/pipeline-multichannel/etc/gen_preproc_yolov8n3.json ! simaaiprocessmla name='simaai_process_mla11' config=/data/simaai/applications/pipeline-multichannel/etc/yolov8_mla.json ! simaaiboxdecode name='simaai_boxdecode11' config=/data/simaai/applications/pipeline-multichannel/etc/boxdecode_yolov8n.json ! 'application/vnd.simaai.tensor' ! simaaiopenlabelconverter name=simaaiopenlabelconverter_11 config=/data/simaai/applications/pipeline-multichannel/etc/simaaiopenlabelconverter_yolov8n.json ! queue2 ! udpsink host=127.0.0.1 port=9111 source11. ! queue2 ! rtph264pay config-interval=1 pt=96 ! udpsink host=127.0.0.1 port=9011 rtspsrc location=rtsp://127.0.0.1:8554/src12 ! rtph264depay wait-for-keyframe=true ! h264parse ! tee name=source12 ! 'video/x-h264, parsed=true, src-format=(string)byte-src, alignment=(string)au, width=(int)[1,4096], height=(int)[1,4096]' ! simaaidecoder ip-queue-min-buffers=2 ip-queue-max-buffers=4 op-pool-cnt=10 sima-allocator-type=2 name='decoder12' ! simaaiprocesscvu name='simaai_preprocess12' num-buffers=3 config=/data/simaai/applications/pipeline-multichannel/etc/gen_preproc_yolov7_0.json ! simaaiprocessmla name='simaai_process_mla12' config=/data/simaai/applications/pipeline-multichannel/etc/yolov7_mla.json ! simaaiboxdecode name='simaai_boxdecode12' config=/data/simaai/applications/pipeline-multichannel/etc/boxdecode_yolov7.json ! 'application/vnd.simaai.tensor' ! simaaiopenlabelconverter name=simaaiopenlabelconverter_12 config=/data/simaai/applications/pipeline-multichannel/etc/simaaiopenlabelconverter_yolov7.json ! queue2 ! udpsink host=127.0.0.1 port=9112 source12. ! queue2 ! rtph264pay config-interval=1 pt=96 ! udpsink host=127.0.0.1 port=9012 rtspsrc location=rtsp://127.0.0.1:8554/src13 ! rtph264depay wait-for-keyframe=true ! h264parse ! tee name=source13 ! 'video/x-h264, parsed=true, src-format=(string)byte-src, alignment=(string)au, width=(int)[1,4096], height=(int)[1,4096]' ! simaaidecoder ip-queue-min-buffers=2 ip-queue-max-buffers=4 op-pool-cnt=10 sima-allocator-type=2 name='decoder13' ! simaaiprocesscvu name='simaai_preprocess13' num-buffers=3 config=/data/simaai/applications/pipeline-multichannel/etc/gen_preproc_yolov7_1.json ! simaaiprocessmla name='simaai_process_mla13' config=/data/simaai/applications/pipeline-multichannel/etc/yolov7_mla.json ! simaaiboxdecode name='simaai_boxdecode13' config=/data/simaai/applications/pipeline-multichannel/etc/boxdecode_yolov7.json ! 'application/vnd.simaai.tensor' ! simaaiopenlabelconverter name=simaaiopenlabelconverter_13 config=/data/simaai/applications/pipeline-multichannel/etc/simaaiopenlabelconverter_yolov7.json ! queue2 ! udpsink host=127.0.0.1 port=9113 source13. ! queue2 ! rtph264pay config-interval=1 pt=96 ! udpsink host=127.0.0.1 port=9013 rtspsrc location=rtsp://127.0.0.1:8554/src14 ! rtph264depay wait-for-keyframe=true ! h264parse ! tee name=source14 ! 'video/x-h264, parsed=true, src-format=(string)byte-src, alignment=(string)au, width=(int)[1,4096], height=(int)[1,4096]' ! simaaidecoder ip-queue-min-buffers=2 ip-queue-max-buffers=4 op-pool-cnt=10 sima-allocator-type=2 name='decoder14' ! simaaiprocesscvu name='simaai_preprocess14' num-buffers=3 config=/data/simaai/applications/pipeline-multichannel/etc/gen_preproc_yolov7_2.json ! simaaiprocessmla name='simaai_process_mla14' config=/data/simaai/applications/pipeline-multichannel/etc/yolov7_mla.json ! simaaiboxdecode name='simaai_boxdecode14' config=/data/simaai/applications/pipeline-multichannel/etc/boxdecode_yolov7.json ! 'application/vnd.simaai.tensor' ! simaaiopenlabelconverter name=simaaiopenlabelconverter_14 config=/data/simaai/applications/pipeline-multichannel/etc/simaaiopenlabelconverter_yolov7.json ! queue2 ! udpsink host=127.0.0.1 port=9114 source14. ! queue2 ! rtph264pay config-interval=1 pt=96 ! udpsink host=127.0.0.1 port=9014 rtspsrc location=rtsp://127.0.0.1:8554/src15 ! rtph264depay wait-for-keyframe=true ! h264parse ! tee name=source15 ! 'video/x-h264, parsed=true, src-format=(string)byte-src, alignment=(string)au, width=(int)[1,4096], height=(int)[1,4096]' ! simaaidecoder ip-queue-min-buffers=2 ip-queue-max-buffers=4 op-pool-cnt=10 sima-allocator-type=2 name='decoder15' ! simaaiprocesscvu name='simaai_preprocess15' num-buffers=3 config=/data/simaai/applications/pipeline-multichannel/etc/gen_preproc_yolov7_3.json ! simaaiprocessmla name='simaai_process_mla15' config=/data/simaai/applications/pipeline-multichannel/etc/yolov7_mla.json ! simaaiboxdecode name='simaai_boxdecode15' config=/data/simaai/applications/pipeline-multichannel/etc/boxdecode_yolov7.json ! 'application/vnd.simaai.tensor' ! simaaiopenlabelconverter name=simaaiopenlabelconverter_15 config=/data/simaai/applications/pipeline-multichannel/etc/simaaiopenlabelconverter_yolov7.json ! queue2 ! udpsink host=127.0.0.1 port=9115 source15. ! queue2 ! rtph264pay config-interval=1 pt=96 ! udpsink host=127.0.0.1 port=9015"
}
],
"configuration": {
"installationPrefixes": {
"configurations": "/data/simaai/applications/pipeline-multichannel/etc",
"binaries": "/data/simaai/applications/pipeline-multichannel/bin",
"resources": "/data/simaai/applications/pipeline-multichannel/share",
"libraries": "/data/simaai/applications/pipeline-multichannel/lib",
"globalLibs": "/usr/lib"
},
"compilation": {
"copyPokyLibs": true
},
"environment": [
"GST_DEBUG=0",
"LD_LIBRARY_PATH=/data/simaai/applications/pipeline-multichannel/lib"
]
},
"manifestVersion": "1.0.0"
}