config_template.yml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. %YAML:1.0
  2. # Application running time in milliseconds: integer.
  3. work_time: 2000
  4. Pipelines:
  5. PL1:
  6. source:
  7. name: 'Src'
  8. latency: 33.0
  9. output:
  10. dims: [1, 3, 1280, 720]
  11. precision: 'U8'
  12. nodes:
  13. - name: 'PP'
  14. type: 'Dummy'
  15. time: 0.2
  16. output:
  17. dims: [1, 3, 300, 300]
  18. precision: 'U8'
  19. - name: 'Infer'
  20. type: 'Infer'
  21. xml: 'face-detection-retail-0004.xml'
  22. bin: 'face-detection-retail-0004.bin'
  23. device: 'CPU'
  24. input_layers:
  25. - 'data'
  26. output_layers:
  27. - 'detection_out'
  28. edges:
  29. - from: 'Src'
  30. to: 'PP'
  31. - from: 'PP'
  32. to: 'Infer'
  33. # Path to the dump file (*.dot)'
  34. dump: 'pl1.dot'
  35. PL2:
  36. source:
  37. name: 'Src'
  38. latency: 50.0
  39. output:
  40. dims: [1, 3, 1280, 720]
  41. precision: 'U8'
  42. nodes:
  43. - name: 'M1_PP'
  44. type: 'Dummy'
  45. time: 0.2
  46. output:
  47. dims: [1, 3, 300, 300]
  48. precision: 'U8'
  49. - name: 'M1_Infer'
  50. type: 'Infer'
  51. xml: 'face-detection-retail-0004.xml'
  52. bin: 'face-detection-retail-0004.bin'
  53. device: 'CPU'
  54. input_layers:
  55. - 'data'
  56. output_layers:
  57. - 'detection_out'
  58. - name: 'M2_PP'
  59. type: 'Dummy'
  60. time: 0.2
  61. output:
  62. dims: [1, 3, 300, 300]
  63. precision: 'U8'
  64. - name: 'M2_Infer'
  65. type: 'Infer'
  66. xml: 'face-detection-retail-0004.xml'
  67. bin: 'face-detection-retail-0004.bin'
  68. device: 'CPU'
  69. input_layers:
  70. - 'data'
  71. output_layers:
  72. - 'detection_out'
  73. - name: 'M3_PP'
  74. type: 'Dummy'
  75. time: 0.2
  76. output:
  77. dims: [1, 3, 300, 300]
  78. precision: 'U8'
  79. - name: 'M3_Infer'
  80. type: 'Infer'
  81. xml: 'face-detection-retail-0004.xml'
  82. bin: 'face-detection-retail-0004.bin'
  83. device: 'CPU'
  84. input_layers:
  85. - 'data'
  86. output_layers:
  87. - 'detection_out'
  88. - name: 'M4_PP'
  89. type: 'Dummy'
  90. time: 0.2
  91. output:
  92. dims: [1, 3, 300, 300]
  93. precision: 'U8'
  94. - name: 'M4_Infer'
  95. type: 'Infer'
  96. xml: 'face-detection-retail-0004.xml'
  97. bin: 'face-detection-retail-0004.bin'
  98. device: 'CPU'
  99. input_layers:
  100. - 'data'
  101. output_layers:
  102. - 'detection_out'
  103. - name: 'M5_PP'
  104. type: 'Dummy'
  105. time: 0.2
  106. output:
  107. dims: [1, 3, 300, 300]
  108. precision: 'U8'
  109. - name: 'M5_Infer'
  110. type: 'Infer'
  111. xml: 'face-detection-retail-0004.xml'
  112. bin: 'face-detection-retail-0004.bin'
  113. device: 'CPU'
  114. input_layers:
  115. - 'data'
  116. output_layers:
  117. - 'detection_out'
  118. edges:
  119. - from: 'Src'
  120. to: 'M1_PP'
  121. - from: 'M1_PP'
  122. to: 'M1_Infer'
  123. - from: 'M1_Infer'
  124. to: 'M2_PP'
  125. - from: 'M2_PP'
  126. to: 'M2_Infer'
  127. - from: 'M2_Infer'
  128. to: 'M3_PP'
  129. - from: 'M3_PP'
  130. to: 'M3_Infer'
  131. - from: 'M3_Infer'
  132. to: 'M4_PP'
  133. - from: 'M4_PP'
  134. to: 'M4_Infer'
  135. - from: 'M4_Infer'
  136. to: 'M5_PP'
  137. - from: 'M5_PP'
  138. to: 'M5_Infer'
  139. dump: 'pl2.dot'
  140. PL3:
  141. source:
  142. name: 'Src'
  143. latency: 33.0
  144. output:
  145. dims: [1, 3, 1280, 720]
  146. precision: 'U8'
  147. nodes:
  148. - name: 'PP'
  149. type: 'Dummy'
  150. time: 0.2
  151. output:
  152. dims: [1, 3, 300, 300]
  153. precision: 'U8'
  154. - name: 'Infer'
  155. type: 'Infer'
  156. xml: 'face-detection-retail-0004.xml'
  157. bin: 'face-detection-retail-0004.bin'
  158. device: 'CPU'
  159. input_layers:
  160. - 'data'
  161. output_layers:
  162. - 'detection_out'
  163. edges:
  164. - from: 'Src'
  165. to: 'PP'
  166. - from: 'PP'
  167. to: 'Infer'
  168. dump: 'pl3.dot'