AlgorithmConfiguration.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. {
  2. "算法版本": "20210625",
  3. "算法类型": {
  4. "外观检测": {
  5. "appearance_inspection": {
  6. "plugin": "appearance_inspection",
  7. "results": "models/appearance_inspection/classes.txt",
  8. "arg": ""
  9. }
  10. },
  11. "避雷针仪表检测": {
  12. "避雷器计次": {
  13. "plugin": "ForwardApplicationjici",
  14. "results": "models/new/classes1.txt",
  15. "arg": ""
  16. },
  17. "避雷器电流": {
  18. "plugin": "ForwardApplicationdianliu",
  19. "results": "models/new/classes2.txt",
  20. "arg": ""
  21. }
  22. },
  23. "储能分合状态+翻牌器": {
  24. "combinationstorage": {
  25. "plugin": "combinationstorage",
  26. "results": "models/combinationstorage/combinationstorage.names",
  27. "arg": "threshold,match_iou"
  28. },
  29. "combinationstorage_s": {
  30. "plugin": "combinationstorage_s",
  31. "results": "models/combinationstorage_s/combinationstorage_s2.names",
  32. "arg": "threshold,match_iou"
  33. }
  34. },
  35. "隔离开关": {
  36. "isolatingswitch": {
  37. "plugin": "isolatingswitch",
  38. "results": "models/isolatingswitch/isolatingswitch.names",
  39. "arg": "threshold,match_iou"
  40. },
  41. "隔离开关_小": {
  42. "plugin": "isolatingswitch_small",
  43. "results": "models/isolatingswitch/isolatingswitch.names",
  44. "arg": "threshold,match_iou"
  45. }
  46. },
  47. "空气开关": {
  48. "airswitch": {
  49. "plugin": "airswitch",
  50. "results": "models/airswitch/airswitch.names",
  51. "arg": "threshold,match_iou"
  52. }
  53. },
  54. "数字识别": {
  55. "ocrrec": {
  56. "plugin": "ocrrec",
  57. "arg": "regex,colorspace"
  58. }
  59. },
  60. "旋钮开关": {
  61. "switch": {
  62. "plugin": "switch",
  63. "results": "models/switch/switch.names",
  64. "arg": "threshold,match_iou"
  65. }
  66. },
  67. "油位计": {
  68. "transformer": {
  69. "plugin": "transformer",
  70. "results": "models/transformer/transformer.names",
  71. "arg": "threshold,match_iou"
  72. }
  73. },
  74. "信号灯": {
  75. "light": {
  76. "plugin": "light",
  77. "results": "models/light/light.names",
  78. "arg": "threshold,match_iou"
  79. },
  80. "light_s": {
  81. "plugin": "light_s",
  82. "results": "models/light_s/light_s.names",
  83. "arg": "threshold,match_iou"
  84. }
  85. },
  86. "仪表": {
  87. "高压柜避雷器计数器": {
  88. "plugin": "lightningarrestercount",
  89. "arg": ""
  90. },
  91. "室外避雷器计数器": {
  92. "plugin": "phasetable",
  93. "arg": ""
  94. },
  95. "避雷器监测器1-量程3": {
  96. "plugin": "arrestermonitor",
  97. "arg": ""
  98. },
  99. "避雷器监测器2-量程5": {
  100. "plugin": "arresteronlinemonitor2",
  101. "arg": ""
  102. },
  103. "避雷器监测器3": {
  104. "plugin": "lightningarrester2",
  105. "arg": "range_min,range_max"
  106. },
  107. "避雷器监测器4": {
  108. "plugin": "lightningarrester3",
  109. "arg": "range_min,range_max"
  110. },
  111. "避雷器监测器5-不均匀": {
  112. "plugin": "lightningarrester4",
  113. "arg": ""
  114. },
  115. "避雷器监测器6-不均匀": {
  116. "plugin": "lightningarrester5",
  117. "arg": ""
  118. },
  119. "避雷器在线监测器1-量程3": {
  120. "plugin": "arresteronlinemonitor1",
  121. "arg": ""
  122. },
  123. "避雷器在线监测器2-量程5": {
  124. "plugin": "arresteronlinemonitor",
  125. "arg": ""
  126. },
  127. "避雷器在线监测器3": {
  128. "plugin": "lightningarrester1",
  129. "arg": "range_min,range_max"
  130. },
  131. "避雷器运行监测器": {
  132. "plugin": "arresteroperationmonitor",
  133. "results": "models/meter/meter.names",
  134. "arg": "threshold"
  135. },
  136. "放电计数器": {
  137. "plugin": "dischargecount",
  138. "arg": ""
  139. },
  140. "电压表+电流表": {
  141. "plugin": "vameter",
  142. "arg": "range_min,range_max"
  143. },
  144. "气压表-干柴滩": {
  145. "plugin": "achannel",
  146. "arg": ""
  147. },
  148. "断路器室+母线室表计": {
  149. "plugin": "circularpointermeter",
  150. "arg": ""
  151. },
  152. "气压表": {
  153. "plugin": "barometer",
  154. "arg": ""
  155. },
  156. "压力表1": {
  157. "plugin": "pressuregauge1",
  158. "arg": ""
  159. },
  160. "压力表2": {
  161. "plugin": "pressuregauge2",
  162. "arg": ""
  163. },
  164. "压力表3": {
  165. "plugin": "meter",
  166. "arg": ""
  167. },
  168. "压力表4": {
  169. "plugin": "pressuregauge4",
  170. "arg": ""
  171. },
  172. "压力表5": {
  173. "plugin": "pressuregauge5",
  174. "arg": ""
  175. },
  176. "档位表": {
  177. "plugin": "stalls",
  178. "arg": ""
  179. },
  180. "档位表2": {
  181. "plugin": "stalls2",
  182. "arg": ""
  183. },
  184. "油温表1": {
  185. "plugin": "temperaturemeter1",
  186. "arg": "range_min,range_max"
  187. },
  188. "油温表2": {
  189. "plugin": "temperaturemeter_b",
  190. "arg": ""
  191. },
  192. "油温表3": {
  193. "plugin": "temperaturemeter3",
  194. "arg": "range_min,range_max"
  195. },
  196. "油温表4": {
  197. "plugin": "temperaturemeter2",
  198. "arg": "range_min,range_max"
  199. },
  200. "油位表": {
  201. "plugin": "OilLevelGauge",
  202. "arg": ""
  203. },
  204. "油位表2": {
  205. "plugin": "oilmeter",
  206. "arg": ""
  207. },
  208. "绕组温度表": {
  209. "plugin": "windingtemperature",
  210. "arg": ""
  211. }
  212. }
  213. }
  214. }