123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192 |
- %YAML:1.0
- # Application running time in milliseconds: integer.
- work_time: 2000
- Pipelines:
- PL1:
- source:
- name: 'Src'
- latency: 33.0
- output:
- dims: [1, 3, 1280, 720]
- precision: 'U8'
- nodes:
- - name: 'PP'
- type: 'Dummy'
- time: 0.2
- output:
- dims: [1, 3, 300, 300]
- precision: 'U8'
- - name: 'Infer'
- type: 'Infer'
- xml: 'face-detection-retail-0004.xml'
- bin: 'face-detection-retail-0004.bin'
- device: 'CPU'
- input_layers:
- - 'data'
- output_layers:
- - 'detection_out'
- edges:
- - from: 'Src'
- to: 'PP'
- - from: 'PP'
- to: 'Infer'
- # Path to the dump file (*.dot)'
- dump: 'pl1.dot'
- PL2:
- source:
- name: 'Src'
- latency: 50.0
- output:
- dims: [1, 3, 1280, 720]
- precision: 'U8'
- nodes:
- - name: 'M1_PP'
- type: 'Dummy'
- time: 0.2
- output:
- dims: [1, 3, 300, 300]
- precision: 'U8'
- - name: 'M1_Infer'
- type: 'Infer'
- xml: 'face-detection-retail-0004.xml'
- bin: 'face-detection-retail-0004.bin'
- device: 'CPU'
- input_layers:
- - 'data'
- output_layers:
- - 'detection_out'
- - name: 'M2_PP'
- type: 'Dummy'
- time: 0.2
- output:
- dims: [1, 3, 300, 300]
- precision: 'U8'
- - name: 'M2_Infer'
- type: 'Infer'
- xml: 'face-detection-retail-0004.xml'
- bin: 'face-detection-retail-0004.bin'
- device: 'CPU'
- input_layers:
- - 'data'
- output_layers:
- - 'detection_out'
- - name: 'M3_PP'
- type: 'Dummy'
- time: 0.2
- output:
- dims: [1, 3, 300, 300]
- precision: 'U8'
- - name: 'M3_Infer'
- type: 'Infer'
- xml: 'face-detection-retail-0004.xml'
- bin: 'face-detection-retail-0004.bin'
- device: 'CPU'
- input_layers:
- - 'data'
- output_layers:
- - 'detection_out'
- - name: 'M4_PP'
- type: 'Dummy'
- time: 0.2
- output:
- dims: [1, 3, 300, 300]
- precision: 'U8'
- - name: 'M4_Infer'
- type: 'Infer'
- xml: 'face-detection-retail-0004.xml'
- bin: 'face-detection-retail-0004.bin'
- device: 'CPU'
- input_layers:
- - 'data'
- output_layers:
- - 'detection_out'
- - name: 'M5_PP'
- type: 'Dummy'
- time: 0.2
- output:
- dims: [1, 3, 300, 300]
- precision: 'U8'
- - name: 'M5_Infer'
- type: 'Infer'
- xml: 'face-detection-retail-0004.xml'
- bin: 'face-detection-retail-0004.bin'
- device: 'CPU'
- input_layers:
- - 'data'
- output_layers:
- - 'detection_out'
- edges:
- - from: 'Src'
- to: 'M1_PP'
- - from: 'M1_PP'
- to: 'M1_Infer'
- - from: 'M1_Infer'
- to: 'M2_PP'
- - from: 'M2_PP'
- to: 'M2_Infer'
- - from: 'M2_Infer'
- to: 'M3_PP'
- - from: 'M3_PP'
- to: 'M3_Infer'
- - from: 'M3_Infer'
- to: 'M4_PP'
- - from: 'M4_PP'
- to: 'M4_Infer'
- - from: 'M4_Infer'
- to: 'M5_PP'
- - from: 'M5_PP'
- to: 'M5_Infer'
- dump: 'pl2.dot'
- PL3:
- source:
- name: 'Src'
- latency: 33.0
- output:
- dims: [1, 3, 1280, 720]
- precision: 'U8'
- nodes:
- - name: 'PP'
- type: 'Dummy'
- time: 0.2
- output:
- dims: [1, 3, 300, 300]
- precision: 'U8'
- - name: 'Infer'
- type: 'Infer'
- xml: 'face-detection-retail-0004.xml'
- bin: 'face-detection-retail-0004.bin'
- device: 'CPU'
- input_layers:
- - 'data'
- output_layers:
- - 'detection_out'
- edges:
- - from: 'Src'
- to: 'PP'
- - from: 'PP'
- to: 'Infer'
- dump: 'pl3.dot'
|