This repository was archived by the owner on Jul 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +94
-4
lines changed
action_recognition/general
object_classification/vehicle_attributes
object_tracking/person_vehicle_bike
object_zone_count_vehicle Expand file tree Collapse file tree 10 files changed +94
-4
lines changed Original file line number Diff line number Diff line change 18
18
"description" : " Encoder inference device: [CPU, GPU]" ,
19
19
"type" : " string" ,
20
20
"default" : " CPU"
21
+ },
22
+ "action-recognition-properties" : {
23
+ "element" : {
24
+ "name" : " action_recognition" ,
25
+ "format" : " element-properties"
26
+ }
21
27
}
22
28
}
23
29
}
Original file line number Diff line number Diff line change 8
8
"parameters" : {
9
9
"type" : " object" ,
10
10
"properties" : {
11
+ "classification-properties" : {
12
+ "element" : {
13
+ "name" : " classification" ,
14
+ "format" : " element-properties"
15
+ }
16
+ },
17
+ "detection-properties" : {
18
+ "element" : {
19
+ "name" : " detection" ,
20
+ "format" : " element-properties"
21
+ }
22
+ },
11
23
"detection-device" : {
12
24
"element" : {
13
25
"name" : " detection" ,
Original file line number Diff line number Diff line change 7
7
"parameters" : {
8
8
"type" : " object" ,
9
9
"properties" : {
10
+ "detection-properties" : {
11
+ "element" : {
12
+ "name" : " detection" ,
13
+ "format" : " element-properties"
14
+ }
15
+ },
10
16
"detection-device" : {
11
17
"element" : {
12
18
"name" : " detection" ,
Original file line number Diff line number Diff line change 7
7
"parameters" : {
8
8
"type" : " object" ,
9
9
"properties" : {
10
+ "detection-properties" : {
11
+ "element" : {
12
+ "name" : " detection" ,
13
+ "format" : " element-properties"
14
+ }
15
+ },
10
16
"detection-device" : {
11
17
"element" : {
12
18
"name" : " detection" ,
Original file line number Diff line number Diff line change 7
7
"parameters" : {
8
8
"type" : " object" ,
9
9
"properties" : {
10
+ "detection-properties" : {
11
+ "element" : {
12
+ "name" : " detection" ,
13
+ "format" : " element-properties"
14
+ }
15
+ },
10
16
"detection-device" : {
11
17
"element" : {
12
18
"name" : " detection" ,
Original file line number Diff line number Diff line change 9
9
"parameters" : {
10
10
"type" : " object" ,
11
11
"properties" : {
12
+ "classification-properties" : {
13
+ "element" : {
14
+ "name" : " classification" ,
15
+ "format" : " element-properties"
16
+ }
17
+ },
18
+ "detection-properties" : {
19
+ "element" : {
20
+ "name" : " detection" ,
21
+ "format" : " element-properties"
22
+ }
23
+ },
24
+ "tracking-properties" : {
25
+ "element" : {
26
+ "name" : " tracking" ,
27
+ "format" : " element-properties"
28
+ }
29
+ },
12
30
"detection-device" : {
13
31
"element" : {
14
32
"name" : " detection" ,
Original file line number Diff line number Diff line change 3
3
"template" : [" appsrc name=source ! decodebin ! videoconvert" ,
4
4
" ! gvadetect model={models[object_detection][person_vehicle_bike][network]} name=detection" ,
5
5
" ! queue ! gvatrack name=tracking" ,
6
- " ! gvapython class=ObjectLineCrossing module=/home/video-analytics-serving /extensions/spatial_analytics/object_line_crossing.py name=object-line-crossing" ,
6
+ " ! gvapython class=ObjectLineCrossing module=/home/pipeline-server /extensions/spatial_analytics/object_line_crossing.py name=object-line-crossing" ,
7
7
" ! appsink name=destination" ],
8
8
"description" : " Spatial Analytics line crossing events with model trained for person, vehicle and bike detection" ,
9
9
"parameters" : {
10
10
"type" : " object" ,
11
11
"properties" : {
12
+ "classification-properties" : {
13
+ "element" : {
14
+ "name" : " classification" ,
15
+ "format" : " element-properties"
16
+ }
17
+ },
18
+ "detection-properties" : {
19
+ "element" : {
20
+ "name" : " detection" ,
21
+ "format" : " element-properties"
22
+ }
23
+ },
24
+ "tracking-properties" : {
25
+ "element" : {
26
+ "name" : " tracking" ,
27
+ "format" : " element-properties"
28
+ }
29
+ },
12
30
"object-line-crossing-config" : {
13
31
"element" : {
14
32
"name" : " object-line-crossing" ,
Original file line number Diff line number Diff line change 2
2
"type" : " GStreamer" ,
3
3
"template" : [" appsrc name=source ! decodebin ! videoconvert" ,
4
4
" ! gvadetect model={models[object_detection][person_vehicle_bike][network]} name=detection" ,
5
- " ! gvapython name=object-zone-count class=ObjectZoneCount module=/home/video-analytics-serving /extensions/spatial_analytics/object_zone_count.py" ,
5
+ " ! gvapython name=object-zone-count class=ObjectZoneCount module=/home/pipeline-server /extensions/spatial_analytics/object_zone_count.py" ,
6
6
" ! appsink name=destination" ],
7
7
"description" : " Object Detection using gstreamer gvapython element to transmit Spatial Analytics events" ,
8
8
"parameters" : {
9
9
"type" : " object" ,
10
10
"properties" : {
11
+ "detection-properties" : {
12
+ "element" : {
13
+ "name" : " detection" ,
14
+ "format" : " element-properties"
15
+ }
16
+ },
11
17
"detection-device" : {
12
18
"element" : {
13
19
"name" : " detection" ,
Original file line number Diff line number Diff line change 2
2
"type" : " GStreamer" ,
3
3
"template" : [" appsrc name=source ! decodebin ! videoconvert" ,
4
4
" ! gvadetect model={models[object_detection][person][network]} name=detection" ,
5
- " ! gvapython name=object-zone-count class=ObjectZoneCount module=/home/video-analytics-serving /extensions/spatial_analytics/object_zone_count.py" ,
5
+ " ! gvapython name=object-zone-count class=ObjectZoneCount module=/home/pipeline-server /extensions/spatial_analytics/object_zone_count.py" ,
6
6
" ! appsink name=destination" ],
7
7
"description" : " Object Detection using gstreamer gvapython element to transmit Spatial Analytics events" ,
8
8
"parameters" : {
9
9
"type" : " object" ,
10
10
"properties" : {
11
+ "detection-properties" : {
12
+ "element" : {
13
+ "name" : " detection" ,
14
+ "format" : " element-properties"
15
+ }
16
+ },
11
17
"detection-device" : {
12
18
"element" : {
13
19
"name" : " detection" ,
Original file line number Diff line number Diff line change 2
2
"type" : " GStreamer" ,
3
3
"template" : [" appsrc name=source ! decodebin ! videoconvert" ,
4
4
" ! gvadetect model={models[object_detection][vehicle][network]} name=detection" ,
5
- " ! gvapython name=object-zone-count class=ObjectZoneCount module=/home/video-analytics-serving /extensions/spatial_analytics/object_zone_count.py" ,
5
+ " ! gvapython name=object-zone-count class=ObjectZoneCount module=/home/pipeline-server /extensions/spatial_analytics/object_zone_count.py" ,
6
6
" ! appsink name=destination" ],
7
7
"description" : " Spatial Analytics zone events with model trained for vehicle detection" ,
8
8
"parameters" : {
9
9
"type" : " object" ,
10
10
"properties" : {
11
+ "detection-properties" : {
12
+ "element" : {
13
+ "name" : " detection" ,
14
+ "format" : " element-properties"
15
+ }
16
+ },
11
17
"detection-device" : {
12
18
"element" : {
13
19
"name" : " detection" ,
You can’t perform that action at this time.
0 commit comments