Advertisement
dan-masek

Vehicle Counter - Debug Log rev 4

Mar 30th, 2016
1,163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 170.40 KB | None | 0 0
  1. 2016-03-30 07:30:54.790 DEBUG [main] Creating background subtractor...
  2. 2016-03-30 07:30:54.790 DEBUG [main] Pre-training the background subtractor...
  3. 2016-03-30 07:30:54.790 DEBUG [main] Initializing video capture device #images/frame_%04d.png...
  4. 2016-03-30 07:30:54.811 DEBUG [main] Video capture frame size=(w=0, h=0)
  5. 2016-03-30 07:30:54.811 DEBUG [main] Starting capture loop...
  6. 2016-03-30 07:30:54.811 DEBUG [main] Capturing frame #0...
  7. 2016-03-30 07:30:54.811 DEBUG [main] Got frame #0: shape=(120, 160, 3)
  8. 2016-03-30 07:30:54.811 DEBUG [main] Creating vehicle counter...
  9. 2016-03-30 07:30:54.811 DEBUG [main] Processing frame #0...
  10. 2016-03-30 07:30:54.811 DEBUG [root] Saving foreground mask for frame #0 as 'images/mask_0000.png'
  11. 2016-03-30 07:30:54.811 DEBUG [detect_vehicles] Found 1 vehicle contours.
  12. 2016-03-30 07:30:54.811 DEBUG [detect_vehicles] Contour #0: pos=(x=106, y=1) size=(w=11, h=5) valid=False
  13. 2016-03-30 07:30:54.811 DEBUG [process_frame] Found 0 valid vehicle contours.
  14. 2016-03-30 07:30:54.811 DEBUG [process_frame] Updating vehicle count...
  15. 2016-03-30 07:30:54.811 DEBUG [vehicle_counter] Updating count using 0 matches...
  16. 2016-03-30 07:30:54.811 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  17. 2016-03-30 07:30:54.811 DEBUG [root] Saving processed frame #0 as 'images/processed_0000.png'
  18. 2016-03-30 07:30:54.821 DEBUG [main] Frame #0 processed.
  19. 2016-03-30 07:30:54.841 DEBUG [main] Capturing frame #1...
  20. 2016-03-30 07:30:54.841 DEBUG [main] Got frame #1: shape=(120, 160, 3)
  21. 2016-03-30 07:30:54.841 DEBUG [main] Processing frame #1...
  22. 2016-03-30 07:30:54.841 DEBUG [root] Saving foreground mask for frame #1 as 'images/mask_0001.png'
  23. 2016-03-30 07:30:54.841 DEBUG [detect_vehicles] Found 2 vehicle contours.
  24. 2016-03-30 07:30:54.841 DEBUG [detect_vehicles] Contour #0: pos=(x=153, y=1) size=(w=6, h=3) valid=False
  25. 2016-03-30 07:30:54.841 DEBUG [detect_vehicles] Contour #1: pos=(x=106, y=1) size=(w=12, h=7) valid=False
  26. 2016-03-30 07:30:54.841 DEBUG [process_frame] Found 0 valid vehicle contours.
  27. 2016-03-30 07:30:54.841 DEBUG [process_frame] Updating vehicle count...
  28. 2016-03-30 07:30:54.841 DEBUG [vehicle_counter] Updating count using 0 matches...
  29. 2016-03-30 07:30:54.841 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  30. 2016-03-30 07:30:54.841 DEBUG [root] Saving processed frame #1 as 'images/processed_0001.png'
  31. 2016-03-30 07:30:54.841 DEBUG [main] Frame #1 processed.
  32. 2016-03-30 07:30:54.851 DEBUG [main] Capturing frame #2...
  33. 2016-03-30 07:30:54.851 DEBUG [main] Got frame #2: shape=(120, 160, 3)
  34. 2016-03-30 07:30:54.851 DEBUG [main] Processing frame #2...
  35. 2016-03-30 07:30:54.851 DEBUG [root] Saving foreground mask for frame #2 as 'images/mask_0002.png'
  36. 2016-03-30 07:30:54.851 DEBUG [detect_vehicles] Found 1 vehicle contours.
  37. 2016-03-30 07:30:54.851 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=1) size=(w=9, h=5) valid=False
  38. 2016-03-30 07:30:54.851 DEBUG [process_frame] Found 0 valid vehicle contours.
  39. 2016-03-30 07:30:54.851 DEBUG [process_frame] Updating vehicle count...
  40. 2016-03-30 07:30:54.851 DEBUG [vehicle_counter] Updating count using 0 matches...
  41. 2016-03-30 07:30:54.851 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  42. 2016-03-30 07:30:54.851 DEBUG [root] Saving processed frame #2 as 'images/processed_0002.png'
  43. 2016-03-30 07:30:54.851 DEBUG [main] Frame #2 processed.
  44. 2016-03-30 07:30:54.871 DEBUG [main] Capturing frame #3...
  45. 2016-03-30 07:30:54.871 DEBUG [main] Got frame #3: shape=(120, 160, 3)
  46. 2016-03-30 07:30:54.871 DEBUG [main] Processing frame #3...
  47. 2016-03-30 07:30:54.871 DEBUG [root] Saving foreground mask for frame #3 as 'images/mask_0003.png'
  48. 2016-03-30 07:30:54.871 DEBUG [detect_vehicles] Found 1 vehicle contours.
  49. 2016-03-30 07:30:54.871 DEBUG [detect_vehicles] Contour #0: pos=(x=107, y=4) size=(w=8, h=7) valid=False
  50. 2016-03-30 07:30:54.871 DEBUG [process_frame] Found 0 valid vehicle contours.
  51. 2016-03-30 07:30:54.871 DEBUG [process_frame] Updating vehicle count...
  52. 2016-03-30 07:30:54.871 DEBUG [vehicle_counter] Updating count using 0 matches...
  53. 2016-03-30 07:30:54.871 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  54. 2016-03-30 07:30:54.871 DEBUG [root] Saving processed frame #3 as 'images/processed_0003.png'
  55. 2016-03-30 07:30:54.871 DEBUG [main] Frame #3 processed.
  56. 2016-03-30 07:30:54.881 DEBUG [main] Capturing frame #4...
  57. 2016-03-30 07:30:54.881 DEBUG [main] Got frame #4: shape=(120, 160, 3)
  58. 2016-03-30 07:30:54.881 DEBUG [main] Processing frame #4...
  59. 2016-03-30 07:30:54.881 DEBUG [root] Saving foreground mask for frame #4 as 'images/mask_0004.png'
  60. 2016-03-30 07:30:54.881 DEBUG [detect_vehicles] Found 1 vehicle contours.
  61. 2016-03-30 07:30:54.881 DEBUG [detect_vehicles] Contour #0: pos=(x=111, y=2) size=(w=8, h=10) valid=False
  62. 2016-03-30 07:30:54.881 DEBUG [process_frame] Found 0 valid vehicle contours.
  63. 2016-03-30 07:30:54.881 DEBUG [process_frame] Updating vehicle count...
  64. 2016-03-30 07:30:54.881 DEBUG [vehicle_counter] Updating count using 0 matches...
  65. 2016-03-30 07:30:54.881 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  66. 2016-03-30 07:30:54.881 DEBUG [root] Saving processed frame #4 as 'images/processed_0004.png'
  67. 2016-03-30 07:30:54.881 DEBUG [main] Frame #4 processed.
  68. 2016-03-30 07:30:54.901 DEBUG [main] Capturing frame #5...
  69. 2016-03-30 07:30:54.901 DEBUG [main] Got frame #5: shape=(120, 160, 3)
  70. 2016-03-30 07:30:54.901 DEBUG [main] Processing frame #5...
  71. 2016-03-30 07:30:54.901 DEBUG [root] Saving foreground mask for frame #5 as 'images/mask_0005.png'
  72. 2016-03-30 07:30:54.901 DEBUG [detect_vehicles] Found 1 vehicle contours.
  73. 2016-03-30 07:30:54.901 DEBUG [detect_vehicles] Contour #0: pos=(x=106, y=1) size=(w=12, h=13) valid=False
  74. 2016-03-30 07:30:54.901 DEBUG [process_frame] Found 0 valid vehicle contours.
  75. 2016-03-30 07:30:54.901 DEBUG [process_frame] Updating vehicle count...
  76. 2016-03-30 07:30:54.901 DEBUG [vehicle_counter] Updating count using 0 matches...
  77. 2016-03-30 07:30:54.901 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  78. 2016-03-30 07:30:54.901 DEBUG [root] Saving processed frame #5 as 'images/processed_0005.png'
  79. 2016-03-30 07:30:54.901 DEBUG [main] Frame #5 processed.
  80. 2016-03-30 07:30:54.911 DEBUG [main] Capturing frame #6...
  81. 2016-03-30 07:30:54.911 DEBUG [main] Got frame #6: shape=(120, 160, 3)
  82. 2016-03-30 07:30:54.911 DEBUG [main] Processing frame #6...
  83. 2016-03-30 07:30:54.911 DEBUG [root] Saving foreground mask for frame #6 as 'images/mask_0006.png'
  84. 2016-03-30 07:30:54.911 DEBUG [detect_vehicles] Found 0 vehicle contours.
  85. 2016-03-30 07:30:54.911 DEBUG [process_frame] Found 0 valid vehicle contours.
  86. 2016-03-30 07:30:54.911 DEBUG [process_frame] Updating vehicle count...
  87. 2016-03-30 07:30:54.911 DEBUG [vehicle_counter] Updating count using 0 matches...
  88. 2016-03-30 07:30:54.911 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  89. 2016-03-30 07:30:54.911 DEBUG [root] Saving processed frame #6 as 'images/processed_0006.png'
  90. 2016-03-30 07:30:54.911 DEBUG [main] Frame #6 processed.
  91. 2016-03-30 07:30:54.930 DEBUG [main] Capturing frame #7...
  92. 2016-03-30 07:30:54.930 DEBUG [main] Got frame #7: shape=(120, 160, 3)
  93. 2016-03-30 07:30:54.930 DEBUG [main] Processing frame #7...
  94. 2016-03-30 07:30:54.930 DEBUG [root] Saving foreground mask for frame #7 as 'images/mask_0007.png'
  95. 2016-03-30 07:30:54.930 DEBUG [detect_vehicles] Found 1 vehicle contours.
  96. 2016-03-30 07:30:54.930 DEBUG [detect_vehicles] Contour #0: pos=(x=108, y=6) size=(w=11, h=12) valid=False
  97. 2016-03-30 07:30:54.930 DEBUG [process_frame] Found 0 valid vehicle contours.
  98. 2016-03-30 07:30:54.930 DEBUG [process_frame] Updating vehicle count...
  99. 2016-03-30 07:30:54.930 DEBUG [vehicle_counter] Updating count using 0 matches...
  100. 2016-03-30 07:30:54.930 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  101. 2016-03-30 07:30:54.930 DEBUG [root] Saving processed frame #7 as 'images/processed_0007.png'
  102. 2016-03-30 07:30:54.930 DEBUG [main] Frame #7 processed.
  103. 2016-03-30 07:30:54.950 DEBUG [main] Capturing frame #8...
  104. 2016-03-30 07:30:54.950 DEBUG [main] Got frame #8: shape=(120, 160, 3)
  105. 2016-03-30 07:30:54.950 DEBUG [main] Processing frame #8...
  106. 2016-03-30 07:30:54.950 DEBUG [root] Saving foreground mask for frame #8 as 'images/mask_0008.png'
  107. 2016-03-30 07:30:54.950 DEBUG [detect_vehicles] Found 1 vehicle contours.
  108. 2016-03-30 07:30:54.950 DEBUG [detect_vehicles] Contour #0: pos=(x=104, y=8) size=(w=15, h=12) valid=False
  109. 2016-03-30 07:30:54.950 DEBUG [process_frame] Found 0 valid vehicle contours.
  110. 2016-03-30 07:30:54.950 DEBUG [process_frame] Updating vehicle count...
  111. 2016-03-30 07:30:54.950 DEBUG [vehicle_counter] Updating count using 0 matches...
  112. 2016-03-30 07:30:54.950 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  113. 2016-03-30 07:30:54.950 DEBUG [root] Saving processed frame #8 as 'images/processed_0008.png'
  114. 2016-03-30 07:30:54.950 DEBUG [main] Frame #8 processed.
  115. 2016-03-30 07:30:54.960 DEBUG [main] Capturing frame #9...
  116. 2016-03-30 07:30:54.960 DEBUG [main] Got frame #9: shape=(120, 160, 3)
  117. 2016-03-30 07:30:54.960 DEBUG [main] Processing frame #9...
  118. 2016-03-30 07:30:54.960 DEBUG [root] Saving foreground mask for frame #9 as 'images/mask_0009.png'
  119. 2016-03-30 07:30:54.960 DEBUG [detect_vehicles] Found 1 vehicle contours.
  120. 2016-03-30 07:30:54.960 DEBUG [detect_vehicles] Contour #0: pos=(x=104, y=10) size=(w=16, h=13) valid=False
  121. 2016-03-30 07:30:54.960 DEBUG [process_frame] Found 0 valid vehicle contours.
  122. 2016-03-30 07:30:54.960 DEBUG [process_frame] Updating vehicle count...
  123. 2016-03-30 07:30:54.960 DEBUG [vehicle_counter] Updating count using 0 matches...
  124. 2016-03-30 07:30:54.960 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  125. 2016-03-30 07:30:54.960 DEBUG [root] Saving processed frame #9 as 'images/processed_0009.png'
  126. 2016-03-30 07:30:54.960 DEBUG [main] Frame #9 processed.
  127. 2016-03-30 07:30:54.980 DEBUG [main] Capturing frame #10...
  128. 2016-03-30 07:30:54.980 DEBUG [main] Got frame #10: shape=(120, 160, 3)
  129. 2016-03-30 07:30:54.980 DEBUG [main] Processing frame #10...
  130. 2016-03-30 07:30:54.980 DEBUG [root] Saving foreground mask for frame #10 as 'images/mask_0010.png'
  131. 2016-03-30 07:30:54.980 DEBUG [detect_vehicles] Found 1 vehicle contours.
  132. 2016-03-30 07:30:54.980 DEBUG [detect_vehicles] Contour #0: pos=(x=104, y=12) size=(w=16, h=14) valid=False
  133. 2016-03-30 07:30:54.980 DEBUG [process_frame] Found 0 valid vehicle contours.
  134. 2016-03-30 07:30:54.980 DEBUG [process_frame] Updating vehicle count...
  135. 2016-03-30 07:30:54.980 DEBUG [vehicle_counter] Updating count using 0 matches...
  136. 2016-03-30 07:30:54.980 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  137. 2016-03-30 07:30:54.980 DEBUG [root] Saving processed frame #10 as 'images/processed_0010.png'
  138. 2016-03-30 07:30:54.980 DEBUG [main] Frame #10 processed.
  139. 2016-03-30 07:30:54.990 DEBUG [main] Capturing frame #11...
  140. 2016-03-30 07:30:54.990 DEBUG [main] Got frame #11: shape=(120, 160, 3)
  141. 2016-03-30 07:30:54.990 DEBUG [main] Processing frame #11...
  142. 2016-03-30 07:30:54.990 DEBUG [root] Saving foreground mask for frame #11 as 'images/mask_0011.png'
  143. 2016-03-30 07:30:54.990 DEBUG [detect_vehicles] Found 1 vehicle contours.
  144. 2016-03-30 07:30:54.990 DEBUG [detect_vehicles] Contour #0: pos=(x=104, y=9) size=(w=17, h=20) valid=False
  145. 2016-03-30 07:30:54.990 DEBUG [process_frame] Found 0 valid vehicle contours.
  146. 2016-03-30 07:30:54.990 DEBUG [process_frame] Updating vehicle count...
  147. 2016-03-30 07:30:54.990 DEBUG [vehicle_counter] Updating count using 0 matches...
  148. 2016-03-30 07:30:54.990 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  149. 2016-03-30 07:30:54.990 DEBUG [root] Saving processed frame #11 as 'images/processed_0011.png'
  150. 2016-03-30 07:30:54.990 DEBUG [main] Frame #11 processed.
  151. 2016-03-30 07:30:55.010 DEBUG [main] Capturing frame #12...
  152. 2016-03-30 07:30:55.010 DEBUG [main] Got frame #12: shape=(120, 160, 3)
  153. 2016-03-30 07:30:55.010 DEBUG [main] Processing frame #12...
  154. 2016-03-30 07:30:55.010 DEBUG [root] Saving foreground mask for frame #12 as 'images/mask_0012.png'
  155. 2016-03-30 07:30:55.010 DEBUG [detect_vehicles] Found 2 vehicle contours.
  156. 2016-03-30 07:30:55.010 DEBUG [detect_vehicles] Contour #0: pos=(x=103, y=11) size=(w=18, h=21) valid=False
  157. 2016-03-30 07:30:55.010 DEBUG [detect_vehicles] Contour #1: pos=(x=112, y=1) size=(w=7, h=3) valid=False
  158. 2016-03-30 07:30:55.010 DEBUG [process_frame] Found 0 valid vehicle contours.
  159. 2016-03-30 07:30:55.010 DEBUG [process_frame] Updating vehicle count...
  160. 2016-03-30 07:30:55.010 DEBUG [vehicle_counter] Updating count using 0 matches...
  161. 2016-03-30 07:30:55.010 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  162. 2016-03-30 07:30:55.010 DEBUG [root] Saving processed frame #12 as 'images/processed_0012.png'
  163. 2016-03-30 07:30:55.010 DEBUG [main] Frame #12 processed.
  164. 2016-03-30 07:30:55.020 DEBUG [main] Capturing frame #13...
  165. 2016-03-30 07:30:55.020 DEBUG [main] Got frame #13: shape=(120, 160, 3)
  166. 2016-03-30 07:30:55.020 DEBUG [main] Processing frame #13...
  167. 2016-03-30 07:30:55.020 DEBUG [root] Saving foreground mask for frame #13 as 'images/mask_0013.png'
  168. 2016-03-30 07:30:55.020 DEBUG [detect_vehicles] Found 2 vehicle contours.
  169. 2016-03-30 07:30:55.020 DEBUG [detect_vehicles] Contour #0: pos=(x=103, y=13) size=(w=18, h=23) valid=False
  170. 2016-03-30 07:30:55.020 DEBUG [detect_vehicles] Contour #1: pos=(x=111, y=1) size=(w=9, h=4) valid=False
  171. 2016-03-30 07:30:55.020 DEBUG [process_frame] Found 0 valid vehicle contours.
  172. 2016-03-30 07:30:55.020 DEBUG [process_frame] Updating vehicle count...
  173. 2016-03-30 07:30:55.020 DEBUG [vehicle_counter] Updating count using 0 matches...
  174. 2016-03-30 07:30:55.020 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  175. 2016-03-30 07:30:55.020 DEBUG [root] Saving processed frame #13 as 'images/processed_0013.png'
  176. 2016-03-30 07:30:55.020 DEBUG [main] Frame #13 processed.
  177. 2016-03-30 07:30:55.040 DEBUG [main] Capturing frame #14...
  178. 2016-03-30 07:30:55.040 DEBUG [main] Got frame #14: shape=(120, 160, 3)
  179. 2016-03-30 07:30:55.040 DEBUG [main] Processing frame #14...
  180. 2016-03-30 07:30:55.040 DEBUG [root] Saving foreground mask for frame #14 as 'images/mask_0014.png'
  181. 2016-03-30 07:30:55.040 DEBUG [detect_vehicles] Found 2 vehicle contours.
  182. 2016-03-30 07:30:55.040 DEBUG [detect_vehicles] Contour #0: pos=(x=102, y=16) size=(w=20, h=24) valid=False
  183. 2016-03-30 07:30:55.040 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=1) size=(w=10, h=5) valid=False
  184. 2016-03-30 07:30:55.040 DEBUG [process_frame] Found 0 valid vehicle contours.
  185. 2016-03-30 07:30:55.040 DEBUG [process_frame] Updating vehicle count...
  186. 2016-03-30 07:30:55.040 DEBUG [vehicle_counter] Updating count using 0 matches...
  187. 2016-03-30 07:30:55.040 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  188. 2016-03-30 07:30:55.040 DEBUG [root] Saving processed frame #14 as 'images/processed_0014.png'
  189. 2016-03-30 07:30:55.040 DEBUG [main] Frame #14 processed.
  190. 2016-03-30 07:30:55.051 DEBUG [main] Capturing frame #15...
  191. 2016-03-30 07:30:55.051 DEBUG [main] Got frame #15: shape=(120, 160, 3)
  192. 2016-03-30 07:30:55.051 DEBUG [main] Processing frame #15...
  193. 2016-03-30 07:30:55.051 DEBUG [root] Saving foreground mask for frame #15 as 'images/mask_0015.png'
  194. 2016-03-30 07:30:55.051 DEBUG [detect_vehicles] Found 2 vehicle contours.
  195. 2016-03-30 07:30:55.051 DEBUG [detect_vehicles] Contour #0: pos=(x=102, y=19) size=(w=20, h=26) valid=False
  196. 2016-03-30 07:30:55.051 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=1) size=(w=12, h=7) valid=False
  197. 2016-03-30 07:30:55.051 DEBUG [process_frame] Found 0 valid vehicle contours.
  198. 2016-03-30 07:30:55.051 DEBUG [process_frame] Updating vehicle count...
  199. 2016-03-30 07:30:55.051 DEBUG [vehicle_counter] Updating count using 0 matches...
  200. 2016-03-30 07:30:55.051 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  201. 2016-03-30 07:30:55.051 DEBUG [root] Saving processed frame #15 as 'images/processed_0015.png'
  202. 2016-03-30 07:30:55.051 DEBUG [main] Frame #15 processed.
  203. 2016-03-30 07:30:55.071 DEBUG [main] Capturing frame #16...
  204. 2016-03-30 07:30:55.071 DEBUG [main] Got frame #16: shape=(120, 160, 3)
  205. 2016-03-30 07:30:55.071 DEBUG [main] Processing frame #16...
  206. 2016-03-30 07:30:55.071 DEBUG [root] Saving foreground mask for frame #16 as 'images/mask_0016.png'
  207. 2016-03-30 07:30:55.071 DEBUG [detect_vehicles] Found 2 vehicle contours.
  208. 2016-03-30 07:30:55.071 DEBUG [detect_vehicles] Contour #0: pos=(x=101, y=22) size=(w=22, h=28) valid=True
  209. 2016-03-30 07:30:55.071 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=1) size=(w=12, h=8) valid=False
  210. 2016-03-30 07:30:55.071 DEBUG [process_frame] Found 1 valid vehicle contours.
  211. 2016-03-30 07:30:55.071 DEBUG [process_frame] Valid vehicle contour #0: centroid=(112, 36), bounding_box=(101, 22, 22, 28)
  212. 2016-03-30 07:30:55.071 DEBUG [process_frame] Updating vehicle count...
  213. 2016-03-30 07:30:55.071 DEBUG [vehicle_counter] Updating count using 1 matches...
  214. 2016-03-30 07:30:55.071 DEBUG [vehicle_counter] Created new vehicle #0 from match (112, 36).
  215. 2016-03-30 07:30:55.071 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  216. 2016-03-30 07:30:55.071 DEBUG [root] Saving processed frame #16 as 'images/processed_0016.png'
  217. 2016-03-30 07:30:55.071 DEBUG [main] Frame #16 processed.
  218. 2016-03-30 07:30:55.091 DEBUG [main] Capturing frame #17...
  219. 2016-03-30 07:30:55.091 DEBUG [main] Got frame #17: shape=(120, 160, 3)
  220. 2016-03-30 07:30:55.091 DEBUG [main] Processing frame #17...
  221. 2016-03-30 07:30:55.091 DEBUG [root] Saving foreground mask for frame #17 as 'images/mask_0017.png'
  222. 2016-03-30 07:30:55.091 DEBUG [detect_vehicles] Found 3 vehicle contours.
  223. 2016-03-30 07:30:55.091 DEBUG [detect_vehicles] Contour #0: pos=(x=100, y=33) size=(w=24, h=24) valid=True
  224. 2016-03-30 07:30:55.091 DEBUG [detect_vehicles] Contour #1: pos=(x=104, y=26) size=(w=16, h=10) valid=False
  225. 2016-03-30 07:30:55.091 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=12, h=10) valid=False
  226. 2016-03-30 07:30:55.091 DEBUG [process_frame] Found 1 valid vehicle contours.
  227. 2016-03-30 07:30:55.091 DEBUG [process_frame] Valid vehicle contour #0: centroid=(112, 45), bounding_box=(100, 33, 24, 24)
  228. 2016-03-30 07:30:55.091 DEBUG [process_frame] Updating vehicle count...
  229. 2016-03-30 07:30:55.091 DEBUG [vehicle_counter] Updating count using 1 matches...
  230. 2016-03-30 07:30:55.091 DEBUG [vehicle_counter] Added match (112, 45) to vehicle #0. vector=(9.00,-0.00)
  231. 2016-03-30 07:30:55.091 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  232. 2016-03-30 07:30:55.091 DEBUG [root] Saving processed frame #17 as 'images/processed_0017.png'
  233. 2016-03-30 07:30:55.091 DEBUG [main] Frame #17 processed.
  234. 2016-03-30 07:30:55.101 DEBUG [main] Capturing frame #18...
  235. 2016-03-30 07:30:55.101 DEBUG [main] Got frame #18: shape=(120, 160, 3)
  236. 2016-03-30 07:30:55.101 DEBUG [main] Processing frame #18...
  237. 2016-03-30 07:30:55.101 DEBUG [root] Saving foreground mask for frame #18 as 'images/mask_0018.png'
  238. 2016-03-30 07:30:55.101 DEBUG [detect_vehicles] Found 4 vehicle contours.
  239. 2016-03-30 07:30:55.101 DEBUG [detect_vehicles] Contour #0: pos=(x=99, y=39) size=(w=26, h=26) valid=True
  240. 2016-03-30 07:30:55.101 DEBUG [detect_vehicles] Contour #1: pos=(x=103, y=31) size=(w=19, h=9) valid=False
  241. 2016-03-30 07:30:55.101 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=12, h=11) valid=False
  242. 2016-03-30 07:30:55.101 DEBUG [detect_vehicles] Contour #3: pos=(x=98, y=1) size=(w=10, h=3) valid=False
  243. 2016-03-30 07:30:55.101 DEBUG [process_frame] Found 1 valid vehicle contours.
  244. 2016-03-30 07:30:55.101 DEBUG [process_frame] Valid vehicle contour #0: centroid=(112, 52), bounding_box=(99, 39, 26, 26)
  245. 2016-03-30 07:30:55.101 DEBUG [process_frame] Updating vehicle count...
  246. 2016-03-30 07:30:55.101 DEBUG [vehicle_counter] Updating count using 1 matches...
  247. 2016-03-30 07:30:55.101 DEBUG [vehicle_counter] Added match (112, 52) to vehicle #0. vector=(7.00,-0.00)
  248. 2016-03-30 07:30:55.101 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  249. 2016-03-30 07:30:55.101 DEBUG [root] Saving processed frame #18 as 'images/processed_0018.png'
  250. 2016-03-30 07:30:55.101 DEBUG [main] Frame #18 processed.
  251. 2016-03-30 07:30:55.121 DEBUG [main] Capturing frame #19...
  252. 2016-03-30 07:30:55.121 DEBUG [main] Got frame #19: shape=(120, 160, 3)
  253. 2016-03-30 07:30:55.121 DEBUG [main] Processing frame #19...
  254. 2016-03-30 07:30:55.121 DEBUG [root] Saving foreground mask for frame #19 as 'images/mask_0019.png'
  255. 2016-03-30 07:30:55.121 DEBUG [detect_vehicles] Found 3 vehicle contours.
  256. 2016-03-30 07:30:55.121 DEBUG [detect_vehicles] Contour #0: pos=(x=98, y=35) size=(w=28, h=39) valid=True
  257. 2016-03-30 07:30:55.121 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=4) size=(w=13, h=10) valid=False
  258. 2016-03-30 07:30:55.121 DEBUG [detect_vehicles] Contour #2: pos=(x=96, y=1) size=(w=12, h=4) valid=False
  259. 2016-03-30 07:30:55.121 DEBUG [process_frame] Found 1 valid vehicle contours.
  260. 2016-03-30 07:30:55.121 DEBUG [process_frame] Valid vehicle contour #0: centroid=(112, 54), bounding_box=(98, 35, 28, 39)
  261. 2016-03-30 07:30:55.121 DEBUG [process_frame] Updating vehicle count...
  262. 2016-03-30 07:30:55.121 DEBUG [vehicle_counter] Updating count using 1 matches...
  263. 2016-03-30 07:30:55.121 DEBUG [vehicle_counter] Added match (112, 54) to vehicle #0. vector=(2.00,-0.00)
  264. 2016-03-30 07:30:55.121 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  265. 2016-03-30 07:30:55.121 DEBUG [root] Saving processed frame #19 as 'images/processed_0019.png'
  266. 2016-03-30 07:30:55.121 DEBUG [main] Frame #19 processed.
  267. 2016-03-30 07:30:55.131 DEBUG [main] Capturing frame #20...
  268. 2016-03-30 07:30:55.131 DEBUG [main] Got frame #20: shape=(120, 160, 3)
  269. 2016-03-30 07:30:55.131 DEBUG [main] Processing frame #20...
  270. 2016-03-30 07:30:55.131 DEBUG [root] Saving foreground mask for frame #20 as 'images/mask_0020.png'
  271. 2016-03-30 07:30:55.131 DEBUG [detect_vehicles] Found 3 vehicle contours.
  272. 2016-03-30 07:30:55.131 DEBUG [detect_vehicles] Contour #0: pos=(x=97, y=41) size=(w=30, h=44) valid=True
  273. 2016-03-30 07:30:55.131 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=6) size=(w=13, h=10) valid=False
  274. 2016-03-30 07:30:55.131 DEBUG [detect_vehicles] Contour #2: pos=(x=95, y=1) size=(w=13, h=6) valid=False
  275. 2016-03-30 07:30:55.131 DEBUG [process_frame] Found 1 valid vehicle contours.
  276. 2016-03-30 07:30:55.131 DEBUG [process_frame] Valid vehicle contour #0: centroid=(112, 63), bounding_box=(97, 41, 30, 44)
  277. 2016-03-30 07:30:55.131 DEBUG [process_frame] Updating vehicle count...
  278. 2016-03-30 07:30:55.131 DEBUG [vehicle_counter] Updating count using 1 matches...
  279. 2016-03-30 07:30:55.131 DEBUG [vehicle_counter] Added match (112, 63) to vehicle #0. vector=(9.00,-0.00)
  280. 2016-03-30 07:30:55.131 DEBUG [vehicle_counter] Counted vehicle #0 (total count=1).
  281. 2016-03-30 07:30:55.131 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  282. 2016-03-30 07:30:55.131 DEBUG [root] Saving processed frame #20 as 'images/processed_0020.png'
  283. 2016-03-30 07:30:55.131 DEBUG [main] Frame #20 processed.
  284. 2016-03-30 07:30:55.151 DEBUG [main] Capturing frame #21...
  285. 2016-03-30 07:30:55.151 DEBUG [main] Got frame #21: shape=(120, 160, 3)
  286. 2016-03-30 07:30:55.151 DEBUG [main] Processing frame #21...
  287. 2016-03-30 07:30:55.151 DEBUG [root] Saving foreground mask for frame #21 as 'images/mask_0021.png'
  288. 2016-03-30 07:30:55.151 DEBUG [detect_vehicles] Found 3 vehicle contours.
  289. 2016-03-30 07:30:55.151 DEBUG [detect_vehicles] Contour #0: pos=(x=94, y=47) size=(w=35, h=53) valid=True
  290. 2016-03-30 07:30:55.151 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=7) size=(w=14, h=11) valid=False
  291. 2016-03-30 07:30:55.151 DEBUG [detect_vehicles] Contour #2: pos=(x=96, y=1) size=(w=12, h=7) valid=False
  292. 2016-03-30 07:30:55.151 DEBUG [process_frame] Found 1 valid vehicle contours.
  293. 2016-03-30 07:30:55.151 DEBUG [process_frame] Valid vehicle contour #0: centroid=(111, 73), bounding_box=(94, 47, 35, 53)
  294. 2016-03-30 07:30:55.151 DEBUG [process_frame] Updating vehicle count...
  295. 2016-03-30 07:30:55.151 DEBUG [vehicle_counter] Updating count using 1 matches...
  296. 2016-03-30 07:30:55.151 DEBUG [vehicle_counter] Added match (111, 73) to vehicle #0. vector=(10.05,5.71)
  297. 2016-03-30 07:30:55.151 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  298. 2016-03-30 07:30:55.151 DEBUG [root] Saving processed frame #21 as 'images/processed_0021.png'
  299. 2016-03-30 07:30:55.151 DEBUG [main] Frame #21 processed.
  300. 2016-03-30 07:30:55.171 DEBUG [main] Capturing frame #22...
  301. 2016-03-30 07:30:55.171 DEBUG [main] Got frame #22: shape=(120, 160, 3)
  302. 2016-03-30 07:30:55.171 DEBUG [main] Processing frame #22...
  303. 2016-03-30 07:30:55.171 DEBUG [root] Saving foreground mask for frame #22 as 'images/mask_0022.png'
  304. 2016-03-30 07:30:55.171 DEBUG [detect_vehicles] Found 3 vehicle contours.
  305. 2016-03-30 07:30:55.171 DEBUG [detect_vehicles] Contour #0: pos=(x=92, y=55) size=(w=38, h=62) valid=True
  306. 2016-03-30 07:30:55.171 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=9) size=(w=14, h=11) valid=False
  307. 2016-03-30 07:30:55.171 DEBUG [detect_vehicles] Contour #2: pos=(x=94, y=1) size=(w=13, h=9) valid=False
  308. 2016-03-30 07:30:55.171 DEBUG [process_frame] Found 1 valid vehicle contours.
  309. 2016-03-30 07:30:55.171 DEBUG [process_frame] Valid vehicle contour #0: centroid=(111, 86), bounding_box=(92, 55, 38, 62)
  310. 2016-03-30 07:30:55.171 DEBUG [process_frame] Updating vehicle count...
  311. 2016-03-30 07:30:55.171 DEBUG [vehicle_counter] Updating count using 1 matches...
  312. 2016-03-30 07:30:55.171 DEBUG [vehicle_counter] Added match (111, 86) to vehicle #0. vector=(13.00,-0.00)
  313. 2016-03-30 07:30:55.171 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  314. 2016-03-30 07:30:55.171 DEBUG [root] Saving processed frame #22 as 'images/processed_0022.png'
  315. 2016-03-30 07:30:55.171 DEBUG [main] Frame #22 processed.
  316. 2016-03-30 07:30:55.180 DEBUG [main] Capturing frame #23...
  317. 2016-03-30 07:30:55.180 DEBUG [main] Got frame #23: shape=(120, 160, 3)
  318. 2016-03-30 07:30:55.180 DEBUG [main] Processing frame #23...
  319. 2016-03-30 07:30:55.180 DEBUG [root] Saving foreground mask for frame #23 as 'images/mask_0023.png'
  320. 2016-03-30 07:30:55.180 DEBUG [detect_vehicles] Found 3 vehicle contours.
  321. 2016-03-30 07:30:55.180 DEBUG [detect_vehicles] Contour #0: pos=(x=91, y=64) size=(w=41, h=55) valid=True
  322. 2016-03-30 07:30:55.180 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=11) size=(w=15, h=12) valid=False
  323. 2016-03-30 07:30:55.180 DEBUG [detect_vehicles] Contour #2: pos=(x=93, y=1) size=(w=15, h=11) valid=False
  324. 2016-03-30 07:30:55.180 DEBUG [process_frame] Found 1 valid vehicle contours.
  325. 2016-03-30 07:30:55.180 DEBUG [process_frame] Valid vehicle contour #0: centroid=(111, 91), bounding_box=(91, 64, 41, 55)
  326. 2016-03-30 07:30:55.180 DEBUG [process_frame] Updating vehicle count...
  327. 2016-03-30 07:30:55.180 DEBUG [vehicle_counter] Updating count using 1 matches...
  328. 2016-03-30 07:30:55.180 DEBUG [vehicle_counter] Added match (111, 91) to vehicle #0. vector=(5.00,-0.00)
  329. 2016-03-30 07:30:55.180 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  330. 2016-03-30 07:30:55.180 DEBUG [root] Saving processed frame #23 as 'images/processed_0023.png'
  331. 2016-03-30 07:30:55.180 DEBUG [main] Frame #23 processed.
  332. 2016-03-30 07:30:55.200 DEBUG [main] Capturing frame #24...
  333. 2016-03-30 07:30:55.200 DEBUG [main] Got frame #24: shape=(120, 160, 3)
  334. 2016-03-30 07:30:55.200 DEBUG [main] Processing frame #24...
  335. 2016-03-30 07:30:55.200 DEBUG [root] Saving foreground mask for frame #24 as 'images/mask_0024.png'
  336. 2016-03-30 07:30:55.200 DEBUG [detect_vehicles] Found 4 vehicle contours.
  337. 2016-03-30 07:30:55.200 DEBUG [detect_vehicles] Contour #0: pos=(x=105, y=115) size=(w=8, h=4) valid=False
  338. 2016-03-30 07:30:55.200 DEBUG [detect_vehicles] Contour #1: pos=(x=88, y=76) size=(w=47, h=43) valid=True
  339. 2016-03-30 07:30:55.200 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=8) size=(w=14, h=18) valid=False
  340. 2016-03-30 07:30:55.200 DEBUG [detect_vehicles] Contour #3: pos=(x=93, y=1) size=(w=14, h=12) valid=False
  341. 2016-03-30 07:30:55.200 DEBUG [process_frame] Found 1 valid vehicle contours.
  342. 2016-03-30 07:30:55.200 DEBUG [process_frame] Valid vehicle contour #0: centroid=(111, 97), bounding_box=(88, 76, 47, 43)
  343. 2016-03-30 07:30:55.200 DEBUG [process_frame] Updating vehicle count...
  344. 2016-03-30 07:30:55.200 DEBUG [vehicle_counter] Updating count using 1 matches...
  345. 2016-03-30 07:30:55.200 DEBUG [vehicle_counter] Added match (111, 97) to vehicle #0. vector=(6.00,-0.00)
  346. 2016-03-30 07:30:55.200 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  347. 2016-03-30 07:30:55.200 DEBUG [root] Saving processed frame #24 as 'images/processed_0024.png'
  348. 2016-03-30 07:30:55.200 DEBUG [main] Frame #24 processed.
  349. 2016-03-30 07:30:55.210 DEBUG [main] Capturing frame #25...
  350. 2016-03-30 07:30:55.210 DEBUG [main] Got frame #25: shape=(120, 160, 3)
  351. 2016-03-30 07:30:55.210 DEBUG [main] Processing frame #25...
  352. 2016-03-30 07:30:55.210 DEBUG [root] Saving foreground mask for frame #25 as 'images/mask_0025.png'
  353. 2016-03-30 07:30:55.210 DEBUG [detect_vehicles] Found 3 vehicle contours.
  354. 2016-03-30 07:30:55.210 DEBUG [detect_vehicles] Contour #0: pos=(x=88, y=91) size=(w=45, h=28) valid=True
  355. 2016-03-30 07:30:55.210 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=16) size=(w=16, h=13) valid=False
  356. 2016-03-30 07:30:55.210 DEBUG [detect_vehicles] Contour #2: pos=(x=92, y=1) size=(w=14, h=15) valid=False
  357. 2016-03-30 07:30:55.210 DEBUG [process_frame] Found 1 valid vehicle contours.
  358. 2016-03-30 07:30:55.210 DEBUG [process_frame] Valid vehicle contour #0: centroid=(110, 105), bounding_box=(88, 91, 45, 28)
  359. 2016-03-30 07:30:55.210 DEBUG [process_frame] Updating vehicle count...
  360. 2016-03-30 07:30:55.210 DEBUG [vehicle_counter] Updating count using 1 matches...
  361. 2016-03-30 07:30:55.210 DEBUG [vehicle_counter] Added match (110, 105) to vehicle #0. vector=(8.06,7.13)
  362. 2016-03-30 07:30:55.210 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  363. 2016-03-30 07:30:55.210 DEBUG [root] Saving processed frame #25 as 'images/processed_0025.png'
  364. 2016-03-30 07:30:55.210 DEBUG [main] Frame #25 processed.
  365. 2016-03-30 07:30:55.230 DEBUG [main] Capturing frame #26...
  366. 2016-03-30 07:30:55.230 DEBUG [main] Got frame #26: shape=(120, 160, 3)
  367. 2016-03-30 07:30:55.230 DEBUG [main] Processing frame #26...
  368. 2016-03-30 07:30:55.230 DEBUG [root] Saving foreground mask for frame #26 as 'images/mask_0026.png'
  369. 2016-03-30 07:30:55.230 DEBUG [detect_vehicles] Found 3 vehicle contours.
  370. 2016-03-30 07:30:55.230 DEBUG [detect_vehicles] Contour #0: pos=(x=90, y=110) size=(w=40, h=9) valid=False
  371. 2016-03-30 07:30:55.230 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=12) size=(w=16, h=20) valid=False
  372. 2016-03-30 07:30:55.230 DEBUG [detect_vehicles] Contour #2: pos=(x=91, y=1) size=(w=15, h=17) valid=False
  373. 2016-03-30 07:30:55.230 DEBUG [process_frame] Found 0 valid vehicle contours.
  374. 2016-03-30 07:30:55.230 DEBUG [process_frame] Updating vehicle count...
  375. 2016-03-30 07:30:55.230 DEBUG [vehicle_counter] Updating count using 0 matches...
  376. 2016-03-30 07:30:55.230 DEBUG [vehicle_counter] No match for vehicle #0. frames_since_seen=1
  377. 2016-03-30 07:30:55.230 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  378. 2016-03-30 07:30:55.230 DEBUG [root] Saving processed frame #26 as 'images/processed_0026.png'
  379. 2016-03-30 07:30:55.230 DEBUG [main] Frame #26 processed.
  380. 2016-03-30 07:30:55.240 DEBUG [main] Capturing frame #27...
  381. 2016-03-30 07:30:55.240 DEBUG [main] Got frame #27: shape=(120, 160, 3)
  382. 2016-03-30 07:30:55.240 DEBUG [main] Processing frame #27...
  383. 2016-03-30 07:30:55.240 DEBUG [root] Saving foreground mask for frame #27 as 'images/mask_0027.png'
  384. 2016-03-30 07:30:55.240 DEBUG [detect_vehicles] Found 3 vehicle contours.
  385. 2016-03-30 07:30:55.240 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=14) size=(w=18, h=22) valid=False
  386. 2016-03-30 07:30:55.240 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=1) size=(w=10, h=3) valid=False
  387. 2016-03-30 07:30:55.240 DEBUG [detect_vehicles] Contour #2: pos=(x=90, y=1) size=(w=16, h=19) valid=False
  388. 2016-03-30 07:30:55.240 DEBUG [process_frame] Found 0 valid vehicle contours.
  389. 2016-03-30 07:30:55.240 DEBUG [process_frame] Updating vehicle count...
  390. 2016-03-30 07:30:55.240 DEBUG [vehicle_counter] Updating count using 0 matches...
  391. 2016-03-30 07:30:55.240 DEBUG [vehicle_counter] No match for vehicle #0. frames_since_seen=2
  392. 2016-03-30 07:30:55.240 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  393. 2016-03-30 07:30:55.240 DEBUG [root] Saving processed frame #27 as 'images/processed_0027.png'
  394. 2016-03-30 07:30:55.240 DEBUG [main] Frame #27 processed.
  395. 2016-03-30 07:30:55.260 DEBUG [main] Capturing frame #28...
  396. 2016-03-30 07:30:55.260 DEBUG [main] Got frame #28: shape=(120, 160, 3)
  397. 2016-03-30 07:30:55.260 DEBUG [main] Processing frame #28...
  398. 2016-03-30 07:30:55.260 DEBUG [root] Saving foreground mask for frame #28 as 'images/mask_0028.png'
  399. 2016-03-30 07:30:55.260 DEBUG [detect_vehicles] Found 3 vehicle contours.
  400. 2016-03-30 07:30:55.260 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=17) size=(w=18, h=23) valid=False
  401. 2016-03-30 07:30:55.260 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=1) size=(w=12, h=4) valid=False
  402. 2016-03-30 07:30:55.260 DEBUG [detect_vehicles] Contour #2: pos=(x=89, y=1) size=(w=16, h=22) valid=False
  403. 2016-03-30 07:30:55.260 DEBUG [process_frame] Found 0 valid vehicle contours.
  404. 2016-03-30 07:30:55.260 DEBUG [process_frame] Updating vehicle count...
  405. 2016-03-30 07:30:55.260 DEBUG [vehicle_counter] Updating count using 0 matches...
  406. 2016-03-30 07:30:55.260 DEBUG [vehicle_counter] No match for vehicle #0. frames_since_seen=3
  407. 2016-03-30 07:30:55.260 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  408. 2016-03-30 07:30:55.260 DEBUG [root] Saving processed frame #28 as 'images/processed_0028.png'
  409. 2016-03-30 07:30:55.260 DEBUG [main] Frame #28 processed.
  410. 2016-03-30 07:30:55.270 DEBUG [main] Capturing frame #29...
  411. 2016-03-30 07:30:55.270 DEBUG [main] Got frame #29: shape=(120, 160, 3)
  412. 2016-03-30 07:30:55.270 DEBUG [main] Processing frame #29...
  413. 2016-03-30 07:30:55.270 DEBUG [root] Saving foreground mask for frame #29 as 'images/mask_0029.png'
  414. 2016-03-30 07:30:55.270 DEBUG [detect_vehicles] Found 4 vehicle contours.
  415. 2016-03-30 07:30:55.270 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=29) size=(w=19, h=16) valid=False
  416. 2016-03-30 07:30:55.270 DEBUG [detect_vehicles] Contour #1: pos=(x=112, y=20) size=(w=13, h=9) valid=False
  417. 2016-03-30 07:30:55.270 DEBUG [detect_vehicles] Contour #2: pos=(x=87, y=2) size=(w=18, h=24) valid=False
  418. 2016-03-30 07:30:55.270 DEBUG [detect_vehicles] Contour #3: pos=(x=109, y=1) size=(w=11, h=6) valid=False
  419. 2016-03-30 07:30:55.270 DEBUG [process_frame] Found 0 valid vehicle contours.
  420. 2016-03-30 07:30:55.270 DEBUG [process_frame] Updating vehicle count...
  421. 2016-03-30 07:30:55.270 DEBUG [vehicle_counter] Updating count using 0 matches...
  422. 2016-03-30 07:30:55.270 DEBUG [vehicle_counter] No match for vehicle #0. frames_since_seen=4
  423. 2016-03-30 07:30:55.270 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  424. 2016-03-30 07:30:55.270 DEBUG [root] Saving processed frame #29 as 'images/processed_0029.png'
  425. 2016-03-30 07:30:55.270 DEBUG [main] Frame #29 processed.
  426. 2016-03-30 07:30:55.290 DEBUG [main] Capturing frame #30...
  427. 2016-03-30 07:30:55.290 DEBUG [main] Got frame #30: shape=(120, 160, 3)
  428. 2016-03-30 07:30:55.290 DEBUG [main] Processing frame #30...
  429. 2016-03-30 07:30:55.290 DEBUG [root] Saving foreground mask for frame #30 as 'images/mask_0030.png'
  430. 2016-03-30 07:30:55.290 DEBUG [detect_vehicles] Found 3 vehicle contours.
  431. 2016-03-30 07:30:55.290 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=24) size=(w=21, h=27) valid=True
  432. 2016-03-30 07:30:55.290 DEBUG [detect_vehicles] Contour #1: pos=(x=86, y=4) size=(w=18, h=25) valid=False
  433. 2016-03-30 07:30:55.290 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=1) size=(w=13, h=7) valid=False
  434. 2016-03-30 07:30:55.290 DEBUG [process_frame] Found 1 valid vehicle contours.
  435. 2016-03-30 07:30:55.290 DEBUG [process_frame] Valid vehicle contour #0: centroid=(119, 37), bounding_box=(109, 24, 21, 27)
  436. 2016-03-30 07:30:55.290 DEBUG [process_frame] Updating vehicle count...
  437. 2016-03-30 07:30:55.290 DEBUG [vehicle_counter] Updating count using 1 matches...
  438. 2016-03-30 07:30:55.290 DEBUG [vehicle_counter] No match for vehicle #0. frames_since_seen=5
  439. 2016-03-30 07:30:55.290 DEBUG [vehicle_counter] Created new vehicle #1 from match (119, 37).
  440. 2016-03-30 07:30:55.290 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  441. 2016-03-30 07:30:55.290 DEBUG [root] Saving processed frame #30 as 'images/processed_0030.png'
  442. 2016-03-30 07:30:55.290 DEBUG [main] Frame #30 processed.
  443. 2016-03-30 07:30:55.301 DEBUG [main] Capturing frame #31...
  444. 2016-03-30 07:30:55.301 DEBUG [main] Got frame #31: shape=(120, 160, 3)
  445. 2016-03-30 07:30:55.301 DEBUG [main] Processing frame #31...
  446. 2016-03-30 07:30:55.301 DEBUG [root] Saving foreground mask for frame #31 as 'images/mask_0031.png'
  447. 2016-03-30 07:30:55.301 DEBUG [detect_vehicles] Found 3 vehicle contours.
  448. 2016-03-30 07:30:55.301 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=28) size=(w=22, h=29) valid=True
  449. 2016-03-30 07:30:55.301 DEBUG [detect_vehicles] Contour #1: pos=(x=84, y=6) size=(w=19, h=27) valid=False
  450. 2016-03-30 07:30:55.301 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=12, h=8) valid=False
  451. 2016-03-30 07:30:55.301 DEBUG [process_frame] Found 1 valid vehicle contours.
  452. 2016-03-30 07:30:55.301 DEBUG [process_frame] Valid vehicle contour #0: centroid=(120, 42), bounding_box=(109, 28, 22, 29)
  453. 2016-03-30 07:30:55.301 DEBUG [process_frame] Updating vehicle count...
  454. 2016-03-30 07:30:55.301 DEBUG [vehicle_counter] Updating count using 1 matches...
  455. 2016-03-30 07:30:55.301 DEBUG [vehicle_counter] No match for vehicle #0. frames_since_seen=6
  456. 2016-03-30 07:30:55.301 DEBUG [vehicle_counter] Added match (120, 42) to vehicle #1. vector=(5.10,-11.31)
  457. 2016-03-30 07:30:55.301 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  458. 2016-03-30 07:30:55.301 DEBUG [root] Saving processed frame #31 as 'images/processed_0031.png'
  459. 2016-03-30 07:30:55.301 DEBUG [main] Frame #31 processed.
  460. 2016-03-30 07:30:55.321 DEBUG [main] Capturing frame #32...
  461. 2016-03-30 07:30:55.321 DEBUG [main] Got frame #32: shape=(120, 160, 3)
  462. 2016-03-30 07:30:55.321 DEBUG [main] Processing frame #32...
  463. 2016-03-30 07:30:55.321 DEBUG [root] Saving foreground mask for frame #32 as 'images/mask_0032.png'
  464. 2016-03-30 07:30:55.321 DEBUG [detect_vehicles] Found 4 vehicle contours.
  465. 2016-03-30 07:30:55.321 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=44) size=(w=24, h=21) valid=True
  466. 2016-03-30 07:30:55.321 DEBUG [detect_vehicles] Contour #1: pos=(x=111, y=32) size=(w=17, h=12) valid=False
  467. 2016-03-30 07:30:55.321 DEBUG [detect_vehicles] Contour #2: pos=(x=82, y=8) size=(w=22, h=30) valid=True
  468. 2016-03-30 07:30:55.321 DEBUG [detect_vehicles] Contour #3: pos=(x=111, y=3) size=(w=11, h=8) valid=False
  469. 2016-03-30 07:30:55.321 DEBUG [process_frame] Found 2 valid vehicle contours.
  470. 2016-03-30 07:30:55.321 DEBUG [process_frame] Valid vehicle contour #0: centroid=(121, 54), bounding_box=(109, 44, 24, 21)
  471. 2016-03-30 07:30:55.321 DEBUG [process_frame] Valid vehicle contour #1: centroid=(93, 23), bounding_box=(82, 8, 22, 30)
  472. 2016-03-30 07:30:55.321 DEBUG [process_frame] Updating vehicle count...
  473. 2016-03-30 07:30:55.321 DEBUG [vehicle_counter] Updating count using 2 matches...
  474. 2016-03-30 07:30:55.321 DEBUG [vehicle_counter] No match for vehicle #0. frames_since_seen=7
  475. 2016-03-30 07:30:55.321 DEBUG [vehicle_counter] Added match (121, 54) to vehicle #1. vector=(12.04,-4.76)
  476. 2016-03-30 07:30:55.321 DEBUG [vehicle_counter] Created new vehicle #2 from match (93, 23).
  477. 2016-03-30 07:30:55.321 DEBUG [vehicle_counter] Removed vehicle #0.
  478. 2016-03-30 07:30:55.321 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  479. 2016-03-30 07:30:55.321 DEBUG [root] Saving processed frame #32 as 'images/processed_0032.png'
  480. 2016-03-30 07:30:55.321 DEBUG [main] Frame #32 processed.
  481. 2016-03-30 07:30:55.341 DEBUG [main] Capturing frame #33...
  482. 2016-03-30 07:30:55.341 DEBUG [main] Got frame #33: shape=(120, 160, 3)
  483. 2016-03-30 07:30:55.341 DEBUG [main] Processing frame #33...
  484. 2016-03-30 07:30:55.341 DEBUG [root] Saving foreground mask for frame #33 as 'images/mask_0033.png'
  485. 2016-03-30 07:30:55.341 DEBUG [detect_vehicles] Found 4 vehicle contours.
  486. 2016-03-30 07:30:55.341 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=37) size=(w=25, h=37) valid=True
  487. 2016-03-30 07:30:55.341 DEBUG [detect_vehicles] Contour #1: pos=(x=80, y=11) size=(w=23, h=32) valid=True
  488. 2016-03-30 07:30:55.341 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=4) size=(w=13, h=9) valid=False
  489. 2016-03-30 07:30:55.341 DEBUG [detect_vehicles] Contour #3: pos=(x=113, y=1) size=(w=5, h=3) valid=False
  490. 2016-03-30 07:30:55.341 DEBUG [process_frame] Found 2 valid vehicle contours.
  491. 2016-03-30 07:30:55.341 DEBUG [process_frame] Valid vehicle contour #0: centroid=(121, 55), bounding_box=(109, 37, 25, 37)
  492. 2016-03-30 07:30:55.341 DEBUG [process_frame] Valid vehicle contour #1: centroid=(91, 27), bounding_box=(80, 11, 23, 32)
  493. 2016-03-30 07:30:55.341 DEBUG [process_frame] Updating vehicle count...
  494. 2016-03-30 07:30:55.341 DEBUG [vehicle_counter] Updating count using 2 matches...
  495. 2016-03-30 07:30:55.341 DEBUG [vehicle_counter] Added match (121, 55) to vehicle #1. vector=(1.00,-0.00)
  496. 2016-03-30 07:30:55.341 DEBUG [vehicle_counter] Added match (91, 27) to vehicle #2. vector=(4.47,26.57)
  497. 2016-03-30 07:30:55.341 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  498. 2016-03-30 07:30:55.341 DEBUG [root] Saving processed frame #33 as 'images/processed_0033.png'
  499. 2016-03-30 07:30:55.341 DEBUG [main] Frame #33 processed.
  500. 2016-03-30 07:30:55.361 DEBUG [main] Capturing frame #34...
  501. 2016-03-30 07:30:55.361 DEBUG [main] Got frame #34: shape=(120, 160, 3)
  502. 2016-03-30 07:30:55.361 DEBUG [main] Processing frame #34...
  503. 2016-03-30 07:30:55.361 DEBUG [root] Saving foreground mask for frame #34 as 'images/mask_0034.png'
  504. 2016-03-30 07:30:55.361 DEBUG [detect_vehicles] Found 3 vehicle contours.
  505. 2016-03-30 07:30:55.361 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=43) size=(w=28, h=42) valid=True
  506. 2016-03-30 07:30:55.361 DEBUG [detect_vehicles] Contour #1: pos=(x=77, y=14) size=(w=25, h=34) valid=True
  507. 2016-03-30 07:30:55.361 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=6) size=(w=14, h=9) valid=False
  508. 2016-03-30 07:30:55.361 DEBUG [process_frame] Found 2 valid vehicle contours.
  509. 2016-03-30 07:30:55.361 DEBUG [process_frame] Valid vehicle contour #0: centroid=(123, 64), bounding_box=(109, 43, 28, 42)
  510. 2016-03-30 07:30:55.361 DEBUG [process_frame] Valid vehicle contour #1: centroid=(89, 31), bounding_box=(77, 14, 25, 34)
  511. 2016-03-30 07:30:55.361 DEBUG [process_frame] Updating vehicle count...
  512. 2016-03-30 07:30:55.361 DEBUG [vehicle_counter] Updating count using 2 matches...
  513. 2016-03-30 07:30:55.361 DEBUG [vehicle_counter] Added match (123, 64) to vehicle #1. vector=(9.22,-12.53)
  514. 2016-03-30 07:30:55.361 DEBUG [vehicle_counter] Added match (89, 31) to vehicle #2. vector=(4.47,26.57)
  515. 2016-03-30 07:30:55.361 DEBUG [vehicle_counter] Counted vehicle #1 (total count=2).
  516. 2016-03-30 07:30:55.361 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  517. 2016-03-30 07:30:55.361 DEBUG [root] Saving processed frame #34 as 'images/processed_0034.png'
  518. 2016-03-30 07:30:55.361 DEBUG [main] Frame #34 processed.
  519. 2016-03-30 07:30:55.381 DEBUG [main] Capturing frame #35...
  520. 2016-03-30 07:30:55.381 DEBUG [main] Got frame #35: shape=(120, 160, 3)
  521. 2016-03-30 07:30:55.381 DEBUG [main] Processing frame #35...
  522. 2016-03-30 07:30:55.381 DEBUG [root] Saving foreground mask for frame #35 as 'images/mask_0035.png'
  523. 2016-03-30 07:30:55.381 DEBUG [detect_vehicles] Found 3 vehicle contours.
  524. 2016-03-30 07:30:55.381 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=50) size=(w=30, h=49) valid=True
  525. 2016-03-30 07:30:55.381 DEBUG [detect_vehicles] Contour #1: pos=(x=74, y=17) size=(w=27, h=39) valid=True
  526. 2016-03-30 07:30:55.381 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=3) size=(w=13, h=14) valid=False
  527. 2016-03-30 07:30:55.381 DEBUG [process_frame] Found 2 valid vehicle contours.
  528. 2016-03-30 07:30:55.381 DEBUG [process_frame] Valid vehicle contour #0: centroid=(124, 74), bounding_box=(109, 50, 30, 49)
  529. 2016-03-30 07:30:55.381 DEBUG [process_frame] Valid vehicle contour #1: centroid=(87, 36), bounding_box=(74, 17, 27, 39)
  530. 2016-03-30 07:30:55.381 DEBUG [process_frame] Updating vehicle count...
  531. 2016-03-30 07:30:55.381 DEBUG [vehicle_counter] Updating count using 2 matches...
  532. 2016-03-30 07:30:55.381 DEBUG [vehicle_counter] Added match (124, 74) to vehicle #1. vector=(10.05,-5.71)
  533. 2016-03-30 07:30:55.381 DEBUG [vehicle_counter] Added match (87, 36) to vehicle #2. vector=(5.39,21.80)
  534. 2016-03-30 07:30:55.381 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  535. 2016-03-30 07:30:55.381 DEBUG [root] Saving processed frame #35 as 'images/processed_0035.png'
  536. 2016-03-30 07:30:55.381 DEBUG [main] Frame #35 processed.
  537. 2016-03-30 07:30:55.401 DEBUG [main] Capturing frame #36...
  538. 2016-03-30 07:30:55.401 DEBUG [main] Got frame #36: shape=(120, 160, 3)
  539. 2016-03-30 07:30:55.401 DEBUG [main] Processing frame #36...
  540. 2016-03-30 07:30:55.401 DEBUG [root] Saving foreground mask for frame #36 as 'images/mask_0036.png'
  541. 2016-03-30 07:30:55.401 DEBUG [detect_vehicles] Found 3 vehicle contours.
  542. 2016-03-30 07:30:55.401 DEBUG [detect_vehicles] Contour #0: pos=(x=108, y=59) size=(w=34, h=57) valid=True
  543. 2016-03-30 07:30:55.401 DEBUG [detect_vehicles] Contour #1: pos=(x=71, y=21) size=(w=29, h=43) valid=True
  544. 2016-03-30 07:30:55.401 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=6) size=(w=15, h=13) valid=False
  545. 2016-03-30 07:30:55.401 DEBUG [process_frame] Found 2 valid vehicle contours.
  546. 2016-03-30 07:30:55.401 DEBUG [process_frame] Valid vehicle contour #0: centroid=(125, 87), bounding_box=(108, 59, 34, 57)
  547. 2016-03-30 07:30:55.401 DEBUG [process_frame] Valid vehicle contour #1: centroid=(85, 42), bounding_box=(71, 21, 29, 43)
  548. 2016-03-30 07:30:55.401 DEBUG [process_frame] Updating vehicle count...
  549. 2016-03-30 07:30:55.401 DEBUG [vehicle_counter] Updating count using 2 matches...
  550. 2016-03-30 07:30:55.401 DEBUG [vehicle_counter] Added match (125, 87) to vehicle #1. vector=(13.04,-4.40)
  551. 2016-03-30 07:30:55.401 DEBUG [vehicle_counter] Added match (85, 42) to vehicle #2. vector=(6.32,18.43)
  552. 2016-03-30 07:30:55.401 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  553. 2016-03-30 07:30:55.401 DEBUG [root] Saving processed frame #36 as 'images/processed_0036.png'
  554. 2016-03-30 07:30:55.401 DEBUG [main] Frame #36 processed.
  555. 2016-03-30 07:30:55.421 DEBUG [main] Capturing frame #37...
  556. 2016-03-30 07:30:55.421 DEBUG [main] Got frame #37: shape=(120, 160, 3)
  557. 2016-03-30 07:30:55.421 DEBUG [main] Processing frame #37...
  558. 2016-03-30 07:30:55.421 DEBUG [root] Saving foreground mask for frame #37 as 'images/mask_0037.png'
  559. 2016-03-30 07:30:55.421 DEBUG [detect_vehicles] Found 3 vehicle contours.
  560. 2016-03-30 07:30:55.421 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=69) size=(w=36, h=50) valid=True
  561. 2016-03-30 07:30:55.421 DEBUG [detect_vehicles] Contour #1: pos=(x=66, y=25) size=(w=33, h=49) valid=True
  562. 2016-03-30 07:30:55.421 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=9) size=(w=15, h=12) valid=False
  563. 2016-03-30 07:30:55.421 DEBUG [process_frame] Found 2 valid vehicle contours.
  564. 2016-03-30 07:30:55.421 DEBUG [process_frame] Valid vehicle contour #0: centroid=(127, 94), bounding_box=(109, 69, 36, 50)
  565. 2016-03-30 07:30:55.421 DEBUG [process_frame] Valid vehicle contour #1: centroid=(82, 49), bounding_box=(66, 25, 33, 49)
  566. 2016-03-30 07:30:55.421 DEBUG [process_frame] Updating vehicle count...
  567. 2016-03-30 07:30:55.421 DEBUG [vehicle_counter] Updating count using 2 matches...
  568. 2016-03-30 07:30:55.421 DEBUG [vehicle_counter] Added match (127, 94) to vehicle #1. vector=(7.28,-15.95)
  569. 2016-03-30 07:30:55.421 DEBUG [vehicle_counter] Added match (82, 49) to vehicle #2. vector=(7.62,23.20)
  570. 2016-03-30 07:30:55.421 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  571. 2016-03-30 07:30:55.421 DEBUG [root] Saving processed frame #37 as 'images/processed_0037.png'
  572. 2016-03-30 07:30:55.421 DEBUG [main] Frame #37 processed.
  573. 2016-03-30 07:30:55.440 DEBUG [main] Capturing frame #38...
  574. 2016-03-30 07:30:55.440 DEBUG [main] Got frame #38: shape=(120, 160, 3)
  575. 2016-03-30 07:30:55.440 DEBUG [main] Processing frame #38...
  576. 2016-03-30 07:30:55.440 DEBUG [root] Saving foreground mask for frame #38 as 'images/mask_0038.png'
  577. 2016-03-30 07:30:55.440 DEBUG [detect_vehicles] Found 3 vehicle contours.
  578. 2016-03-30 07:30:55.440 DEBUG [detect_vehicles] Contour #0: pos=(x=105, y=82) size=(w=40, h=37) valid=True
  579. 2016-03-30 07:30:55.440 DEBUG [detect_vehicles] Contour #1: pos=(x=61, y=31) size=(w=36, h=57) valid=True
  580. 2016-03-30 07:30:55.440 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=15) size=(w=16, h=9) valid=False
  581. 2016-03-30 07:30:55.440 DEBUG [process_frame] Found 2 valid vehicle contours.
  582. 2016-03-30 07:30:55.440 DEBUG [process_frame] Valid vehicle contour #0: centroid=(125, 100), bounding_box=(105, 82, 40, 37)
  583. 2016-03-30 07:30:55.440 DEBUG [process_frame] Valid vehicle contour #1: centroid=(79, 59), bounding_box=(61, 31, 36, 57)
  584. 2016-03-30 07:30:55.440 DEBUG [process_frame] Updating vehicle count...
  585. 2016-03-30 07:30:55.440 DEBUG [vehicle_counter] Updating count using 2 matches...
  586. 2016-03-30 07:30:55.440 DEBUG [vehicle_counter] Added match (125, 100) to vehicle #1. vector=(6.32,18.43)
  587. 2016-03-30 07:30:55.440 DEBUG [vehicle_counter] Added match (79, 59) to vehicle #2. vector=(10.44,16.70)
  588. 2016-03-30 07:30:55.440 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  589. 2016-03-30 07:30:55.440 DEBUG [root] Saving processed frame #38 as 'images/processed_0038.png'
  590. 2016-03-30 07:30:55.440 DEBUG [main] Frame #38 processed.
  591. 2016-03-30 07:30:55.460 DEBUG [main] Capturing frame #39...
  592. 2016-03-30 07:30:55.460 DEBUG [main] Got frame #39: shape=(120, 160, 3)
  593. 2016-03-30 07:30:55.460 DEBUG [main] Processing frame #39...
  594. 2016-03-30 07:30:55.460 DEBUG [root] Saving foreground mask for frame #39 as 'images/mask_0039.png'
  595. 2016-03-30 07:30:55.460 DEBUG [detect_vehicles] Found 3 vehicle contours.
  596. 2016-03-30 07:30:55.460 DEBUG [detect_vehicles] Contour #0: pos=(x=108, y=98) size=(w=37, h=21) valid=True
  597. 2016-03-30 07:30:55.460 DEBUG [detect_vehicles] Contour #1: pos=(x=54, y=37) size=(w=41, h=68) valid=True
  598. 2016-03-30 07:30:55.460 DEBUG [detect_vehicles] Contour #2: pos=(x=108, y=18) size=(w=18, h=9) valid=False
  599. 2016-03-30 07:30:55.460 DEBUG [process_frame] Found 2 valid vehicle contours.
  600. 2016-03-30 07:30:55.460 DEBUG [process_frame] Valid vehicle contour #0: centroid=(126, 108), bounding_box=(108, 98, 37, 21)
  601. 2016-03-30 07:30:55.460 DEBUG [process_frame] Valid vehicle contour #1: centroid=(74, 71), bounding_box=(54, 37, 41, 68)
  602. 2016-03-30 07:30:55.460 DEBUG [process_frame] Updating vehicle count...
  603. 2016-03-30 07:30:55.460 DEBUG [vehicle_counter] Updating count using 2 matches...
  604. 2016-03-30 07:30:55.460 DEBUG [vehicle_counter] Added match (126, 108) to vehicle #1. vector=(8.06,-7.13)
  605. 2016-03-30 07:30:55.460 DEBUG [vehicle_counter] Added match (74, 71) to vehicle #2. vector=(13.00,22.62)
  606. 2016-03-30 07:30:55.460 DEBUG [vehicle_counter] Counted vehicle #2 (total count=3).
  607. 2016-03-30 07:30:55.460 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  608. 2016-03-30 07:30:55.460 DEBUG [root] Saving processed frame #39 as 'images/processed_0039.png'
  609. 2016-03-30 07:30:55.460 DEBUG [main] Frame #39 processed.
  610. 2016-03-30 07:30:55.480 DEBUG [main] Capturing frame #40...
  611. 2016-03-30 07:30:55.480 DEBUG [main] Got frame #40: shape=(120, 160, 3)
  612. 2016-03-30 07:30:55.480 DEBUG [main] Processing frame #40...
  613. 2016-03-30 07:30:55.480 DEBUG [root] Saving foreground mask for frame #40 as 'images/mask_0040.png'
  614. 2016-03-30 07:30:55.480 DEBUG [detect_vehicles] Found 2 vehicle contours.
  615. 2016-03-30 07:30:55.480 DEBUG [detect_vehicles] Contour #0: pos=(x=45, y=45) size=(w=51, h=74) valid=True
  616. 2016-03-30 07:30:55.480 DEBUG [detect_vehicles] Contour #1: pos=(x=108, y=20) size=(w=19, h=11) valid=False
  617. 2016-03-30 07:30:55.480 DEBUG [process_frame] Found 1 valid vehicle contours.
  618. 2016-03-30 07:30:55.480 DEBUG [process_frame] Valid vehicle contour #0: centroid=(70, 82), bounding_box=(45, 45, 51, 74)
  619. 2016-03-30 07:30:55.480 DEBUG [process_frame] Updating vehicle count...
  620. 2016-03-30 07:30:55.480 DEBUG [vehicle_counter] Updating count using 1 matches...
  621. 2016-03-30 07:30:55.480 DEBUG [vehicle_counter] No match for vehicle #1. frames_since_seen=1
  622. 2016-03-30 07:30:55.480 DEBUG [vehicle_counter] Added match (70, 82) to vehicle #2. vector=(11.70,19.98)
  623. 2016-03-30 07:30:55.480 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  624. 2016-03-30 07:30:55.480 DEBUG [root] Saving processed frame #40 as 'images/processed_0040.png'
  625. 2016-03-30 07:30:55.480 DEBUG [main] Frame #40 processed.
  626. 2016-03-30 07:30:55.490 DEBUG [main] Capturing frame #41...
  627. 2016-03-30 07:30:55.490 DEBUG [main] Got frame #41: shape=(120, 160, 3)
  628. 2016-03-30 07:30:55.490 DEBUG [main] Processing frame #41...
  629. 2016-03-30 07:30:55.490 DEBUG [root] Saving foreground mask for frame #41 as 'images/mask_0041.png'
  630. 2016-03-30 07:30:55.490 DEBUG [detect_vehicles] Found 2 vehicle contours.
  631. 2016-03-30 07:30:55.490 DEBUG [detect_vehicles] Contour #0: pos=(x=32, y=53) size=(w=61, h=66) valid=True
  632. 2016-03-30 07:30:55.490 DEBUG [detect_vehicles] Contour #1: pos=(x=108, y=24) size=(w=20, h=11) valid=False
  633. 2016-03-30 07:30:55.490 DEBUG [process_frame] Found 1 valid vehicle contours.
  634. 2016-03-30 07:30:55.490 DEBUG [process_frame] Valid vehicle contour #0: centroid=(62, 86), bounding_box=(32, 53, 61, 66)
  635. 2016-03-30 07:30:55.490 DEBUG [process_frame] Updating vehicle count...
  636. 2016-03-30 07:30:55.490 DEBUG [vehicle_counter] Updating count using 1 matches...
  637. 2016-03-30 07:30:55.490 DEBUG [vehicle_counter] No match for vehicle #1. frames_since_seen=2
  638. 2016-03-30 07:30:55.490 DEBUG [vehicle_counter] Added match (62, 86) to vehicle #2. vector=(8.94,63.43)
  639. 2016-03-30 07:30:55.490 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  640. 2016-03-30 07:30:55.490 DEBUG [root] Saving processed frame #41 as 'images/processed_0041.png'
  641. 2016-03-30 07:30:55.490 DEBUG [main] Frame #41 processed.
  642. 2016-03-30 07:30:55.510 DEBUG [main] Capturing frame #42...
  643. 2016-03-30 07:30:55.510 DEBUG [main] Got frame #42: shape=(120, 160, 3)
  644. 2016-03-30 07:30:55.510 DEBUG [main] Processing frame #42...
  645. 2016-03-30 07:30:55.510 DEBUG [root] Saving foreground mask for frame #42 as 'images/mask_0042.png'
  646. 2016-03-30 07:30:55.510 DEBUG [detect_vehicles] Found 2 vehicle contours.
  647. 2016-03-30 07:30:55.510 DEBUG [detect_vehicles] Contour #0: pos=(x=31, y=66) size=(w=61, h=53) valid=True
  648. 2016-03-30 07:30:55.510 DEBUG [detect_vehicles] Contour #1: pos=(x=105, y=19) size=(w=26, h=22) valid=True
  649. 2016-03-30 07:30:55.510 DEBUG [process_frame] Found 2 valid vehicle contours.
  650. 2016-03-30 07:30:55.510 DEBUG [process_frame] Valid vehicle contour #0: centroid=(61, 92), bounding_box=(31, 66, 61, 53)
  651. 2016-03-30 07:30:55.510 DEBUG [process_frame] Valid vehicle contour #1: centroid=(118, 30), bounding_box=(105, 19, 26, 22)
  652. 2016-03-30 07:30:55.510 DEBUG [process_frame] Updating vehicle count...
  653. 2016-03-30 07:30:55.510 DEBUG [vehicle_counter] Updating count using 2 matches...
  654. 2016-03-30 07:30:55.510 DEBUG [vehicle_counter] No match for vehicle #1. frames_since_seen=3
  655. 2016-03-30 07:30:55.510 DEBUG [vehicle_counter] Added match (61, 92) to vehicle #2. vector=(6.08,9.46)
  656. 2016-03-30 07:30:55.510 DEBUG [vehicle_counter] Created new vehicle #3 from match (118, 30).
  657. 2016-03-30 07:30:55.510 DEBUG [vehicle_counter] Count updated, tracking 3 vehicles.
  658. 2016-03-30 07:30:55.510 DEBUG [root] Saving processed frame #42 as 'images/processed_0042.png'
  659. 2016-03-30 07:30:55.510 DEBUG [main] Frame #42 processed.
  660. 2016-03-30 07:30:55.530 DEBUG [main] Capturing frame #43...
  661. 2016-03-30 07:30:55.530 DEBUG [main] Got frame #43: shape=(120, 160, 3)
  662. 2016-03-30 07:30:55.530 DEBUG [main] Processing frame #43...
  663. 2016-03-30 07:30:55.530 DEBUG [root] Saving foreground mask for frame #43 as 'images/mask_0043.png'
  664. 2016-03-30 07:30:55.530 DEBUG [detect_vehicles] Found 2 vehicle contours.
  665. 2016-03-30 07:30:55.530 DEBUG [detect_vehicles] Contour #0: pos=(x=27, y=84) size=(w=57, h=35) valid=True
  666. 2016-03-30 07:30:55.530 DEBUG [detect_vehicles] Contour #1: pos=(x=107, y=31) size=(w=23, h=13) valid=False
  667. 2016-03-30 07:30:55.530 DEBUG [process_frame] Found 1 valid vehicle contours.
  668. 2016-03-30 07:30:55.530 DEBUG [process_frame] Valid vehicle contour #0: centroid=(55, 101), bounding_box=(27, 84, 57, 35)
  669. 2016-03-30 07:30:55.530 DEBUG [process_frame] Updating vehicle count...
  670. 2016-03-30 07:30:55.530 DEBUG [vehicle_counter] Updating count using 1 matches...
  671. 2016-03-30 07:30:55.530 DEBUG [vehicle_counter] No match for vehicle #1. frames_since_seen=4
  672. 2016-03-30 07:30:55.530 DEBUG [vehicle_counter] Added match (55, 101) to vehicle #2. vector=(10.82,33.69)
  673. 2016-03-30 07:30:55.530 DEBUG [vehicle_counter] No match for vehicle #3. frames_since_seen=1
  674. 2016-03-30 07:30:55.530 DEBUG [vehicle_counter] Count updated, tracking 3 vehicles.
  675. 2016-03-30 07:30:55.530 DEBUG [root] Saving processed frame #43 as 'images/processed_0043.png'
  676. 2016-03-30 07:30:55.530 DEBUG [main] Frame #43 processed.
  677. 2016-03-30 07:30:55.540 DEBUG [main] Capturing frame #44...
  678. 2016-03-30 07:30:55.540 DEBUG [main] Got frame #44: shape=(120, 160, 3)
  679. 2016-03-30 07:30:55.540 DEBUG [main] Processing frame #44...
  680. 2016-03-30 07:30:55.540 DEBUG [root] Saving foreground mask for frame #44 as 'images/mask_0044.png'
  681. 2016-03-30 07:30:55.540 DEBUG [detect_vehicles] Found 3 vehicle contours.
  682. 2016-03-30 07:30:55.540 DEBUG [detect_vehicles] Contour #0: pos=(x=26, y=105) size=(w=50, h=14) valid=False
  683. 2016-03-30 07:30:55.540 DEBUG [detect_vehicles] Contour #1: pos=(x=108, y=37) size=(w=22, h=12) valid=False
  684. 2016-03-30 07:30:55.540 DEBUG [detect_vehicles] Contour #2: pos=(x=93, y=1) size=(w=9, h=3) valid=False
  685. 2016-03-30 07:30:55.540 DEBUG [process_frame] Found 0 valid vehicle contours.
  686. 2016-03-30 07:30:55.540 DEBUG [process_frame] Updating vehicle count...
  687. 2016-03-30 07:30:55.540 DEBUG [vehicle_counter] Updating count using 0 matches...
  688. 2016-03-30 07:30:55.540 DEBUG [vehicle_counter] No match for vehicle #1. frames_since_seen=5
  689. 2016-03-30 07:30:55.540 DEBUG [vehicle_counter] No match for vehicle #2. frames_since_seen=1
  690. 2016-03-30 07:30:55.540 DEBUG [vehicle_counter] No match for vehicle #3. frames_since_seen=2
  691. 2016-03-30 07:30:55.540 DEBUG [vehicle_counter] Count updated, tracking 3 vehicles.
  692. 2016-03-30 07:30:55.540 DEBUG [root] Saving processed frame #44 as 'images/processed_0044.png'
  693. 2016-03-30 07:30:55.540 DEBUG [main] Frame #44 processed.
  694. 2016-03-30 07:30:55.551 DEBUG [main] Capturing frame #45...
  695. 2016-03-30 07:30:55.551 DEBUG [main] Got frame #45: shape=(120, 160, 3)
  696. 2016-03-30 07:30:55.551 DEBUG [main] Processing frame #45...
  697. 2016-03-30 07:30:55.551 DEBUG [root] Saving foreground mask for frame #45 as 'images/mask_0045.png'
  698. 2016-03-30 07:30:55.551 DEBUG [detect_vehicles] Found 2 vehicle contours.
  699. 2016-03-30 07:30:55.551 DEBUG [detect_vehicles] Contour #0: pos=(x=108, y=43) size=(w=23, h=12) valid=False
  700. 2016-03-30 07:30:55.551 DEBUG [detect_vehicles] Contour #1: pos=(x=91, y=1) size=(w=11, h=4) valid=False
  701. 2016-03-30 07:30:55.551 DEBUG [process_frame] Found 0 valid vehicle contours.
  702. 2016-03-30 07:30:55.551 DEBUG [process_frame] Updating vehicle count...
  703. 2016-03-30 07:30:55.551 DEBUG [vehicle_counter] Updating count using 0 matches...
  704. 2016-03-30 07:30:55.551 DEBUG [vehicle_counter] No match for vehicle #1. frames_since_seen=6
  705. 2016-03-30 07:30:55.551 DEBUG [vehicle_counter] No match for vehicle #2. frames_since_seen=2
  706. 2016-03-30 07:30:55.551 DEBUG [vehicle_counter] No match for vehicle #3. frames_since_seen=3
  707. 2016-03-30 07:30:55.551 DEBUG [vehicle_counter] Count updated, tracking 3 vehicles.
  708. 2016-03-30 07:30:55.551 DEBUG [root] Saving processed frame #45 as 'images/processed_0045.png'
  709. 2016-03-30 07:30:55.551 DEBUG [main] Frame #45 processed.
  710. 2016-03-30 07:30:55.571 DEBUG [main] Capturing frame #46...
  711. 2016-03-30 07:30:55.571 DEBUG [main] Got frame #46: shape=(120, 160, 3)
  712. 2016-03-30 07:30:55.571 DEBUG [main] Processing frame #46...
  713. 2016-03-30 07:30:55.571 DEBUG [root] Saving foreground mask for frame #46 as 'images/mask_0046.png'
  714. 2016-03-30 07:30:55.571 DEBUG [detect_vehicles] Found 2 vehicle contours.
  715. 2016-03-30 07:30:55.571 DEBUG [detect_vehicles] Contour #0: pos=(x=108, y=49) size=(w=25, h=13) valid=False
  716. 2016-03-30 07:30:55.571 DEBUG [detect_vehicles] Contour #1: pos=(x=90, y=1) size=(w=11, h=5) valid=False
  717. 2016-03-30 07:30:55.571 DEBUG [process_frame] Found 0 valid vehicle contours.
  718. 2016-03-30 07:30:55.571 DEBUG [process_frame] Updating vehicle count...
  719. 2016-03-30 07:30:55.571 DEBUG [vehicle_counter] Updating count using 0 matches...
  720. 2016-03-30 07:30:55.571 DEBUG [vehicle_counter] No match for vehicle #1. frames_since_seen=7
  721. 2016-03-30 07:30:55.571 DEBUG [vehicle_counter] No match for vehicle #2. frames_since_seen=3
  722. 2016-03-30 07:30:55.571 DEBUG [vehicle_counter] No match for vehicle #3. frames_since_seen=4
  723. 2016-03-30 07:30:55.571 DEBUG [vehicle_counter] Removed vehicle #1.
  724. 2016-03-30 07:30:55.571 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  725. 2016-03-30 07:30:55.571 DEBUG [root] Saving processed frame #46 as 'images/processed_0046.png'
  726. 2016-03-30 07:30:55.571 DEBUG [main] Frame #46 processed.
  727. 2016-03-30 07:30:55.591 DEBUG [main] Capturing frame #47...
  728. 2016-03-30 07:30:55.591 DEBUG [main] Got frame #47: shape=(120, 160, 3)
  729. 2016-03-30 07:30:55.591 DEBUG [main] Processing frame #47...
  730. 2016-03-30 07:30:55.591 DEBUG [root] Saving foreground mask for frame #47 as 'images/mask_0047.png'
  731. 2016-03-30 07:30:55.591 DEBUG [detect_vehicles] Found 2 vehicle contours.
  732. 2016-03-30 07:30:55.591 DEBUG [detect_vehicles] Contour #0: pos=(x=108, y=53) size=(w=27, h=18) valid=False
  733. 2016-03-30 07:30:55.591 DEBUG [detect_vehicles] Contour #1: pos=(x=89, y=1) size=(w=12, h=6) valid=False
  734. 2016-03-30 07:30:55.591 DEBUG [process_frame] Found 0 valid vehicle contours.
  735. 2016-03-30 07:30:55.591 DEBUG [process_frame] Updating vehicle count...
  736. 2016-03-30 07:30:55.591 DEBUG [vehicle_counter] Updating count using 0 matches...
  737. 2016-03-30 07:30:55.591 DEBUG [vehicle_counter] No match for vehicle #2. frames_since_seen=4
  738. 2016-03-30 07:30:55.591 DEBUG [vehicle_counter] No match for vehicle #3. frames_since_seen=5
  739. 2016-03-30 07:30:55.591 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  740. 2016-03-30 07:30:55.591 DEBUG [root] Saving processed frame #47 as 'images/processed_0047.png'
  741. 2016-03-30 07:30:55.591 DEBUG [main] Frame #47 processed.
  742. 2016-03-30 07:30:55.601 DEBUG [main] Capturing frame #48...
  743. 2016-03-30 07:30:55.601 DEBUG [main] Got frame #48: shape=(120, 160, 3)
  744. 2016-03-30 07:30:55.601 DEBUG [main] Processing frame #48...
  745. 2016-03-30 07:30:55.601 DEBUG [root] Saving foreground mask for frame #48 as 'images/mask_0048.png'
  746. 2016-03-30 07:30:55.601 DEBUG [detect_vehicles] Found 3 vehicle contours.
  747. 2016-03-30 07:30:55.601 DEBUG [detect_vehicles] Contour #0: pos=(x=108, y=62) size=(w=29, h=20) valid=False
  748. 2016-03-30 07:30:55.601 DEBUG [detect_vehicles] Contour #1: pos=(x=112, y=54) size=(w=7, h=7) valid=False
  749. 2016-03-30 07:30:55.601 DEBUG [detect_vehicles] Contour #2: pos=(x=88, y=1) size=(w=12, h=7) valid=False
  750. 2016-03-30 07:30:55.601 DEBUG [process_frame] Found 0 valid vehicle contours.
  751. 2016-03-30 07:30:55.601 DEBUG [process_frame] Updating vehicle count...
  752. 2016-03-30 07:30:55.601 DEBUG [vehicle_counter] Updating count using 0 matches...
  753. 2016-03-30 07:30:55.601 DEBUG [vehicle_counter] No match for vehicle #2. frames_since_seen=5
  754. 2016-03-30 07:30:55.601 DEBUG [vehicle_counter] No match for vehicle #3. frames_since_seen=6
  755. 2016-03-30 07:30:55.601 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  756. 2016-03-30 07:30:55.601 DEBUG [root] Saving processed frame #48 as 'images/processed_0048.png'
  757. 2016-03-30 07:30:55.601 DEBUG [main] Frame #48 processed.
  758. 2016-03-30 07:30:55.621 DEBUG [main] Capturing frame #49...
  759. 2016-03-30 07:30:55.621 DEBUG [main] Got frame #49: shape=(120, 160, 3)
  760. 2016-03-30 07:30:55.621 DEBUG [main] Processing frame #49...
  761. 2016-03-30 07:30:55.621 DEBUG [root] Saving foreground mask for frame #49 as 'images/mask_0049.png'
  762. 2016-03-30 07:30:55.621 DEBUG [detect_vehicles] Found 3 vehicle contours.
  763. 2016-03-30 07:30:55.621 DEBUG [detect_vehicles] Contour #0: pos=(x=108, y=72) size=(w=32, h=22) valid=True
  764. 2016-03-30 07:30:55.621 DEBUG [detect_vehicles] Contour #1: pos=(x=108, y=63) size=(w=12, h=10) valid=False
  765. 2016-03-30 07:30:55.621 DEBUG [detect_vehicles] Contour #2: pos=(x=88, y=1) size=(w=11, h=9) valid=False
  766. 2016-03-30 07:30:55.621 DEBUG [process_frame] Found 1 valid vehicle contours.
  767. 2016-03-30 07:30:55.621 DEBUG [process_frame] Valid vehicle contour #0: centroid=(124, 83), bounding_box=(108, 72, 32, 22)
  768. 2016-03-30 07:30:55.621 DEBUG [process_frame] Updating vehicle count...
  769. 2016-03-30 07:30:55.621 DEBUG [vehicle_counter] Updating count using 1 matches...
  770. 2016-03-30 07:30:55.621 DEBUG [vehicle_counter] No match for vehicle #2. frames_since_seen=6
  771. 2016-03-30 07:30:55.621 DEBUG [vehicle_counter] No match for vehicle #3. frames_since_seen=7
  772. 2016-03-30 07:30:55.621 DEBUG [vehicle_counter] Created new vehicle #4 from match (124, 83).
  773. 2016-03-30 07:30:55.621 DEBUG [vehicle_counter] Counted vehicle #4 (total count=4).
  774. 2016-03-30 07:30:55.621 DEBUG [vehicle_counter] Removed vehicle #3.
  775. 2016-03-30 07:30:55.621 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  776. 2016-03-30 07:30:55.621 DEBUG [root] Saving processed frame #49 as 'images/processed_0049.png'
  777. 2016-03-30 07:30:55.621 DEBUG [main] Frame #49 processed.
  778. 2016-03-30 07:30:55.641 DEBUG [main] Capturing frame #50...
  779. 2016-03-30 07:30:55.641 DEBUG [main] Got frame #50: shape=(120, 160, 3)
  780. 2016-03-30 07:30:55.641 DEBUG [main] Processing frame #50...
  781. 2016-03-30 07:30:55.641 DEBUG [root] Saving foreground mask for frame #50 as 'images/mask_0050.png'
  782. 2016-03-30 07:30:55.641 DEBUG [detect_vehicles] Found 4 vehicle contours.
  783. 2016-03-30 07:30:55.641 DEBUG [detect_vehicles] Contour #0: pos=(x=127, y=80) size=(w=16, h=14) valid=False
  784. 2016-03-30 07:30:55.641 DEBUG [detect_vehicles] Contour #1: pos=(x=107, y=70) size=(w=36, h=41) valid=True
  785. 2016-03-30 07:30:55.641 DEBUG [detect_vehicles] Contour #2: pos=(x=111, y=1) size=(w=7, h=3) valid=False
  786. 2016-03-30 07:30:55.641 DEBUG [detect_vehicles] Contour #3: pos=(x=87, y=1) size=(w=12, h=10) valid=False
  787. 2016-03-30 07:30:55.641 DEBUG [process_frame] Found 1 valid vehicle contours.
  788. 2016-03-30 07:30:55.641 DEBUG [process_frame] Valid vehicle contour #0: centroid=(125, 90), bounding_box=(107, 70, 36, 41)
  789. 2016-03-30 07:30:55.641 DEBUG [process_frame] Updating vehicle count...
  790. 2016-03-30 07:30:55.641 DEBUG [vehicle_counter] Updating count using 1 matches...
  791. 2016-03-30 07:30:55.641 DEBUG [vehicle_counter] No match for vehicle #2. frames_since_seen=7
  792. 2016-03-30 07:30:55.641 DEBUG [vehicle_counter] Added match (125, 90) to vehicle #4. vector=(7.07,-8.13)
  793. 2016-03-30 07:30:55.641 DEBUG [vehicle_counter] Removed vehicle #2.
  794. 2016-03-30 07:30:55.641 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  795. 2016-03-30 07:30:55.641 DEBUG [root] Saving processed frame #50 as 'images/processed_0050.png'
  796. 2016-03-30 07:30:55.641 DEBUG [main] Frame #50 processed.
  797. 2016-03-30 07:30:55.661 DEBUG [main] Capturing frame #51...
  798. 2016-03-30 07:30:55.661 DEBUG [main] Got frame #51: shape=(120, 160, 3)
  799. 2016-03-30 07:30:55.661 DEBUG [main] Processing frame #51...
  800. 2016-03-30 07:30:55.661 DEBUG [root] Saving foreground mask for frame #51 as 'images/mask_0051.png'
  801. 2016-03-30 07:30:55.661 DEBUG [detect_vehicles] Found 5 vehicle contours.
  802. 2016-03-30 07:30:55.661 DEBUG [detect_vehicles] Contour #0: pos=(x=129, y=98) size=(w=18, h=21) valid=False
  803. 2016-03-30 07:30:55.661 DEBUG [detect_vehicles] Contour #1: pos=(x=105, y=84) size=(w=22, h=35) valid=True
  804. 2016-03-30 07:30:55.661 DEBUG [detect_vehicles] Contour #2: pos=(x=115, y=69) size=(w=7, h=7) valid=False
  805. 2016-03-30 07:30:55.661 DEBUG [detect_vehicles] Contour #3: pos=(x=110, y=1) size=(w=10, h=4) valid=False
  806. 2016-03-30 07:30:55.661 DEBUG [detect_vehicles] Contour #4: pos=(x=85, y=1) size=(w=14, h=12) valid=False
  807. 2016-03-30 07:30:55.661 DEBUG [process_frame] Found 1 valid vehicle contours.
  808. 2016-03-30 07:30:55.661 DEBUG [process_frame] Valid vehicle contour #0: centroid=(116, 101), bounding_box=(105, 84, 22, 35)
  809. 2016-03-30 07:30:55.661 DEBUG [process_frame] Updating vehicle count...
  810. 2016-03-30 07:30:55.661 DEBUG [vehicle_counter] Updating count using 1 matches...
  811. 2016-03-30 07:30:55.661 DEBUG [vehicle_counter] Added match (116, 101) to vehicle #4. vector=(14.21,39.29)
  812. 2016-03-30 07:30:55.661 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  813. 2016-03-30 07:30:55.661 DEBUG [root] Saving processed frame #51 as 'images/processed_0051.png'
  814. 2016-03-30 07:30:55.661 DEBUG [main] Frame #51 processed.
  815. 2016-03-30 07:30:55.680 DEBUG [main] Capturing frame #52...
  816. 2016-03-30 07:30:55.680 DEBUG [main] Got frame #52: shape=(120, 160, 3)
  817. 2016-03-30 07:30:55.680 DEBUG [main] Processing frame #52...
  818. 2016-03-30 07:30:55.680 DEBUG [root] Saving foreground mask for frame #52 as 'images/mask_0052.png'
  819. 2016-03-30 07:30:55.680 DEBUG [detect_vehicles] Found 7 vehicle contours.
  820. 2016-03-30 07:30:55.680 DEBUG [detect_vehicles] Contour #0: pos=(x=143, y=111) size=(w=7, h=7) valid=False
  821. 2016-03-30 07:30:55.680 DEBUG [detect_vehicles] Contour #1: pos=(x=125, y=84) size=(w=7, h=7) valid=False
  822. 2016-03-30 07:30:55.680 DEBUG [detect_vehicles] Contour #2: pos=(x=106, y=82) size=(w=32, h=37) valid=True
  823. 2016-03-30 07:30:55.680 DEBUG [detect_vehicles] Contour #3: pos=(x=114, y=75) size=(w=11, h=13) valid=False
  824. 2016-03-30 07:30:55.680 DEBUG [detect_vehicles] Contour #4: pos=(x=110, y=1) size=(w=10, h=5) valid=False
  825. 2016-03-30 07:30:55.680 DEBUG [detect_vehicles] Contour #5: pos=(x=97, y=1) size=(w=8, h=3) valid=False
  826. 2016-03-30 07:30:55.680 DEBUG [detect_vehicles] Contour #6: pos=(x=84, y=1) size=(w=15, h=13) valid=False
  827. 2016-03-30 07:30:55.680 DEBUG [process_frame] Found 1 valid vehicle contours.
  828. 2016-03-30 07:30:55.680 DEBUG [process_frame] Valid vehicle contour #0: centroid=(122, 100), bounding_box=(106, 82, 32, 37)
  829. 2016-03-30 07:30:55.680 DEBUG [process_frame] Updating vehicle count...
  830. 2016-03-30 07:30:55.680 DEBUG [vehicle_counter] Updating count using 1 matches...
  831. 2016-03-30 07:30:55.680 DEBUG [vehicle_counter] Added match (122, 100) to vehicle #4. vector=(6.08,-99.46)
  832. 2016-03-30 07:30:55.680 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  833. 2016-03-30 07:30:55.680 DEBUG [root] Saving processed frame #52 as 'images/processed_0052.png'
  834. 2016-03-30 07:30:55.680 DEBUG [main] Frame #52 processed.
  835. 2016-03-30 07:30:55.700 DEBUG [main] Capturing frame #53...
  836. 2016-03-30 07:30:55.700 DEBUG [main] Got frame #53: shape=(120, 160, 3)
  837. 2016-03-30 07:30:55.700 DEBUG [main] Processing frame #53...
  838. 2016-03-30 07:30:55.700 DEBUG [root] Saving foreground mask for frame #53 as 'images/mask_0053.png'
  839. 2016-03-30 07:30:55.700 DEBUG [detect_vehicles] Found 5 vehicle contours.
  840. 2016-03-30 07:30:55.700 DEBUG [detect_vehicles] Contour #0: pos=(x=134, y=116) size=(w=5, h=3) valid=False
  841. 2016-03-30 07:30:55.700 DEBUG [detect_vehicles] Contour #1: pos=(x=107, y=99) size=(w=10, h=20) valid=False
  842. 2016-03-30 07:30:55.700 DEBUG [detect_vehicles] Contour #2: pos=(x=83, y=3) size=(w=13, h=13) valid=False
  843. 2016-03-30 07:30:55.700 DEBUG [detect_vehicles] Contour #3: pos=(x=110, y=1) size=(w=10, h=6) valid=False
  844. 2016-03-30 07:30:55.700 DEBUG [detect_vehicles] Contour #4: pos=(x=95, y=1) size=(w=11, h=4) valid=False
  845. 2016-03-30 07:30:55.700 DEBUG [process_frame] Found 0 valid vehicle contours.
  846. 2016-03-30 07:30:55.700 DEBUG [process_frame] Updating vehicle count...
  847. 2016-03-30 07:30:55.700 DEBUG [vehicle_counter] Updating count using 0 matches...
  848. 2016-03-30 07:30:55.700 DEBUG [vehicle_counter] No match for vehicle #4. frames_since_seen=1
  849. 2016-03-30 07:30:55.700 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  850. 2016-03-30 07:30:55.700 DEBUG [root] Saving processed frame #53 as 'images/processed_0053.png'
  851. 2016-03-30 07:30:55.700 DEBUG [main] Frame #53 processed.
  852. 2016-03-30 07:30:55.720 DEBUG [main] Capturing frame #54...
  853. 2016-03-30 07:30:55.720 DEBUG [main] Got frame #54: shape=(120, 160, 3)
  854. 2016-03-30 07:30:55.720 DEBUG [main] Processing frame #54...
  855. 2016-03-30 07:30:55.720 DEBUG [root] Saving foreground mask for frame #54 as 'images/mask_0054.png'
  856. 2016-03-30 07:30:55.720 DEBUG [detect_vehicles] Found 4 vehicle contours.
  857. 2016-03-30 07:30:55.720 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=116) size=(w=5, h=3) valid=False
  858. 2016-03-30 07:30:55.720 DEBUG [detect_vehicles] Contour #1: pos=(x=81, y=6) size=(w=14, h=12) valid=False
  859. 2016-03-30 07:30:55.720 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=1) size=(w=13, h=8) valid=False
  860. 2016-03-30 07:30:55.720 DEBUG [detect_vehicles] Contour #3: pos=(x=95, y=1) size=(w=11, h=5) valid=False
  861. 2016-03-30 07:30:55.720 DEBUG [process_frame] Found 0 valid vehicle contours.
  862. 2016-03-30 07:30:55.720 DEBUG [process_frame] Updating vehicle count...
  863. 2016-03-30 07:30:55.720 DEBUG [vehicle_counter] Updating count using 0 matches...
  864. 2016-03-30 07:30:55.720 DEBUG [vehicle_counter] No match for vehicle #4. frames_since_seen=2
  865. 2016-03-30 07:30:55.720 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  866. 2016-03-30 07:30:55.720 DEBUG [root] Saving processed frame #54 as 'images/processed_0054.png'
  867. 2016-03-30 07:30:55.720 DEBUG [main] Frame #54 processed.
  868. 2016-03-30 07:30:55.730 DEBUG [main] Capturing frame #55...
  869. 2016-03-30 07:30:55.730 DEBUG [main] Got frame #55: shape=(120, 160, 3)
  870. 2016-03-30 07:30:55.730 DEBUG [main] Processing frame #55...
  871. 2016-03-30 07:30:55.730 DEBUG [root] Saving foreground mask for frame #55 as 'images/mask_0055.png'
  872. 2016-03-30 07:30:55.730 DEBUG [detect_vehicles] Found 3 vehicle contours.
  873. 2016-03-30 07:30:55.730 DEBUG [detect_vehicles] Contour #0: pos=(x=80, y=4) size=(w=16, h=16) valid=False
  874. 2016-03-30 07:30:55.730 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=1) size=(w=12, h=9) valid=False
  875. 2016-03-30 07:30:55.730 DEBUG [detect_vehicles] Contour #2: pos=(x=96, y=1) size=(w=10, h=6) valid=False
  876. 2016-03-30 07:30:55.730 DEBUG [process_frame] Found 0 valid vehicle contours.
  877. 2016-03-30 07:30:55.730 DEBUG [process_frame] Updating vehicle count...
  878. 2016-03-30 07:30:55.730 DEBUG [vehicle_counter] Updating count using 0 matches...
  879. 2016-03-30 07:30:55.730 DEBUG [vehicle_counter] No match for vehicle #4. frames_since_seen=3
  880. 2016-03-30 07:30:55.730 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  881. 2016-03-30 07:30:55.730 DEBUG [root] Saving processed frame #55 as 'images/processed_0055.png'
  882. 2016-03-30 07:30:55.730 DEBUG [main] Frame #55 processed.
  883. 2016-03-30 07:30:55.740 DEBUG [main] Capturing frame #56...
  884. 2016-03-30 07:30:55.740 DEBUG [main] Got frame #56: shape=(120, 160, 3)
  885. 2016-03-30 07:30:55.740 DEBUG [main] Processing frame #56...
  886. 2016-03-30 07:30:55.740 DEBUG [root] Saving foreground mask for frame #56 as 'images/mask_0056.png'
  887. 2016-03-30 07:30:55.740 DEBUG [detect_vehicles] Found 3 vehicle contours.
  888. 2016-03-30 07:30:55.740 DEBUG [detect_vehicles] Contour #0: pos=(x=78, y=6) size=(w=17, h=17) valid=False
  889. 2016-03-30 07:30:55.740 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=1) size=(w=13, h=11) valid=False
  890. 2016-03-30 07:30:55.740 DEBUG [detect_vehicles] Contour #2: pos=(x=94, y=1) size=(w=12, h=7) valid=False
  891. 2016-03-30 07:30:55.740 DEBUG [process_frame] Found 0 valid vehicle contours.
  892. 2016-03-30 07:30:55.740 DEBUG [process_frame] Updating vehicle count...
  893. 2016-03-30 07:30:55.740 DEBUG [vehicle_counter] Updating count using 0 matches...
  894. 2016-03-30 07:30:55.740 DEBUG [vehicle_counter] No match for vehicle #4. frames_since_seen=4
  895. 2016-03-30 07:30:55.740 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  896. 2016-03-30 07:30:55.740 DEBUG [root] Saving processed frame #56 as 'images/processed_0056.png'
  897. 2016-03-30 07:30:55.740 DEBUG [main] Frame #56 processed.
  898. 2016-03-30 07:30:55.760 DEBUG [main] Capturing frame #57...
  899. 2016-03-30 07:30:55.760 DEBUG [main] Got frame #57: shape=(120, 160, 3)
  900. 2016-03-30 07:30:55.760 DEBUG [main] Processing frame #57...
  901. 2016-03-30 07:30:55.760 DEBUG [root] Saving foreground mask for frame #57 as 'images/mask_0057.png'
  902. 2016-03-30 07:30:55.760 DEBUG [detect_vehicles] Found 4 vehicle contours.
  903. 2016-03-30 07:30:55.760 DEBUG [detect_vehicles] Contour #0: pos=(x=77, y=13) size=(w=17, h=12) valid=False
  904. 2016-03-30 07:30:55.760 DEBUG [detect_vehicles] Contour #1: pos=(x=156, y=1) size=(w=3, h=3) valid=False
  905. 2016-03-30 07:30:55.760 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=1) size=(w=14, h=12) valid=False
  906. 2016-03-30 07:30:55.760 DEBUG [detect_vehicles] Contour #3: pos=(x=93, y=1) size=(w=12, h=9) valid=False
  907. 2016-03-30 07:30:55.760 DEBUG [process_frame] Found 0 valid vehicle contours.
  908. 2016-03-30 07:30:55.760 DEBUG [process_frame] Updating vehicle count...
  909. 2016-03-30 07:30:55.760 DEBUG [vehicle_counter] Updating count using 0 matches...
  910. 2016-03-30 07:30:55.760 DEBUG [vehicle_counter] No match for vehicle #4. frames_since_seen=5
  911. 2016-03-30 07:30:55.760 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  912. 2016-03-30 07:30:55.760 DEBUG [root] Saving processed frame #57 as 'images/processed_0057.png'
  913. 2016-03-30 07:30:55.760 DEBUG [main] Frame #57 processed.
  914. 2016-03-30 07:30:55.780 DEBUG [main] Capturing frame #58...
  915. 2016-03-30 07:30:55.780 DEBUG [main] Got frame #58: shape=(120, 160, 3)
  916. 2016-03-30 07:30:55.780 DEBUG [main] Processing frame #58...
  917. 2016-03-30 07:30:55.780 DEBUG [root] Saving foreground mask for frame #58 as 'images/mask_0058.png'
  918. 2016-03-30 07:30:55.780 DEBUG [detect_vehicles] Found 4 vehicle contours.
  919. 2016-03-30 07:30:55.780 DEBUG [detect_vehicles] Contour #0: pos=(x=75, y=15) size=(w=17, h=13) valid=False
  920. 2016-03-30 07:30:55.780 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=4) size=(w=13, h=11) valid=False
  921. 2016-03-30 07:30:55.780 DEBUG [detect_vehicles] Contour #2: pos=(x=156, y=1) size=(w=3, h=3) valid=False
  922. 2016-03-30 07:30:55.780 DEBUG [detect_vehicles] Contour #3: pos=(x=93, y=1) size=(w=12, h=10) valid=False
  923. 2016-03-30 07:30:55.780 DEBUG [process_frame] Found 0 valid vehicle contours.
  924. 2016-03-30 07:30:55.780 DEBUG [process_frame] Updating vehicle count...
  925. 2016-03-30 07:30:55.780 DEBUG [vehicle_counter] Updating count using 0 matches...
  926. 2016-03-30 07:30:55.780 DEBUG [vehicle_counter] No match for vehicle #4. frames_since_seen=6
  927. 2016-03-30 07:30:55.780 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  928. 2016-03-30 07:30:55.780 DEBUG [root] Saving processed frame #58 as 'images/processed_0058.png'
  929. 2016-03-30 07:30:55.780 DEBUG [main] Frame #58 processed.
  930. 2016-03-30 07:30:55.790 DEBUG [main] Capturing frame #59...
  931. 2016-03-30 07:30:55.790 DEBUG [main] Got frame #59: shape=(120, 160, 3)
  932. 2016-03-30 07:30:55.790 DEBUG [main] Processing frame #59...
  933. 2016-03-30 07:30:55.790 DEBUG [root] Saving foreground mask for frame #59 as 'images/mask_0059.png'
  934. 2016-03-30 07:30:55.790 DEBUG [detect_vehicles] Found 4 vehicle contours.
  935. 2016-03-30 07:30:55.790 DEBUG [detect_vehicles] Contour #0: pos=(x=72, y=16) size=(w=19, h=15) valid=False
  936. 2016-03-30 07:30:55.790 DEBUG [detect_vehicles] Contour #1: pos=(x=157, y=1) size=(w=2, h=2) valid=False
  937. 2016-03-30 07:30:55.790 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=14, h=16) valid=False
  938. 2016-03-30 07:30:55.790 DEBUG [detect_vehicles] Contour #3: pos=(x=92, y=1) size=(w=13, h=12) valid=False
  939. 2016-03-30 07:30:55.790 DEBUG [process_frame] Found 0 valid vehicle contours.
  940. 2016-03-30 07:30:55.790 DEBUG [process_frame] Updating vehicle count...
  941. 2016-03-30 07:30:55.790 DEBUG [vehicle_counter] Updating count using 0 matches...
  942. 2016-03-30 07:30:55.790 DEBUG [vehicle_counter] No match for vehicle #4. frames_since_seen=7
  943. 2016-03-30 07:30:55.790 DEBUG [vehicle_counter] Removed vehicle #4.
  944. 2016-03-30 07:30:55.790 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  945. 2016-03-30 07:30:55.790 DEBUG [root] Saving processed frame #59 as 'images/processed_0059.png'
  946. 2016-03-30 07:30:55.790 DEBUG [main] Frame #59 processed.
  947. 2016-03-30 07:30:55.801 DEBUG [main] Capturing frame #60...
  948. 2016-03-30 07:30:55.801 DEBUG [main] Got frame #60: shape=(120, 160, 3)
  949. 2016-03-30 07:30:55.801 DEBUG [main] Processing frame #60...
  950. 2016-03-30 07:30:55.801 DEBUG [root] Saving foreground mask for frame #60 as 'images/mask_0060.png'
  951. 2016-03-30 07:30:55.801 DEBUG [detect_vehicles] Found 3 vehicle contours.
  952. 2016-03-30 07:30:55.801 DEBUG [detect_vehicles] Contour #0: pos=(x=70, y=18) size=(w=20, h=16) valid=False
  953. 2016-03-30 07:30:55.801 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=6) size=(w=15, h=13) valid=False
  954. 2016-03-30 07:30:55.801 DEBUG [detect_vehicles] Contour #2: pos=(x=92, y=2) size=(w=13, h=13) valid=False
  955. 2016-03-30 07:30:55.801 DEBUG [process_frame] Found 0 valid vehicle contours.
  956. 2016-03-30 07:30:55.801 DEBUG [process_frame] Updating vehicle count...
  957. 2016-03-30 07:30:55.801 DEBUG [vehicle_counter] Updating count using 0 matches...
  958. 2016-03-30 07:30:55.801 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  959. 2016-03-30 07:30:55.801 DEBUG [root] Saving processed frame #60 as 'images/processed_0060.png'
  960. 2016-03-30 07:30:55.801 DEBUG [main] Frame #60 processed.
  961. 2016-03-30 07:30:55.821 DEBUG [main] Capturing frame #61...
  962. 2016-03-30 07:30:55.821 DEBUG [main] Got frame #61: shape=(120, 160, 3)
  963. 2016-03-30 07:30:55.821 DEBUG [main] Processing frame #61...
  964. 2016-03-30 07:30:55.821 DEBUG [root] Saving foreground mask for frame #61 as 'images/mask_0061.png'
  965. 2016-03-30 07:30:55.821 DEBUG [detect_vehicles] Found 3 vehicle contours.
  966. 2016-03-30 07:30:55.821 DEBUG [detect_vehicles] Contour #0: pos=(x=67, y=17) size=(w=21, h=21) valid=True
  967. 2016-03-30 07:30:55.821 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=4) size=(w=15, h=18) valid=False
  968. 2016-03-30 07:30:55.821 DEBUG [detect_vehicles] Contour #2: pos=(x=91, y=4) size=(w=14, h=12) valid=False
  969. 2016-03-30 07:30:55.821 DEBUG [process_frame] Found 1 valid vehicle contours.
  970. 2016-03-30 07:30:55.821 DEBUG [process_frame] Valid vehicle contour #0: centroid=(77, 27), bounding_box=(67, 17, 21, 21)
  971. 2016-03-30 07:30:55.821 DEBUG [process_frame] Updating vehicle count...
  972. 2016-03-30 07:30:55.821 DEBUG [vehicle_counter] Updating count using 1 matches...
  973. 2016-03-30 07:30:55.821 DEBUG [vehicle_counter] Created new vehicle #5 from match (77, 27).
  974. 2016-03-30 07:30:55.821 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  975. 2016-03-30 07:30:55.821 DEBUG [root] Saving processed frame #61 as 'images/processed_0061.png'
  976. 2016-03-30 07:30:55.821 DEBUG [main] Frame #61 processed.
  977. 2016-03-30 07:30:55.841 DEBUG [main] Capturing frame #62...
  978. 2016-03-30 07:30:55.841 DEBUG [main] Got frame #62: shape=(120, 160, 3)
  979. 2016-03-30 07:30:55.841 DEBUG [main] Processing frame #62...
  980. 2016-03-30 07:30:55.841 DEBUG [root] Saving foreground mask for frame #62 as 'images/mask_0062.png'
  981. 2016-03-30 07:30:55.841 DEBUG [detect_vehicles] Found 3 vehicle contours.
  982. 2016-03-30 07:30:55.841 DEBUG [detect_vehicles] Contour #0: pos=(x=64, y=18) size=(w=23, h=24) valid=True
  983. 2016-03-30 07:30:55.841 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=6) size=(w=17, h=18) valid=False
  984. 2016-03-30 07:30:55.841 DEBUG [detect_vehicles] Contour #2: pos=(x=90, y=2) size=(w=14, h=16) valid=False
  985. 2016-03-30 07:30:55.841 DEBUG [process_frame] Found 1 valid vehicle contours.
  986. 2016-03-30 07:30:55.841 DEBUG [process_frame] Valid vehicle contour #0: centroid=(75, 30), bounding_box=(64, 18, 23, 24)
  987. 2016-03-30 07:30:55.841 DEBUG [process_frame] Updating vehicle count...
  988. 2016-03-30 07:30:55.841 DEBUG [vehicle_counter] Updating count using 1 matches...
  989. 2016-03-30 07:30:55.841 DEBUG [vehicle_counter] Added match (75, 30) to vehicle #5. vector=(3.61,33.69)
  990. 2016-03-30 07:30:55.841 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  991. 2016-03-30 07:30:55.841 DEBUG [root] Saving processed frame #62 as 'images/processed_0062.png'
  992. 2016-03-30 07:30:55.841 DEBUG [main] Frame #62 processed.
  993. 2016-03-30 07:30:55.861 DEBUG [main] Capturing frame #63...
  994. 2016-03-30 07:30:55.861 DEBUG [main] Got frame #63: shape=(120, 160, 3)
  995. 2016-03-30 07:30:55.861 DEBUG [main] Processing frame #63...
  996. 2016-03-30 07:30:55.861 DEBUG [root] Saving foreground mask for frame #63 as 'images/mask_0063.png'
  997. 2016-03-30 07:30:55.861 DEBUG [detect_vehicles] Found 3 vehicle contours.
  998. 2016-03-30 07:30:55.861 DEBUG [detect_vehicles] Contour #0: pos=(x=61, y=21) size=(w=24, h=25) valid=True
  999. 2016-03-30 07:30:55.861 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=8) size=(w=17, h=19) valid=False
  1000. 2016-03-30 07:30:55.861 DEBUG [detect_vehicles] Contour #2: pos=(x=89, y=7) size=(w=15, h=14) valid=False
  1001. 2016-03-30 07:30:55.861 DEBUG [process_frame] Found 1 valid vehicle contours.
  1002. 2016-03-30 07:30:55.861 DEBUG [process_frame] Valid vehicle contour #0: centroid=(73, 33), bounding_box=(61, 21, 24, 25)
  1003. 2016-03-30 07:30:55.861 DEBUG [process_frame] Updating vehicle count...
  1004. 2016-03-30 07:30:55.861 DEBUG [vehicle_counter] Updating count using 1 matches...
  1005. 2016-03-30 07:30:55.861 DEBUG [vehicle_counter] Added match (73, 33) to vehicle #5. vector=(3.61,33.69)
  1006. 2016-03-30 07:30:55.861 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1007. 2016-03-30 07:30:55.861 DEBUG [root] Saving processed frame #63 as 'images/processed_0063.png'
  1008. 2016-03-30 07:30:55.861 DEBUG [main] Frame #63 processed.
  1009. 2016-03-30 07:30:55.871 DEBUG [main] Capturing frame #64...
  1010. 2016-03-30 07:30:55.871 DEBUG [main] Got frame #64: shape=(120, 160, 3)
  1011. 2016-03-30 07:30:55.871 DEBUG [main] Processing frame #64...
  1012. 2016-03-30 07:30:55.871 DEBUG [root] Saving foreground mask for frame #64 as 'images/mask_0064.png'
  1013. 2016-03-30 07:30:55.871 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1014. 2016-03-30 07:30:55.871 DEBUG [detect_vehicles] Contour #0: pos=(x=58, y=24) size=(w=25, h=27) valid=True
  1015. 2016-03-30 07:30:55.871 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=10) size=(w=18, h=20) valid=False
  1016. 2016-03-30 07:30:55.871 DEBUG [detect_vehicles] Contour #2: pos=(x=88, y=9) size=(w=16, h=14) valid=False
  1017. 2016-03-30 07:30:55.871 DEBUG [process_frame] Found 1 valid vehicle contours.
  1018. 2016-03-30 07:30:55.871 DEBUG [process_frame] Valid vehicle contour #0: centroid=(70, 37), bounding_box=(58, 24, 25, 27)
  1019. 2016-03-30 07:30:55.871 DEBUG [process_frame] Updating vehicle count...
  1020. 2016-03-30 07:30:55.871 DEBUG [vehicle_counter] Updating count using 1 matches...
  1021. 2016-03-30 07:30:55.871 DEBUG [vehicle_counter] Added match (70, 37) to vehicle #5. vector=(5.00,36.87)
  1022. 2016-03-30 07:30:55.871 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1023. 2016-03-30 07:30:55.871 DEBUG [root] Saving processed frame #64 as 'images/processed_0064.png'
  1024. 2016-03-30 07:30:55.871 DEBUG [main] Frame #64 processed.
  1025. 2016-03-30 07:30:55.881 DEBUG [main] Capturing frame #65...
  1026. 2016-03-30 07:30:55.881 DEBUG [main] Got frame #65: shape=(120, 160, 3)
  1027. 2016-03-30 07:30:55.881 DEBUG [main] Processing frame #65...
  1028. 2016-03-30 07:30:55.881 DEBUG [root] Saving foreground mask for frame #65 as 'images/mask_0065.png'
  1029. 2016-03-30 07:30:55.881 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1030. 2016-03-30 07:30:55.881 DEBUG [detect_vehicles] Contour #0: pos=(x=54, y=28) size=(w=27, h=28) valid=True
  1031. 2016-03-30 07:30:55.881 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=12) size=(w=18, h=22) valid=False
  1032. 2016-03-30 07:30:55.881 DEBUG [detect_vehicles] Contour #2: pos=(x=87, y=7) size=(w=17, h=19) valid=False
  1033. 2016-03-30 07:30:55.881 DEBUG [process_frame] Found 1 valid vehicle contours.
  1034. 2016-03-30 07:30:55.881 DEBUG [process_frame] Valid vehicle contour #0: centroid=(67, 42), bounding_box=(54, 28, 27, 28)
  1035. 2016-03-30 07:30:55.881 DEBUG [process_frame] Updating vehicle count...
  1036. 2016-03-30 07:30:55.881 DEBUG [vehicle_counter] Updating count using 1 matches...
  1037. 2016-03-30 07:30:55.881 DEBUG [vehicle_counter] Added match (67, 42) to vehicle #5. vector=(5.83,30.96)
  1038. 2016-03-30 07:30:55.881 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1039. 2016-03-30 07:30:55.881 DEBUG [root] Saving processed frame #65 as 'images/processed_0065.png'
  1040. 2016-03-30 07:30:55.881 DEBUG [main] Frame #65 processed.
  1041. 2016-03-30 07:30:55.901 DEBUG [main] Capturing frame #66...
  1042. 2016-03-30 07:30:55.901 DEBUG [main] Got frame #66: shape=(120, 160, 3)
  1043. 2016-03-30 07:30:55.901 DEBUG [main] Processing frame #66...
  1044. 2016-03-30 07:30:55.901 DEBUG [root] Saving foreground mask for frame #66 as 'images/mask_0066.png'
  1045. 2016-03-30 07:30:55.901 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1046. 2016-03-30 07:30:55.901 DEBUG [detect_vehicles] Contour #0: pos=(x=49, y=32) size=(w=29, h=31) valid=True
  1047. 2016-03-30 07:30:55.901 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=15) size=(w=20, h=23) valid=False
  1048. 2016-03-30 07:30:55.901 DEBUG [detect_vehicles] Contour #2: pos=(x=86, y=9) size=(w=17, h=20) valid=False
  1049. 2016-03-30 07:30:55.901 DEBUG [process_frame] Found 1 valid vehicle contours.
  1050. 2016-03-30 07:30:55.901 DEBUG [process_frame] Valid vehicle contour #0: centroid=(63, 47), bounding_box=(49, 32, 29, 31)
  1051. 2016-03-30 07:30:55.901 DEBUG [process_frame] Updating vehicle count...
  1052. 2016-03-30 07:30:55.901 DEBUG [vehicle_counter] Updating count using 1 matches...
  1053. 2016-03-30 07:30:55.901 DEBUG [vehicle_counter] Added match (63, 47) to vehicle #5. vector=(6.40,38.66)
  1054. 2016-03-30 07:30:55.901 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1055. 2016-03-30 07:30:55.901 DEBUG [root] Saving processed frame #66 as 'images/processed_0066.png'
  1056. 2016-03-30 07:30:55.901 DEBUG [main] Frame #66 processed.
  1057. 2016-03-30 07:30:55.911 DEBUG [main] Capturing frame #67...
  1058. 2016-03-30 07:30:55.911 DEBUG [main] Got frame #67: shape=(120, 160, 3)
  1059. 2016-03-30 07:30:55.911 DEBUG [main] Processing frame #67...
  1060. 2016-03-30 07:30:55.911 DEBUG [root] Saving foreground mask for frame #67 as 'images/mask_0067.png'
  1061. 2016-03-30 07:30:55.911 DEBUG [detect_vehicles] Found 4 vehicle contours.
  1062. 2016-03-30 07:30:55.911 DEBUG [detect_vehicles] Contour #0: pos=(x=44, y=36) size=(w=31, h=34) valid=True
  1063. 2016-03-30 07:30:55.911 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=18) size=(w=21, h=25) valid=True
  1064. 2016-03-30 07:30:55.911 DEBUG [detect_vehicles] Contour #2: pos=(x=85, y=11) size=(w=18, h=21) valid=False
  1065. 2016-03-30 07:30:55.911 DEBUG [detect_vehicles] Contour #3: pos=(x=112, y=1) size=(w=9, h=3) valid=False
  1066. 2016-03-30 07:30:55.911 DEBUG [process_frame] Found 2 valid vehicle contours.
  1067. 2016-03-30 07:30:55.911 DEBUG [process_frame] Valid vehicle contour #0: centroid=(59, 53), bounding_box=(44, 36, 31, 34)
  1068. 2016-03-30 07:30:55.911 DEBUG [process_frame] Valid vehicle contour #1: centroid=(119, 30), bounding_box=(109, 18, 21, 25)
  1069. 2016-03-30 07:30:55.911 DEBUG [process_frame] Updating vehicle count...
  1070. 2016-03-30 07:30:55.911 DEBUG [vehicle_counter] Updating count using 2 matches...
  1071. 2016-03-30 07:30:55.911 DEBUG [vehicle_counter] Added match (59, 53) to vehicle #5. vector=(7.21,33.69)
  1072. 2016-03-30 07:30:55.911 DEBUG [vehicle_counter] Created new vehicle #6 from match (119, 30).
  1073. 2016-03-30 07:30:55.911 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1074. 2016-03-30 07:30:55.911 DEBUG [root] Saving processed frame #67 as 'images/processed_0067.png'
  1075. 2016-03-30 07:30:55.911 DEBUG [main] Frame #67 processed.
  1076. 2016-03-30 07:30:55.930 DEBUG [main] Capturing frame #68...
  1077. 2016-03-30 07:30:55.930 DEBUG [main] Got frame #68: shape=(120, 160, 3)
  1078. 2016-03-30 07:30:55.930 DEBUG [main] Processing frame #68...
  1079. 2016-03-30 07:30:55.930 DEBUG [root] Saving foreground mask for frame #68 as 'images/mask_0068.png'
  1080. 2016-03-30 07:30:55.930 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1081. 2016-03-30 07:30:55.930 DEBUG [detect_vehicles] Contour #0: pos=(x=38, y=41) size=(w=34, h=37) valid=True
  1082. 2016-03-30 07:30:55.930 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=21) size=(w=22, h=27) valid=True
  1083. 2016-03-30 07:30:55.930 DEBUG [detect_vehicles] Contour #2: pos=(x=83, y=14) size=(w=18, h=22) valid=False
  1084. 2016-03-30 07:30:55.930 DEBUG [process_frame] Found 2 valid vehicle contours.
  1085. 2016-03-30 07:30:55.930 DEBUG [process_frame] Valid vehicle contour #0: centroid=(55, 59), bounding_box=(38, 41, 34, 37)
  1086. 2016-03-30 07:30:55.930 DEBUG [process_frame] Valid vehicle contour #1: centroid=(120, 34), bounding_box=(109, 21, 22, 27)
  1087. 2016-03-30 07:30:55.930 DEBUG [process_frame] Updating vehicle count...
  1088. 2016-03-30 07:30:55.930 DEBUG [vehicle_counter] Updating count using 2 matches...
  1089. 2016-03-30 07:30:55.930 DEBUG [vehicle_counter] Added match (55, 59) to vehicle #5. vector=(7.21,33.69)
  1090. 2016-03-30 07:30:55.930 DEBUG [vehicle_counter] Added match (120, 34) to vehicle #6. vector=(4.12,-14.04)
  1091. 2016-03-30 07:30:55.930 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1092. 2016-03-30 07:30:55.930 DEBUG [root] Saving processed frame #68 as 'images/processed_0068.png'
  1093. 2016-03-30 07:30:55.930 DEBUG [main] Frame #68 processed.
  1094. 2016-03-30 07:30:55.950 DEBUG [main] Capturing frame #69...
  1095. 2016-03-30 07:30:55.950 DEBUG [main] Got frame #69: shape=(120, 160, 3)
  1096. 2016-03-30 07:30:55.950 DEBUG [main] Processing frame #69...
  1097. 2016-03-30 07:30:55.950 DEBUG [root] Saving foreground mask for frame #69 as 'images/mask_0069.png'
  1098. 2016-03-30 07:30:55.950 DEBUG [detect_vehicles] Found 4 vehicle contours.
  1099. 2016-03-30 07:30:55.950 DEBUG [detect_vehicles] Contour #0: pos=(x=30, y=47) size=(w=38, h=41) valid=True
  1100. 2016-03-30 07:30:55.950 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=25) size=(w=23, h=29) valid=True
  1101. 2016-03-30 07:30:55.950 DEBUG [detect_vehicles] Contour #2: pos=(x=82, y=16) size=(w=20, h=24) valid=False
  1102. 2016-03-30 07:30:55.950 DEBUG [detect_vehicles] Contour #3: pos=(x=112, y=1) size=(w=7, h=5) valid=False
  1103. 2016-03-30 07:30:55.950 DEBUG [process_frame] Found 2 valid vehicle contours.
  1104. 2016-03-30 07:30:55.950 DEBUG [process_frame] Valid vehicle contour #0: centroid=(49, 67), bounding_box=(30, 47, 38, 41)
  1105. 2016-03-30 07:30:55.950 DEBUG [process_frame] Valid vehicle contour #1: centroid=(120, 39), bounding_box=(109, 25, 23, 29)
  1106. 2016-03-30 07:30:55.950 DEBUG [process_frame] Updating vehicle count...
  1107. 2016-03-30 07:30:55.950 DEBUG [vehicle_counter] Updating count using 2 matches...
  1108. 2016-03-30 07:30:55.950 DEBUG [vehicle_counter] Added match (49, 67) to vehicle #5. vector=(10.00,36.87)
  1109. 2016-03-30 07:30:55.950 DEBUG [vehicle_counter] Added match (120, 39) to vehicle #6. vector=(5.00,-0.00)
  1110. 2016-03-30 07:30:55.950 DEBUG [vehicle_counter] Counted vehicle #5 (total count=5).
  1111. 2016-03-30 07:30:55.950 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1112. 2016-03-30 07:30:55.950 DEBUG [root] Saving processed frame #69 as 'images/processed_0069.png'
  1113. 2016-03-30 07:30:55.950 DEBUG [main] Frame #69 processed.
  1114. 2016-03-30 07:30:55.970 DEBUG [main] Capturing frame #70...
  1115. 2016-03-30 07:30:55.970 DEBUG [main] Got frame #70: shape=(120, 160, 3)
  1116. 2016-03-30 07:30:55.970 DEBUG [main] Processing frame #70...
  1117. 2016-03-30 07:30:55.970 DEBUG [root] Saving foreground mask for frame #70 as 'images/mask_0070.png'
  1118. 2016-03-30 07:30:55.970 DEBUG [detect_vehicles] Found 5 vehicle contours.
  1119. 2016-03-30 07:30:55.970 DEBUG [detect_vehicles] Contour #0: pos=(x=22, y=51) size=(w=42, h=48) valid=True
  1120. 2016-03-30 07:30:55.970 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=42) size=(w=25, h=20) valid=False
  1121. 2016-03-30 07:30:55.970 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=29) size=(w=19, h=12) valid=False
  1122. 2016-03-30 07:30:55.970 DEBUG [detect_vehicles] Contour #3: pos=(x=80, y=19) size=(w=20, h=26) valid=False
  1123. 2016-03-30 07:30:55.970 DEBUG [detect_vehicles] Contour #4: pos=(x=111, y=1) size=(w=12, h=6) valid=False
  1124. 2016-03-30 07:30:55.970 DEBUG [process_frame] Found 1 valid vehicle contours.
  1125. 2016-03-30 07:30:55.970 DEBUG [process_frame] Valid vehicle contour #0: centroid=(43, 75), bounding_box=(22, 51, 42, 48)
  1126. 2016-03-30 07:30:55.970 DEBUG [process_frame] Updating vehicle count...
  1127. 2016-03-30 07:30:55.970 DEBUG [vehicle_counter] Updating count using 1 matches...
  1128. 2016-03-30 07:30:55.970 DEBUG [vehicle_counter] Added match (43, 75) to vehicle #5. vector=(10.00,36.87)
  1129. 2016-03-30 07:30:55.970 DEBUG [vehicle_counter] No match for vehicle #6. frames_since_seen=1
  1130. 2016-03-30 07:30:55.970 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1131. 2016-03-30 07:30:55.970 DEBUG [root] Saving processed frame #70 as 'images/processed_0070.png'
  1132. 2016-03-30 07:30:55.970 DEBUG [main] Frame #70 processed.
  1133. 2016-03-30 07:30:55.980 DEBUG [main] Capturing frame #71...
  1134. 2016-03-30 07:30:55.980 DEBUG [main] Got frame #71: shape=(120, 160, 3)
  1135. 2016-03-30 07:30:55.980 DEBUG [main] Processing frame #71...
  1136. 2016-03-30 07:30:55.980 DEBUG [root] Saving foreground mask for frame #71 as 'images/mask_0071.png'
  1137. 2016-03-30 07:30:55.980 DEBUG [detect_vehicles] Found 5 vehicle contours.
  1138. 2016-03-30 07:30:55.980 DEBUG [detect_vehicles] Contour #0: pos=(x=12, y=60) size=(w=48, h=51) valid=True
  1139. 2016-03-30 07:30:55.980 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=48) size=(w=27, h=23) valid=True
  1140. 2016-03-30 07:30:55.980 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=33) size=(w=22, h=14) valid=False
  1141. 2016-03-30 07:30:55.980 DEBUG [detect_vehicles] Contour #3: pos=(x=78, y=23) size=(w=21, h=28) valid=True
  1142. 2016-03-30 07:30:55.980 DEBUG [detect_vehicles] Contour #4: pos=(x=111, y=1) size=(w=12, h=8) valid=False
  1143. 2016-03-30 07:30:55.980 DEBUG [process_frame] Found 3 valid vehicle contours.
  1144. 2016-03-30 07:30:55.980 DEBUG [process_frame] Valid vehicle contour #0: centroid=(36, 85), bounding_box=(12, 60, 48, 51)
  1145. 2016-03-30 07:30:55.980 DEBUG [process_frame] Valid vehicle contour #1: centroid=(122, 59), bounding_box=(109, 48, 27, 23)
  1146. 2016-03-30 07:30:55.980 DEBUG [process_frame] Valid vehicle contour #2: centroid=(88, 37), bounding_box=(78, 23, 21, 28)
  1147. 2016-03-30 07:30:55.980 DEBUG [process_frame] Updating vehicle count...
  1148. 2016-03-30 07:30:55.980 DEBUG [vehicle_counter] Updating count using 3 matches...
  1149. 2016-03-30 07:30:55.980 DEBUG [vehicle_counter] Added match (36, 85) to vehicle #5. vector=(12.21,34.99)
  1150. 2016-03-30 07:30:55.980 DEBUG [vehicle_counter] Added match (122, 59) to vehicle #6. vector=(20.10,-5.71)
  1151. 2016-03-30 07:30:55.980 DEBUG [vehicle_counter] Created new vehicle #7 from match (88, 37).
  1152. 2016-03-30 07:30:55.980 DEBUG [vehicle_counter] Count updated, tracking 3 vehicles.
  1153. 2016-03-30 07:30:55.980 DEBUG [root] Saving processed frame #71 as 'images/processed_0071.png'
  1154. 2016-03-30 07:30:55.980 DEBUG [main] Frame #71 processed.
  1155. 2016-03-30 07:30:56.000 DEBUG [main] Capturing frame #72...
  1156. 2016-03-30 07:30:56.000 DEBUG [main] Got frame #72: shape=(120, 160, 3)
  1157. 2016-03-30 07:30:56.000 DEBUG [main] Processing frame #72...
  1158. 2016-03-30 07:30:56.000 DEBUG [root] Saving foreground mask for frame #72 as 'images/mask_0072.png'
  1159. 2016-03-30 07:30:56.000 DEBUG [detect_vehicles] Found 4 vehicle contours.
  1160. 2016-03-30 07:30:56.000 DEBUG [detect_vehicles] Contour #0: pos=(x=1, y=65) size=(w=53, h=54) valid=True
  1161. 2016-03-30 07:30:56.000 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=39) size=(w=29, h=42) valid=True
  1162. 2016-03-30 07:30:56.000 DEBUG [detect_vehicles] Contour #2: pos=(x=75, y=26) size=(w=24, h=31) valid=True
  1163. 2016-03-30 07:30:56.000 DEBUG [detect_vehicles] Contour #3: pos=(x=112, y=1) size=(w=12, h=9) valid=False
  1164. 2016-03-30 07:30:56.000 DEBUG [process_frame] Found 3 valid vehicle contours.
  1165. 2016-03-30 07:30:56.000 DEBUG [process_frame] Valid vehicle contour #0: centroid=(27, 92), bounding_box=(1, 65, 53, 54)
  1166. 2016-03-30 07:30:56.000 DEBUG [process_frame] Valid vehicle contour #1: centroid=(123, 60), bounding_box=(109, 39, 29, 42)
  1167. 2016-03-30 07:30:56.000 DEBUG [process_frame] Valid vehicle contour #2: centroid=(87, 41), bounding_box=(75, 26, 24, 31)
  1168. 2016-03-30 07:30:56.000 DEBUG [process_frame] Updating vehicle count...
  1169. 2016-03-30 07:30:56.000 DEBUG [vehicle_counter] Updating count using 3 matches...
  1170. 2016-03-30 07:30:56.000 DEBUG [vehicle_counter] Added match (27, 92) to vehicle #5. vector=(11.40,52.13)
  1171. 2016-03-30 07:30:56.000 DEBUG [vehicle_counter] Added match (123, 60) to vehicle #6. vector=(1.41,-45.00)
  1172. 2016-03-30 07:30:56.000 DEBUG [vehicle_counter] Added match (87, 41) to vehicle #7. vector=(4.12,14.04)
  1173. 2016-03-30 07:30:56.000 DEBUG [vehicle_counter] Count updated, tracking 3 vehicles.
  1174. 2016-03-30 07:30:56.000 DEBUG [root] Saving processed frame #72 as 'images/processed_0072.png'
  1175. 2016-03-30 07:30:56.000 DEBUG [main] Frame #72 processed.
  1176. 2016-03-30 07:30:56.020 DEBUG [main] Capturing frame #73...
  1177. 2016-03-30 07:30:56.020 DEBUG [main] Got frame #73: shape=(120, 160, 3)
  1178. 2016-03-30 07:30:56.020 DEBUG [main] Processing frame #73...
  1179. 2016-03-30 07:30:56.020 DEBUG [root] Saving foreground mask for frame #73 as 'images/mask_0073.png'
  1180. 2016-03-30 07:30:56.020 DEBUG [detect_vehicles] Found 4 vehicle contours.
  1181. 2016-03-30 07:30:56.020 DEBUG [detect_vehicles] Contour #0: pos=(x=1, y=75) size=(w=47, h=44) valid=True
  1182. 2016-03-30 07:30:56.020 DEBUG [detect_vehicles] Contour #1: pos=(x=107, y=45) size=(w=34, h=50) valid=True
  1183. 2016-03-30 07:30:56.020 DEBUG [detect_vehicles] Contour #2: pos=(x=73, y=30) size=(w=25, h=36) valid=True
  1184. 2016-03-30 07:30:56.020 DEBUG [detect_vehicles] Contour #3: pos=(x=112, y=1) size=(w=12, h=10) valid=False
  1185. 2016-03-30 07:30:56.020 DEBUG [process_frame] Found 3 valid vehicle contours.
  1186. 2016-03-30 07:30:56.020 DEBUG [process_frame] Valid vehicle contour #0: centroid=(24, 97), bounding_box=(1, 75, 47, 44)
  1187. 2016-03-30 07:30:56.020 DEBUG [process_frame] Valid vehicle contour #1: centroid=(124, 70), bounding_box=(107, 45, 34, 50)
  1188. 2016-03-30 07:30:56.020 DEBUG [process_frame] Valid vehicle contour #2: centroid=(85, 48), bounding_box=(73, 30, 25, 36)
  1189. 2016-03-30 07:30:56.020 DEBUG [process_frame] Updating vehicle count...
  1190. 2016-03-30 07:30:56.020 DEBUG [vehicle_counter] Updating count using 3 matches...
  1191. 2016-03-30 07:30:56.020 DEBUG [vehicle_counter] Added match (24, 97) to vehicle #5. vector=(5.83,30.96)
  1192. 2016-03-30 07:30:56.020 DEBUG [vehicle_counter] Added match (124, 70) to vehicle #6. vector=(10.05,-5.71)
  1193. 2016-03-30 07:30:56.020 DEBUG [vehicle_counter] Added match (85, 48) to vehicle #7. vector=(7.28,15.95)
  1194. 2016-03-30 07:30:56.020 DEBUG [vehicle_counter] Counted vehicle #6 (total count=6).
  1195. 2016-03-30 07:30:56.020 DEBUG [vehicle_counter] Count updated, tracking 3 vehicles.
  1196. 2016-03-30 07:30:56.020 DEBUG [root] Saving processed frame #73 as 'images/processed_0073.png'
  1197. 2016-03-30 07:30:56.020 DEBUG [main] Frame #73 processed.
  1198. 2016-03-30 07:30:56.040 DEBUG [main] Capturing frame #74...
  1199. 2016-03-30 07:30:56.040 DEBUG [main] Got frame #74: shape=(120, 160, 3)
  1200. 2016-03-30 07:30:56.040 DEBUG [main] Processing frame #74...
  1201. 2016-03-30 07:30:56.040 DEBUG [root] Saving foreground mask for frame #74 as 'images/mask_0074.png'
  1202. 2016-03-30 07:30:56.040 DEBUG [detect_vehicles] Found 4 vehicle contours.
  1203. 2016-03-30 07:30:56.040 DEBUG [detect_vehicles] Contour #0: pos=(x=1, y=86) size=(w=39, h=33) valid=True
  1204. 2016-03-30 07:30:56.040 DEBUG [detect_vehicles] Contour #1: pos=(x=107, y=53) size=(w=37, h=59) valid=True
  1205. 2016-03-30 07:30:56.040 DEBUG [detect_vehicles] Contour #2: pos=(x=69, y=35) size=(w=27, h=40) valid=True
  1206. 2016-03-30 07:30:56.040 DEBUG [detect_vehicles] Contour #3: pos=(x=111, y=1) size=(w=14, h=12) valid=False
  1207. 2016-03-30 07:30:56.040 DEBUG [process_frame] Found 3 valid vehicle contours.
  1208. 2016-03-30 07:30:56.040 DEBUG [process_frame] Valid vehicle contour #0: centroid=(20, 102), bounding_box=(1, 86, 39, 33)
  1209. 2016-03-30 07:30:56.040 DEBUG [process_frame] Valid vehicle contour #1: centroid=(125, 82), bounding_box=(107, 53, 37, 59)
  1210. 2016-03-30 07:30:56.040 DEBUG [process_frame] Valid vehicle contour #2: centroid=(82, 55), bounding_box=(69, 35, 27, 40)
  1211. 2016-03-30 07:30:56.040 DEBUG [process_frame] Updating vehicle count...
  1212. 2016-03-30 07:30:56.040 DEBUG [vehicle_counter] Updating count using 3 matches...
  1213. 2016-03-30 07:30:56.040 DEBUG [vehicle_counter] Added match (20, 102) to vehicle #5. vector=(6.40,38.66)
  1214. 2016-03-30 07:30:56.040 DEBUG [vehicle_counter] Added match (125, 82) to vehicle #6. vector=(12.04,-4.76)
  1215. 2016-03-30 07:30:56.040 DEBUG [vehicle_counter] Added match (82, 55) to vehicle #7. vector=(7.62,23.20)
  1216. 2016-03-30 07:30:56.040 DEBUG [vehicle_counter] Count updated, tracking 3 vehicles.
  1217. 2016-03-30 07:30:56.040 DEBUG [root] Saving processed frame #74 as 'images/processed_0074.png'
  1218. 2016-03-30 07:30:56.040 DEBUG [main] Frame #74 processed.
  1219. 2016-03-30 07:30:56.061 DEBUG [main] Capturing frame #75...
  1220. 2016-03-30 07:30:56.061 DEBUG [main] Got frame #75: shape=(120, 160, 3)
  1221. 2016-03-30 07:30:56.061 DEBUG [main] Processing frame #75...
  1222. 2016-03-30 07:30:56.061 DEBUG [root] Saving foreground mask for frame #75 as 'images/mask_0075.png'
  1223. 2016-03-30 07:30:56.061 DEBUG [detect_vehicles] Found 4 vehicle contours.
  1224. 2016-03-30 07:30:56.061 DEBUG [detect_vehicles] Contour #0: pos=(x=1, y=101) size=(w=29, h=18) valid=False
  1225. 2016-03-30 07:30:56.061 DEBUG [detect_vehicles] Contour #1: pos=(x=106, y=63) size=(w=42, h=56) valid=True
  1226. 2016-03-30 07:30:56.061 DEBUG [detect_vehicles] Contour #2: pos=(x=64, y=41) size=(w=31, h=45) valid=True
  1227. 2016-03-30 07:30:56.061 DEBUG [detect_vehicles] Contour #3: pos=(x=111, y=3) size=(w=14, h=12) valid=False
  1228. 2016-03-30 07:30:56.061 DEBUG [process_frame] Found 2 valid vehicle contours.
  1229. 2016-03-30 07:30:56.061 DEBUG [process_frame] Valid vehicle contour #0: centroid=(127, 91), bounding_box=(106, 63, 42, 56)
  1230. 2016-03-30 07:30:56.061 DEBUG [process_frame] Valid vehicle contour #1: centroid=(79, 63), bounding_box=(64, 41, 31, 45)
  1231. 2016-03-30 07:30:56.061 DEBUG [process_frame] Updating vehicle count...
  1232. 2016-03-30 07:30:56.061 DEBUG [vehicle_counter] Updating count using 2 matches...
  1233. 2016-03-30 07:30:56.061 DEBUG [vehicle_counter] No match for vehicle #5. frames_since_seen=1
  1234. 2016-03-30 07:30:56.061 DEBUG [vehicle_counter] Added match (127, 91) to vehicle #6. vector=(9.22,-12.53)
  1235. 2016-03-30 07:30:56.061 DEBUG [vehicle_counter] Added match (79, 63) to vehicle #7. vector=(8.54,20.56)
  1236. 2016-03-30 07:30:56.061 DEBUG [vehicle_counter] Counted vehicle #7 (total count=7).
  1237. 2016-03-30 07:30:56.061 DEBUG [vehicle_counter] Count updated, tracking 3 vehicles.
  1238. 2016-03-30 07:30:56.061 DEBUG [root] Saving processed frame #75 as 'images/processed_0075.png'
  1239. 2016-03-30 07:30:56.071 DEBUG [main] Frame #75 processed.
  1240. 2016-03-30 07:30:56.091 DEBUG [main] Capturing frame #76...
  1241. 2016-03-30 07:30:56.091 DEBUG [main] Got frame #76: shape=(120, 160, 3)
  1242. 2016-03-30 07:30:56.091 DEBUG [main] Processing frame #76...
  1243. 2016-03-30 07:30:56.091 DEBUG [root] Saving foreground mask for frame #76 as 'images/mask_0076.png'
  1244. 2016-03-30 07:30:56.091 DEBUG [detect_vehicles] Found 5 vehicle contours.
  1245. 2016-03-30 07:30:56.091 DEBUG [detect_vehicles] Contour #0: pos=(x=144, y=110) size=(w=7, h=7) valid=False
  1246. 2016-03-30 07:30:56.091 DEBUG [detect_vehicles] Contour #1: pos=(x=105, y=75) size=(w=42, h=44) valid=True
  1247. 2016-03-30 07:30:56.091 DEBUG [detect_vehicles] Contour #2: pos=(x=58, y=48) size=(w=37, h=53) valid=True
  1248. 2016-03-30 07:30:56.091 DEBUG [detect_vehicles] Contour #3: pos=(x=112, y=5) size=(w=14, h=12) valid=False
  1249. 2016-03-30 07:30:56.091 DEBUG [detect_vehicles] Contour #4: pos=(x=102, y=1) size=(w=10, h=3) valid=False
  1250. 2016-03-30 07:30:56.091 DEBUG [process_frame] Found 2 valid vehicle contours.
  1251. 2016-03-30 07:30:56.091 DEBUG [process_frame] Valid vehicle contour #0: centroid=(126, 97), bounding_box=(105, 75, 42, 44)
  1252. 2016-03-30 07:30:56.091 DEBUG [process_frame] Valid vehicle contour #1: centroid=(76, 74), bounding_box=(58, 48, 37, 53)
  1253. 2016-03-30 07:30:56.091 DEBUG [process_frame] Updating vehicle count...
  1254. 2016-03-30 07:30:56.091 DEBUG [vehicle_counter] Updating count using 2 matches...
  1255. 2016-03-30 07:30:56.091 DEBUG [vehicle_counter] No match for vehicle #5. frames_since_seen=2
  1256. 2016-03-30 07:30:56.091 DEBUG [vehicle_counter] Added match (126, 97) to vehicle #6. vector=(6.08,9.46)
  1257. 2016-03-30 07:30:56.091 DEBUG [vehicle_counter] Added match (76, 74) to vehicle #7. vector=(11.40,15.26)
  1258. 2016-03-30 07:30:56.091 DEBUG [vehicle_counter] Count updated, tracking 3 vehicles.
  1259. 2016-03-30 07:30:56.091 DEBUG [root] Saving processed frame #76 as 'images/processed_0076.png'
  1260. 2016-03-30 07:30:56.091 DEBUG [main] Frame #76 processed.
  1261. 2016-03-30 07:30:56.121 DEBUG [main] Capturing frame #77...
  1262. 2016-03-30 07:30:56.121 DEBUG [main] Got frame #77: shape=(120, 160, 3)
  1263. 2016-03-30 07:30:56.121 DEBUG [main] Processing frame #77...
  1264. 2016-03-30 07:30:56.121 DEBUG [root] Saving foreground mask for frame #77 as 'images/mask_0077.png'
  1265. 2016-03-30 07:30:56.121 DEBUG [detect_vehicles] Found 4 vehicle contours.
  1266. 2016-03-30 07:30:56.121 DEBUG [detect_vehicles] Contour #0: pos=(x=106, y=90) size=(w=44, h=29) valid=True
  1267. 2016-03-30 07:30:56.121 DEBUG [detect_vehicles] Contour #1: pos=(x=51, y=55) size=(w=42, h=64) valid=True
  1268. 2016-03-30 07:30:56.121 DEBUG [detect_vehicles] Contour #2: pos=(x=111, y=6) size=(w=16, h=13) valid=False
  1269. 2016-03-30 07:30:56.121 DEBUG [detect_vehicles] Contour #3: pos=(x=100, y=1) size=(w=13, h=4) valid=False
  1270. 2016-03-30 07:30:56.121 DEBUG [process_frame] Found 2 valid vehicle contours.
  1271. 2016-03-30 07:30:56.121 DEBUG [process_frame] Valid vehicle contour #0: centroid=(128, 104), bounding_box=(106, 90, 44, 29)
  1272. 2016-03-30 07:30:56.121 DEBUG [process_frame] Valid vehicle contour #1: centroid=(72, 87), bounding_box=(51, 55, 42, 64)
  1273. 2016-03-30 07:30:56.121 DEBUG [process_frame] Updating vehicle count...
  1274. 2016-03-30 07:30:56.121 DEBUG [vehicle_counter] Updating count using 2 matches...
  1275. 2016-03-30 07:30:56.121 DEBUG [vehicle_counter] No match for vehicle #5. frames_since_seen=3
  1276. 2016-03-30 07:30:56.121 DEBUG [vehicle_counter] Added match (128, 104) to vehicle #6. vector=(7.28,-15.95)
  1277. 2016-03-30 07:30:56.121 DEBUG [vehicle_counter] Added match (72, 87) to vehicle #7. vector=(13.60,17.10)
  1278. 2016-03-30 07:30:56.121 DEBUG [vehicle_counter] Count updated, tracking 3 vehicles.
  1279. 2016-03-30 07:30:56.121 DEBUG [root] Saving processed frame #77 as 'images/processed_0077.png'
  1280. 2016-03-30 07:30:56.121 DEBUG [main] Frame #77 processed.
  1281. 2016-03-30 07:30:56.131 DEBUG [main] Capturing frame #78...
  1282. 2016-03-30 07:30:56.131 DEBUG [main] Got frame #78: shape=(120, 160, 3)
  1283. 2016-03-30 07:30:56.131 DEBUG [main] Processing frame #78...
  1284. 2016-03-30 07:30:56.131 DEBUG [root] Saving foreground mask for frame #78 as 'images/mask_0078.png'
  1285. 2016-03-30 07:30:56.131 DEBUG [detect_vehicles] Found 4 vehicle contours.
  1286. 2016-03-30 07:30:56.131 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=109) size=(w=39, h=10) valid=False
  1287. 2016-03-30 07:30:56.131 DEBUG [detect_vehicles] Contour #1: pos=(x=45, y=66) size=(w=44, h=53) valid=True
  1288. 2016-03-30 07:30:56.131 DEBUG [detect_vehicles] Contour #2: pos=(x=112, y=8) size=(w=15, h=13) valid=False
  1289. 2016-03-30 07:30:56.131 DEBUG [detect_vehicles] Contour #3: pos=(x=100, y=1) size=(w=13, h=6) valid=False
  1290. 2016-03-30 07:30:56.131 DEBUG [process_frame] Found 1 valid vehicle contours.
  1291. 2016-03-30 07:30:56.131 DEBUG [process_frame] Valid vehicle contour #0: centroid=(67, 92), bounding_box=(45, 66, 44, 53)
  1292. 2016-03-30 07:30:56.131 DEBUG [process_frame] Updating vehicle count...
  1293. 2016-03-30 07:30:56.131 DEBUG [vehicle_counter] Updating count using 1 matches...
  1294. 2016-03-30 07:30:56.131 DEBUG [vehicle_counter] No match for vehicle #5. frames_since_seen=4
  1295. 2016-03-30 07:30:56.131 DEBUG [vehicle_counter] No match for vehicle #6. frames_since_seen=1
  1296. 2016-03-30 07:30:56.131 DEBUG [vehicle_counter] Added match (67, 92) to vehicle #7. vector=(7.07,45.00)
  1297. 2016-03-30 07:30:56.131 DEBUG [vehicle_counter] Count updated, tracking 3 vehicles.
  1298. 2016-03-30 07:30:56.131 DEBUG [root] Saving processed frame #78 as 'images/processed_0078.png'
  1299. 2016-03-30 07:30:56.131 DEBUG [main] Frame #78 processed.
  1300. 2016-03-30 07:30:56.151 DEBUG [main] Capturing frame #79...
  1301. 2016-03-30 07:30:56.151 DEBUG [main] Got frame #79: shape=(120, 160, 3)
  1302. 2016-03-30 07:30:56.151 DEBUG [main] Processing frame #79...
  1303. 2016-03-30 07:30:56.151 DEBUG [root] Saving foreground mask for frame #79 as 'images/mask_0079.png'
  1304. 2016-03-30 07:30:56.151 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1305. 2016-03-30 07:30:56.151 DEBUG [detect_vehicles] Contour #0: pos=(x=43, y=78) size=(w=45, h=41) valid=True
  1306. 2016-03-30 07:30:56.151 DEBUG [detect_vehicles] Contour #1: pos=(x=111, y=10) size=(w=16, h=14) valid=False
  1307. 2016-03-30 07:30:56.151 DEBUG [detect_vehicles] Contour #2: pos=(x=99, y=1) size=(w=14, h=7) valid=False
  1308. 2016-03-30 07:30:56.151 DEBUG [process_frame] Found 1 valid vehicle contours.
  1309. 2016-03-30 07:30:56.151 DEBUG [process_frame] Valid vehicle contour #0: centroid=(65, 98), bounding_box=(43, 78, 45, 41)
  1310. 2016-03-30 07:30:56.151 DEBUG [process_frame] Updating vehicle count...
  1311. 2016-03-30 07:30:56.151 DEBUG [vehicle_counter] Updating count using 1 matches...
  1312. 2016-03-30 07:30:56.151 DEBUG [vehicle_counter] No match for vehicle #5. frames_since_seen=5
  1313. 2016-03-30 07:30:56.151 DEBUG [vehicle_counter] No match for vehicle #6. frames_since_seen=2
  1314. 2016-03-30 07:30:56.151 DEBUG [vehicle_counter] Added match (65, 98) to vehicle #7. vector=(6.32,18.43)
  1315. 2016-03-30 07:30:56.151 DEBUG [vehicle_counter] Count updated, tracking 3 vehicles.
  1316. 2016-03-30 07:30:56.151 DEBUG [root] Saving processed frame #79 as 'images/processed_0079.png'
  1317. 2016-03-30 07:30:56.151 DEBUG [main] Frame #79 processed.
  1318. 2016-03-30 07:30:56.171 DEBUG [main] Capturing frame #80...
  1319. 2016-03-30 07:30:56.171 DEBUG [main] Got frame #80: shape=(120, 160, 3)
  1320. 2016-03-30 07:30:56.171 DEBUG [main] Processing frame #80...
  1321. 2016-03-30 07:30:56.171 DEBUG [root] Saving foreground mask for frame #80 as 'images/mask_0080.png'
  1322. 2016-03-30 07:30:56.171 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1323. 2016-03-30 07:30:56.171 DEBUG [detect_vehicles] Contour #0: pos=(x=40, y=94) size=(w=41, h=25) valid=True
  1324. 2016-03-30 07:30:56.171 DEBUG [detect_vehicles] Contour #1: pos=(x=111, y=13) size=(w=18, h=13) valid=False
  1325. 2016-03-30 07:30:56.171 DEBUG [detect_vehicles] Contour #2: pos=(x=99, y=1) size=(w=13, h=8) valid=False
  1326. 2016-03-30 07:30:56.171 DEBUG [process_frame] Found 1 valid vehicle contours.
  1327. 2016-03-30 07:30:56.171 DEBUG [process_frame] Valid vehicle contour #0: centroid=(60, 106), bounding_box=(40, 94, 41, 25)
  1328. 2016-03-30 07:30:56.171 DEBUG [process_frame] Updating vehicle count...
  1329. 2016-03-30 07:30:56.171 DEBUG [vehicle_counter] Updating count using 1 matches...
  1330. 2016-03-30 07:30:56.171 DEBUG [vehicle_counter] No match for vehicle #5. frames_since_seen=6
  1331. 2016-03-30 07:30:56.171 DEBUG [vehicle_counter] No match for vehicle #6. frames_since_seen=3
  1332. 2016-03-30 07:30:56.171 DEBUG [vehicle_counter] Added match (60, 106) to vehicle #7. vector=(9.43,32.01)
  1333. 2016-03-30 07:30:56.171 DEBUG [vehicle_counter] Count updated, tracking 3 vehicles.
  1334. 2016-03-30 07:30:56.171 DEBUG [root] Saving processed frame #80 as 'images/processed_0080.png'
  1335. 2016-03-30 07:30:56.171 DEBUG [main] Frame #80 processed.
  1336. 2016-03-30 07:30:56.180 DEBUG [main] Capturing frame #81...
  1337. 2016-03-30 07:30:56.180 DEBUG [main] Got frame #81: shape=(120, 160, 3)
  1338. 2016-03-30 07:30:56.180 DEBUG [main] Processing frame #81...
  1339. 2016-03-30 07:30:56.180 DEBUG [root] Saving foreground mask for frame #81 as 'images/mask_0081.png'
  1340. 2016-03-30 07:30:56.180 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1341. 2016-03-30 07:30:56.180 DEBUG [detect_vehicles] Contour #0: pos=(x=42, y=114) size=(w=31, h=5) valid=False
  1342. 2016-03-30 07:30:56.180 DEBUG [detect_vehicles] Contour #1: pos=(x=112, y=9) size=(w=17, h=20) valid=False
  1343. 2016-03-30 07:30:56.180 DEBUG [detect_vehicles] Contour #2: pos=(x=99, y=1) size=(w=13, h=10) valid=False
  1344. 2016-03-30 07:30:56.180 DEBUG [process_frame] Found 0 valid vehicle contours.
  1345. 2016-03-30 07:30:56.180 DEBUG [process_frame] Updating vehicle count...
  1346. 2016-03-30 07:30:56.180 DEBUG [vehicle_counter] Updating count using 0 matches...
  1347. 2016-03-30 07:30:56.180 DEBUG [vehicle_counter] No match for vehicle #5. frames_since_seen=7
  1348. 2016-03-30 07:30:56.180 DEBUG [vehicle_counter] No match for vehicle #6. frames_since_seen=4
  1349. 2016-03-30 07:30:56.180 DEBUG [vehicle_counter] No match for vehicle #7. frames_since_seen=1
  1350. 2016-03-30 07:30:56.180 DEBUG [vehicle_counter] Removed vehicle #5.
  1351. 2016-03-30 07:30:56.180 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1352. 2016-03-30 07:30:56.180 DEBUG [root] Saving processed frame #81 as 'images/processed_0081.png'
  1353. 2016-03-30 07:30:56.180 DEBUG [main] Frame #81 processed.
  1354. 2016-03-30 07:30:56.200 DEBUG [main] Capturing frame #82...
  1355. 2016-03-30 07:30:56.200 DEBUG [main] Got frame #82: shape=(120, 160, 3)
  1356. 2016-03-30 07:30:56.200 DEBUG [main] Processing frame #82...
  1357. 2016-03-30 07:30:56.200 DEBUG [root] Saving foreground mask for frame #82 as 'images/mask_0082.png'
  1358. 2016-03-30 07:30:56.200 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1359. 2016-03-30 07:30:56.200 DEBUG [detect_vehicles] Contour #0: pos=(x=112, y=11) size=(w=18, h=21) valid=False
  1360. 2016-03-30 07:30:56.200 DEBUG [detect_vehicles] Contour #1: pos=(x=98, y=1) size=(w=14, h=12) valid=False
  1361. 2016-03-30 07:30:56.200 DEBUG [process_frame] Found 0 valid vehicle contours.
  1362. 2016-03-30 07:30:56.200 DEBUG [process_frame] Updating vehicle count...
  1363. 2016-03-30 07:30:56.200 DEBUG [vehicle_counter] Updating count using 0 matches...
  1364. 2016-03-30 07:30:56.200 DEBUG [vehicle_counter] No match for vehicle #6. frames_since_seen=5
  1365. 2016-03-30 07:30:56.200 DEBUG [vehicle_counter] No match for vehicle #7. frames_since_seen=2
  1366. 2016-03-30 07:30:56.200 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1367. 2016-03-30 07:30:56.200 DEBUG [root] Saving processed frame #82 as 'images/processed_0082.png'
  1368. 2016-03-30 07:30:56.200 DEBUG [main] Frame #82 processed.
  1369. 2016-03-30 07:30:56.210 DEBUG [main] Capturing frame #83...
  1370. 2016-03-30 07:30:56.210 DEBUG [main] Got frame #83: shape=(120, 160, 3)
  1371. 2016-03-30 07:30:56.210 DEBUG [main] Processing frame #83...
  1372. 2016-03-30 07:30:56.210 DEBUG [root] Saving foreground mask for frame #83 as 'images/mask_0083.png'
  1373. 2016-03-30 07:30:56.210 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1374. 2016-03-30 07:30:56.210 DEBUG [detect_vehicles] Contour #0: pos=(x=113, y=13) size=(w=18, h=23) valid=False
  1375. 2016-03-30 07:30:56.210 DEBUG [detect_vehicles] Contour #1: pos=(x=97, y=1) size=(w=15, h=13) valid=False
  1376. 2016-03-30 07:30:56.210 DEBUG [process_frame] Found 0 valid vehicle contours.
  1377. 2016-03-30 07:30:56.210 DEBUG [process_frame] Updating vehicle count...
  1378. 2016-03-30 07:30:56.210 DEBUG [vehicle_counter] Updating count using 0 matches...
  1379. 2016-03-30 07:30:56.210 DEBUG [vehicle_counter] No match for vehicle #6. frames_since_seen=6
  1380. 2016-03-30 07:30:56.210 DEBUG [vehicle_counter] No match for vehicle #7. frames_since_seen=3
  1381. 2016-03-30 07:30:56.210 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1382. 2016-03-30 07:30:56.210 DEBUG [root] Saving processed frame #83 as 'images/processed_0083.png'
  1383. 2016-03-30 07:30:56.210 DEBUG [main] Frame #83 processed.
  1384. 2016-03-30 07:30:56.230 DEBUG [main] Capturing frame #84...
  1385. 2016-03-30 07:30:56.230 DEBUG [main] Got frame #84: shape=(120, 160, 3)
  1386. 2016-03-30 07:30:56.230 DEBUG [main] Processing frame #84...
  1387. 2016-03-30 07:30:56.230 DEBUG [root] Saving foreground mask for frame #84 as 'images/mask_0084.png'
  1388. 2016-03-30 07:30:56.230 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1389. 2016-03-30 07:30:56.230 DEBUG [detect_vehicles] Contour #0: pos=(x=112, y=16) size=(w=20, h=24) valid=False
  1390. 2016-03-30 07:30:56.230 DEBUG [detect_vehicles] Contour #1: pos=(x=97, y=1) size=(w=15, h=16) valid=False
  1391. 2016-03-30 07:30:56.230 DEBUG [process_frame] Found 0 valid vehicle contours.
  1392. 2016-03-30 07:30:56.230 DEBUG [process_frame] Updating vehicle count...
  1393. 2016-03-30 07:30:56.230 DEBUG [vehicle_counter] Updating count using 0 matches...
  1394. 2016-03-30 07:30:56.230 DEBUG [vehicle_counter] No match for vehicle #6. frames_since_seen=7
  1395. 2016-03-30 07:30:56.230 DEBUG [vehicle_counter] No match for vehicle #7. frames_since_seen=4
  1396. 2016-03-30 07:30:56.230 DEBUG [vehicle_counter] Removed vehicle #6.
  1397. 2016-03-30 07:30:56.230 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1398. 2016-03-30 07:30:56.230 DEBUG [root] Saving processed frame #84 as 'images/processed_0084.png'
  1399. 2016-03-30 07:30:56.230 DEBUG [main] Frame #84 processed.
  1400. 2016-03-30 07:30:56.240 DEBUG [main] Capturing frame #85...
  1401. 2016-03-30 07:30:56.240 DEBUG [main] Got frame #85: shape=(120, 160, 3)
  1402. 2016-03-30 07:30:56.240 DEBUG [main] Processing frame #85...
  1403. 2016-03-30 07:30:56.240 DEBUG [root] Saving foreground mask for frame #85 as 'images/mask_0085.png'
  1404. 2016-03-30 07:30:56.240 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1405. 2016-03-30 07:30:56.240 DEBUG [detect_vehicles] Contour #0: pos=(x=113, y=27) size=(w=19, h=17) valid=False
  1406. 2016-03-30 07:30:56.240 DEBUG [detect_vehicles] Contour #1: pos=(x=115, y=18) size=(w=14, h=9) valid=False
  1407. 2016-03-30 07:30:56.240 DEBUG [detect_vehicles] Contour #2: pos=(x=96, y=1) size=(w=15, h=18) valid=False
  1408. 2016-03-30 07:30:56.240 DEBUG [process_frame] Found 0 valid vehicle contours.
  1409. 2016-03-30 07:30:56.240 DEBUG [process_frame] Updating vehicle count...
  1410. 2016-03-30 07:30:56.240 DEBUG [vehicle_counter] Updating count using 0 matches...
  1411. 2016-03-30 07:30:56.240 DEBUG [vehicle_counter] No match for vehicle #7. frames_since_seen=5
  1412. 2016-03-30 07:30:56.240 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1413. 2016-03-30 07:30:56.240 DEBUG [root] Saving processed frame #85 as 'images/processed_0085.png'
  1414. 2016-03-30 07:30:56.240 DEBUG [main] Frame #85 processed.
  1415. 2016-03-30 07:30:56.260 DEBUG [main] Capturing frame #86...
  1416. 2016-03-30 07:30:56.260 DEBUG [main] Got frame #86: shape=(120, 160, 3)
  1417. 2016-03-30 07:30:56.260 DEBUG [main] Processing frame #86...
  1418. 2016-03-30 07:30:56.260 DEBUG [root] Saving foreground mask for frame #86 as 'images/mask_0086.png'
  1419. 2016-03-30 07:30:56.260 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1420. 2016-03-30 07:30:56.260 DEBUG [detect_vehicles] Contour #0: pos=(x=113, y=21) size=(w=22, h=29) valid=True
  1421. 2016-03-30 07:30:56.260 DEBUG [detect_vehicles] Contour #1: pos=(x=95, y=2) size=(w=16, h=19) valid=False
  1422. 2016-03-30 07:30:56.260 DEBUG [process_frame] Found 1 valid vehicle contours.
  1423. 2016-03-30 07:30:56.260 DEBUG [process_frame] Valid vehicle contour #0: centroid=(124, 35), bounding_box=(113, 21, 22, 29)
  1424. 2016-03-30 07:30:56.260 DEBUG [process_frame] Updating vehicle count...
  1425. 2016-03-30 07:30:56.260 DEBUG [vehicle_counter] Updating count using 1 matches...
  1426. 2016-03-30 07:30:56.260 DEBUG [vehicle_counter] No match for vehicle #7. frames_since_seen=6
  1427. 2016-03-30 07:30:56.260 DEBUG [vehicle_counter] Created new vehicle #8 from match (124, 35).
  1428. 2016-03-30 07:30:56.260 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1429. 2016-03-30 07:30:56.260 DEBUG [root] Saving processed frame #86 as 'images/processed_0086.png'
  1430. 2016-03-30 07:30:56.260 DEBUG [main] Frame #86 processed.
  1431. 2016-03-30 07:30:56.270 DEBUG [main] Capturing frame #87...
  1432. 2016-03-30 07:30:56.270 DEBUG [main] Got frame #87: shape=(120, 160, 3)
  1433. 2016-03-30 07:30:56.270 DEBUG [main] Processing frame #87...
  1434. 2016-03-30 07:30:56.270 DEBUG [root] Saving foreground mask for frame #87 as 'images/mask_0087.png'
  1435. 2016-03-30 07:30:56.270 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1436. 2016-03-30 07:30:56.270 DEBUG [detect_vehicles] Contour #0: pos=(x=112, y=25) size=(w=23, h=31) valid=True
  1437. 2016-03-30 07:30:56.270 DEBUG [detect_vehicles] Contour #1: pos=(x=94, y=4) size=(w=17, h=20) valid=False
  1438. 2016-03-30 07:30:56.270 DEBUG [process_frame] Found 1 valid vehicle contours.
  1439. 2016-03-30 07:30:56.270 DEBUG [process_frame] Valid vehicle contour #0: centroid=(123, 40), bounding_box=(112, 25, 23, 31)
  1440. 2016-03-30 07:30:56.270 DEBUG [process_frame] Updating vehicle count...
  1441. 2016-03-30 07:30:56.270 DEBUG [vehicle_counter] Updating count using 1 matches...
  1442. 2016-03-30 07:30:56.270 DEBUG [vehicle_counter] No match for vehicle #7. frames_since_seen=7
  1443. 2016-03-30 07:30:56.270 DEBUG [vehicle_counter] Added match (123, 40) to vehicle #8. vector=(5.10,11.31)
  1444. 2016-03-30 07:30:56.270 DEBUG [vehicle_counter] Removed vehicle #7.
  1445. 2016-03-30 07:30:56.270 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1446. 2016-03-30 07:30:56.270 DEBUG [root] Saving processed frame #87 as 'images/processed_0087.png'
  1447. 2016-03-30 07:30:56.270 DEBUG [main] Frame #87 processed.
  1448. 2016-03-30 07:30:56.290 DEBUG [main] Capturing frame #88...
  1449. 2016-03-30 07:30:56.290 DEBUG [main] Got frame #88: shape=(120, 160, 3)
  1450. 2016-03-30 07:30:56.290 DEBUG [main] Processing frame #88...
  1451. 2016-03-30 07:30:56.290 DEBUG [root] Saving foreground mask for frame #88 as 'images/mask_0088.png'
  1452. 2016-03-30 07:30:56.290 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1453. 2016-03-30 07:30:56.290 DEBUG [detect_vehicles] Contour #0: pos=(x=112, y=28) size=(w=26, h=34) valid=True
  1454. 2016-03-30 07:30:56.290 DEBUG [detect_vehicles] Contour #1: pos=(x=93, y=6) size=(w=16, h=21) valid=False
  1455. 2016-03-30 07:30:56.290 DEBUG [process_frame] Found 1 valid vehicle contours.
  1456. 2016-03-30 07:30:56.290 DEBUG [process_frame] Valid vehicle contour #0: centroid=(125, 45), bounding_box=(112, 28, 26, 34)
  1457. 2016-03-30 07:30:56.290 DEBUG [process_frame] Updating vehicle count...
  1458. 2016-03-30 07:30:56.290 DEBUG [vehicle_counter] Updating count using 1 matches...
  1459. 2016-03-30 07:30:56.290 DEBUG [vehicle_counter] Added match (125, 45) to vehicle #8. vector=(5.39,-21.80)
  1460. 2016-03-30 07:30:56.290 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1461. 2016-03-30 07:30:56.290 DEBUG [root] Saving processed frame #88 as 'images/processed_0088.png'
  1462. 2016-03-30 07:30:56.290 DEBUG [main] Frame #88 processed.
  1463. 2016-03-30 07:30:56.301 DEBUG [main] Capturing frame #89...
  1464. 2016-03-30 07:30:56.301 DEBUG [main] Got frame #89: shape=(120, 160, 3)
  1465. 2016-03-30 07:30:56.301 DEBUG [main] Processing frame #89...
  1466. 2016-03-30 07:30:56.301 DEBUG [root] Saving foreground mask for frame #89 as 'images/mask_0089.png'
  1467. 2016-03-30 07:30:56.301 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1468. 2016-03-30 07:30:56.301 DEBUG [detect_vehicles] Contour #0: pos=(x=114, y=47) size=(w=26, h=24) valid=True
  1469. 2016-03-30 07:30:56.301 DEBUG [detect_vehicles] Contour #1: pos=(x=113, y=33) size=(w=22, h=14) valid=False
  1470. 2016-03-30 07:30:56.301 DEBUG [detect_vehicles] Contour #2: pos=(x=91, y=8) size=(w=18, h=23) valid=False
  1471. 2016-03-30 07:30:56.301 DEBUG [process_frame] Found 1 valid vehicle contours.
  1472. 2016-03-30 07:30:56.301 DEBUG [process_frame] Valid vehicle contour #0: centroid=(127, 59), bounding_box=(114, 47, 26, 24)
  1473. 2016-03-30 07:30:56.301 DEBUG [process_frame] Updating vehicle count...
  1474. 2016-03-30 07:30:56.301 DEBUG [vehicle_counter] Updating count using 1 matches...
  1475. 2016-03-30 07:30:56.301 DEBUG [vehicle_counter] Added match (127, 59) to vehicle #8. vector=(14.14,-8.13)
  1476. 2016-03-30 07:30:56.301 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1477. 2016-03-30 07:30:56.301 DEBUG [root] Saving processed frame #89 as 'images/processed_0089.png'
  1478. 2016-03-30 07:30:56.301 DEBUG [main] Frame #89 processed.
  1479. 2016-03-30 07:30:56.321 DEBUG [main] Capturing frame #90...
  1480. 2016-03-30 07:30:56.321 DEBUG [main] Got frame #90: shape=(120, 160, 3)
  1481. 2016-03-30 07:30:56.321 DEBUG [main] Processing frame #90...
  1482. 2016-03-30 07:30:56.321 DEBUG [root] Saving foreground mask for frame #90 as 'images/mask_0090.png'
  1483. 2016-03-30 07:30:56.321 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1484. 2016-03-30 07:30:56.321 DEBUG [detect_vehicles] Contour #0: pos=(x=112, y=38) size=(w=29, h=42) valid=True
  1485. 2016-03-30 07:30:56.321 DEBUG [detect_vehicles] Contour #1: pos=(x=90, y=10) size=(w=19, h=25) valid=False
  1486. 2016-03-30 07:30:56.321 DEBUG [process_frame] Found 1 valid vehicle contours.
  1487. 2016-03-30 07:30:56.321 DEBUG [process_frame] Valid vehicle contour #0: centroid=(126, 59), bounding_box=(112, 38, 29, 42)
  1488. 2016-03-30 07:30:56.321 DEBUG [process_frame] Updating vehicle count...
  1489. 2016-03-30 07:30:56.321 DEBUG [vehicle_counter] Updating count using 1 matches...
  1490. 2016-03-30 07:30:56.321 DEBUG [vehicle_counter] Added match (126, 59) to vehicle #8. vector=(1.00,90.00)
  1491. 2016-03-30 07:30:56.321 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1492. 2016-03-30 07:30:56.321 DEBUG [root] Saving processed frame #90 as 'images/processed_0090.png'
  1493. 2016-03-30 07:30:56.321 DEBUG [main] Frame #90 processed.
  1494. 2016-03-30 07:30:56.341 DEBUG [main] Capturing frame #91...
  1495. 2016-03-30 07:30:56.341 DEBUG [main] Got frame #91: shape=(120, 160, 3)
  1496. 2016-03-30 07:30:56.341 DEBUG [main] Processing frame #91...
  1497. 2016-03-30 07:30:56.341 DEBUG [root] Saving foreground mask for frame #91 as 'images/mask_0091.png'
  1498. 2016-03-30 07:30:56.341 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1499. 2016-03-30 07:30:56.341 DEBUG [detect_vehicles] Contour #0: pos=(x=112, y=43) size=(w=33, h=49) valid=True
  1500. 2016-03-30 07:30:56.341 DEBUG [detect_vehicles] Contour #1: pos=(x=88, y=13) size=(w=21, h=26) valid=True
  1501. 2016-03-30 07:30:56.341 DEBUG [detect_vehicles] Contour #2: pos=(x=111, y=1) size=(w=7, h=3) valid=False
  1502. 2016-03-30 07:30:56.341 DEBUG [process_frame] Found 2 valid vehicle contours.
  1503. 2016-03-30 07:30:56.341 DEBUG [process_frame] Valid vehicle contour #0: centroid=(128, 67), bounding_box=(112, 43, 33, 49)
  1504. 2016-03-30 07:30:56.341 DEBUG [process_frame] Valid vehicle contour #1: centroid=(98, 26), bounding_box=(88, 13, 21, 26)
  1505. 2016-03-30 07:30:56.341 DEBUG [process_frame] Updating vehicle count...
  1506. 2016-03-30 07:30:56.341 DEBUG [vehicle_counter] Updating count using 2 matches...
  1507. 2016-03-30 07:30:56.341 DEBUG [vehicle_counter] Added match (128, 67) to vehicle #8. vector=(8.25,-14.04)
  1508. 2016-03-30 07:30:56.341 DEBUG [vehicle_counter] Created new vehicle #9 from match (98, 26).
  1509. 2016-03-30 07:30:56.341 DEBUG [vehicle_counter] Counted vehicle #8 (total count=8).
  1510. 2016-03-30 07:30:56.341 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1511. 2016-03-30 07:30:56.341 DEBUG [root] Saving processed frame #91 as 'images/processed_0091.png'
  1512. 2016-03-30 07:30:56.341 DEBUG [main] Frame #91 processed.
  1513. 2016-03-30 07:30:56.361 DEBUG [main] Capturing frame #92...
  1514. 2016-03-30 07:30:56.361 DEBUG [main] Got frame #92: shape=(120, 160, 3)
  1515. 2016-03-30 07:30:56.361 DEBUG [main] Processing frame #92...
  1516. 2016-03-30 07:30:56.361 DEBUG [root] Saving foreground mask for frame #92 as 'images/mask_0092.png'
  1517. 2016-03-30 07:30:56.361 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1518. 2016-03-30 07:30:56.361 DEBUG [detect_vehicles] Contour #0: pos=(x=112, y=50) size=(w=36, h=56) valid=True
  1519. 2016-03-30 07:30:56.361 DEBUG [detect_vehicles] Contour #1: pos=(x=87, y=16) size=(w=21, h=28) valid=True
  1520. 2016-03-30 07:30:56.361 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=12, h=4) valid=False
  1521. 2016-03-30 07:30:56.361 DEBUG [process_frame] Found 2 valid vehicle contours.
  1522. 2016-03-30 07:30:56.361 DEBUG [process_frame] Valid vehicle contour #0: centroid=(130, 78), bounding_box=(112, 50, 36, 56)
  1523. 2016-03-30 07:30:56.361 DEBUG [process_frame] Valid vehicle contour #1: centroid=(97, 30), bounding_box=(87, 16, 21, 28)
  1524. 2016-03-30 07:30:56.361 DEBUG [process_frame] Updating vehicle count...
  1525. 2016-03-30 07:30:56.361 DEBUG [vehicle_counter] Updating count using 2 matches...
  1526. 2016-03-30 07:30:56.361 DEBUG [vehicle_counter] Added match (130, 78) to vehicle #8. vector=(11.18,-10.30)
  1527. 2016-03-30 07:30:56.361 DEBUG [vehicle_counter] Added match (97, 30) to vehicle #9. vector=(4.12,14.04)
  1528. 2016-03-30 07:30:56.361 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1529. 2016-03-30 07:30:56.361 DEBUG [root] Saving processed frame #92 as 'images/processed_0092.png'
  1530. 2016-03-30 07:30:56.361 DEBUG [main] Frame #92 processed.
  1531. 2016-03-30 07:30:56.381 DEBUG [main] Capturing frame #93...
  1532. 2016-03-30 07:30:56.381 DEBUG [main] Got frame #93: shape=(120, 160, 3)
  1533. 2016-03-30 07:30:56.381 DEBUG [main] Processing frame #93...
  1534. 2016-03-30 07:30:56.381 DEBUG [root] Saving foreground mask for frame #93 as 'images/mask_0093.png'
  1535. 2016-03-30 07:30:56.381 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1536. 2016-03-30 07:30:56.381 DEBUG [detect_vehicles] Contour #0: pos=(x=112, y=58) size=(w=40, h=61) valid=True
  1537. 2016-03-30 07:30:56.381 DEBUG [detect_vehicles] Contour #1: pos=(x=85, y=19) size=(w=23, h=31) valid=True
  1538. 2016-03-30 07:30:56.381 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=12, h=5) valid=False
  1539. 2016-03-30 07:30:56.381 DEBUG [process_frame] Found 2 valid vehicle contours.
  1540. 2016-03-30 07:30:56.381 DEBUG [process_frame] Valid vehicle contour #0: centroid=(132, 88), bounding_box=(112, 58, 40, 61)
  1541. 2016-03-30 07:30:56.381 DEBUG [process_frame] Valid vehicle contour #1: centroid=(96, 34), bounding_box=(85, 19, 23, 31)
  1542. 2016-03-30 07:30:56.381 DEBUG [process_frame] Updating vehicle count...
  1543. 2016-03-30 07:30:56.381 DEBUG [vehicle_counter] Updating count using 2 matches...
  1544. 2016-03-30 07:30:56.381 DEBUG [vehicle_counter] Added match (132, 88) to vehicle #8. vector=(10.20,-11.31)
  1545. 2016-03-30 07:30:56.381 DEBUG [vehicle_counter] Added match (96, 34) to vehicle #9. vector=(4.12,14.04)
  1546. 2016-03-30 07:30:56.381 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1547. 2016-03-30 07:30:56.381 DEBUG [root] Saving processed frame #93 as 'images/processed_0093.png'
  1548. 2016-03-30 07:30:56.381 DEBUG [main] Frame #93 processed.
  1549. 2016-03-30 07:30:56.401 DEBUG [main] Capturing frame #94...
  1550. 2016-03-30 07:30:56.401 DEBUG [main] Got frame #94: shape=(120, 160, 3)
  1551. 2016-03-30 07:30:56.401 DEBUG [main] Processing frame #94...
  1552. 2016-03-30 07:30:56.401 DEBUG [root] Saving foreground mask for frame #94 as 'images/mask_0094.png'
  1553. 2016-03-30 07:30:56.401 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1554. 2016-03-30 07:30:56.401 DEBUG [detect_vehicles] Contour #0: pos=(x=112, y=68) size=(w=45, h=51) valid=True
  1555. 2016-03-30 07:30:56.401 DEBUG [detect_vehicles] Contour #1: pos=(x=82, y=23) size=(w=25, h=35) valid=True
  1556. 2016-03-30 07:30:56.401 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=12, h=6) valid=False
  1557. 2016-03-30 07:30:56.401 DEBUG [process_frame] Found 2 valid vehicle contours.
  1558. 2016-03-30 07:30:56.401 DEBUG [process_frame] Valid vehicle contour #0: centroid=(134, 93), bounding_box=(112, 68, 45, 51)
  1559. 2016-03-30 07:30:56.401 DEBUG [process_frame] Valid vehicle contour #1: centroid=(94, 40), bounding_box=(82, 23, 25, 35)
  1560. 2016-03-30 07:30:56.401 DEBUG [process_frame] Updating vehicle count...
  1561. 2016-03-30 07:30:56.401 DEBUG [vehicle_counter] Updating count using 2 matches...
  1562. 2016-03-30 07:30:56.401 DEBUG [vehicle_counter] Added match (134, 93) to vehicle #8. vector=(5.39,-21.80)
  1563. 2016-03-30 07:30:56.401 DEBUG [vehicle_counter] Added match (94, 40) to vehicle #9. vector=(6.32,18.43)
  1564. 2016-03-30 07:30:56.401 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1565. 2016-03-30 07:30:56.401 DEBUG [root] Saving processed frame #94 as 'images/processed_0094.png'
  1566. 2016-03-30 07:30:56.401 DEBUG [main] Frame #94 processed.
  1567. 2016-03-30 07:30:56.421 DEBUG [main] Capturing frame #95...
  1568. 2016-03-30 07:30:56.421 DEBUG [main] Got frame #95: shape=(120, 160, 3)
  1569. 2016-03-30 07:30:56.421 DEBUG [main] Processing frame #95...
  1570. 2016-03-30 07:30:56.421 DEBUG [root] Saving foreground mask for frame #95 as 'images/mask_0095.png'
  1571. 2016-03-30 07:30:56.421 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1572. 2016-03-30 07:30:56.421 DEBUG [detect_vehicles] Contour #0: pos=(x=113, y=80) size=(w=44, h=39) valid=True
  1573. 2016-03-30 07:30:56.421 DEBUG [detect_vehicles] Contour #1: pos=(x=79, y=27) size=(w=26, h=40) valid=True
  1574. 2016-03-30 07:30:56.421 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=13, h=8) valid=False
  1575. 2016-03-30 07:30:56.421 DEBUG [process_frame] Found 2 valid vehicle contours.
  1576. 2016-03-30 07:30:56.421 DEBUG [process_frame] Valid vehicle contour #0: centroid=(135, 99), bounding_box=(113, 80, 44, 39)
  1577. 2016-03-30 07:30:56.421 DEBUG [process_frame] Valid vehicle contour #1: centroid=(92, 47), bounding_box=(79, 27, 26, 40)
  1578. 2016-03-30 07:30:56.421 DEBUG [process_frame] Updating vehicle count...
  1579. 2016-03-30 07:30:56.421 DEBUG [vehicle_counter] Updating count using 2 matches...
  1580. 2016-03-30 07:30:56.421 DEBUG [vehicle_counter] Added match (135, 99) to vehicle #8. vector=(6.08,-9.46)
  1581. 2016-03-30 07:30:56.421 DEBUG [vehicle_counter] Added match (92, 47) to vehicle #9. vector=(7.28,15.95)
  1582. 2016-03-30 07:30:56.421 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1583. 2016-03-30 07:30:56.421 DEBUG [root] Saving processed frame #95 as 'images/processed_0095.png'
  1584. 2016-03-30 07:30:56.421 DEBUG [main] Frame #95 processed.
  1585. 2016-03-30 07:30:56.440 DEBUG [main] Capturing frame #96...
  1586. 2016-03-30 07:30:56.440 DEBUG [main] Got frame #96: shape=(120, 160, 3)
  1587. 2016-03-30 07:30:56.440 DEBUG [main] Processing frame #96...
  1588. 2016-03-30 07:30:56.440 DEBUG [root] Saving foreground mask for frame #96 as 'images/mask_0096.png'
  1589. 2016-03-30 07:30:56.440 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1590. 2016-03-30 07:30:56.440 DEBUG [detect_vehicles] Contour #0: pos=(x=113, y=96) size=(w=44, h=23) valid=True
  1591. 2016-03-30 07:30:56.440 DEBUG [detect_vehicles] Contour #1: pos=(x=76, y=33) size=(w=29, h=44) valid=True
  1592. 2016-03-30 07:30:56.440 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=13, h=9) valid=False
  1593. 2016-03-30 07:30:56.440 DEBUG [process_frame] Found 2 valid vehicle contours.
  1594. 2016-03-30 07:30:56.440 DEBUG [process_frame] Valid vehicle contour #0: centroid=(135, 107), bounding_box=(113, 96, 44, 23)
  1595. 2016-03-30 07:30:56.440 DEBUG [process_frame] Valid vehicle contour #1: centroid=(90, 55), bounding_box=(76, 33, 29, 44)
  1596. 2016-03-30 07:30:56.440 DEBUG [process_frame] Updating vehicle count...
  1597. 2016-03-30 07:30:56.440 DEBUG [vehicle_counter] Updating count using 2 matches...
  1598. 2016-03-30 07:30:56.440 DEBUG [vehicle_counter] Added match (135, 107) to vehicle #8. vector=(8.00,-0.00)
  1599. 2016-03-30 07:30:56.440 DEBUG [vehicle_counter] Added match (90, 55) to vehicle #9. vector=(8.25,14.04)
  1600. 2016-03-30 07:30:56.440 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1601. 2016-03-30 07:30:56.440 DEBUG [root] Saving processed frame #96 as 'images/processed_0096.png'
  1602. 2016-03-30 07:30:56.440 DEBUG [main] Frame #96 processed.
  1603. 2016-03-30 07:30:56.460 DEBUG [main] Capturing frame #97...
  1604. 2016-03-30 07:30:56.460 DEBUG [main] Got frame #97: shape=(120, 160, 3)
  1605. 2016-03-30 07:30:56.460 DEBUG [main] Processing frame #97...
  1606. 2016-03-30 07:30:56.460 DEBUG [root] Saving foreground mask for frame #97 as 'images/mask_0097.png'
  1607. 2016-03-30 07:30:56.460 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1608. 2016-03-30 07:30:56.460 DEBUG [detect_vehicles] Contour #0: pos=(x=118, y=115) size=(w=30, h=4) valid=False
  1609. 2016-03-30 07:30:56.460 DEBUG [detect_vehicles] Contour #1: pos=(x=71, y=39) size=(w=33, h=50) valid=True
  1610. 2016-03-30 07:30:56.460 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=13, h=11) valid=False
  1611. 2016-03-30 07:30:56.460 DEBUG [process_frame] Found 1 valid vehicle contours.
  1612. 2016-03-30 07:30:56.460 DEBUG [process_frame] Valid vehicle contour #0: centroid=(87, 64), bounding_box=(71, 39, 33, 50)
  1613. 2016-03-30 07:30:56.460 DEBUG [process_frame] Updating vehicle count...
  1614. 2016-03-30 07:30:56.460 DEBUG [vehicle_counter] Updating count using 1 matches...
  1615. 2016-03-30 07:30:56.460 DEBUG [vehicle_counter] No match for vehicle #8. frames_since_seen=1
  1616. 2016-03-30 07:30:56.460 DEBUG [vehicle_counter] Added match (87, 64) to vehicle #9. vector=(9.49,18.43)
  1617. 2016-03-30 07:30:56.460 DEBUG [vehicle_counter] Counted vehicle #9 (total count=9).
  1618. 2016-03-30 07:30:56.460 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1619. 2016-03-30 07:30:56.460 DEBUG [root] Saving processed frame #97 as 'images/processed_0097.png'
  1620. 2016-03-30 07:30:56.460 DEBUG [main] Frame #97 processed.
  1621. 2016-03-30 07:30:56.480 DEBUG [main] Capturing frame #98...
  1622. 2016-03-30 07:30:56.480 DEBUG [main] Got frame #98: shape=(120, 160, 3)
  1623. 2016-03-30 07:30:56.480 DEBUG [main] Processing frame #98...
  1624. 2016-03-30 07:30:56.480 DEBUG [root] Saving foreground mask for frame #98 as 'images/mask_0098.png'
  1625. 2016-03-30 07:30:56.480 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1626. 2016-03-30 07:30:56.480 DEBUG [detect_vehicles] Contour #0: pos=(x=65, y=47) size=(w=38, h=60) valid=True
  1627. 2016-03-30 07:30:56.480 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=4) size=(w=14, h=10) valid=False
  1628. 2016-03-30 07:30:56.480 DEBUG [process_frame] Found 1 valid vehicle contours.
  1629. 2016-03-30 07:30:56.480 DEBUG [process_frame] Valid vehicle contour #0: centroid=(84, 77), bounding_box=(65, 47, 38, 60)
  1630. 2016-03-30 07:30:56.480 DEBUG [process_frame] Updating vehicle count...
  1631. 2016-03-30 07:30:56.480 DEBUG [vehicle_counter] Updating count using 1 matches...
  1632. 2016-03-30 07:30:56.480 DEBUG [vehicle_counter] No match for vehicle #8. frames_since_seen=2
  1633. 2016-03-30 07:30:56.480 DEBUG [vehicle_counter] Added match (84, 77) to vehicle #9. vector=(13.34,12.99)
  1634. 2016-03-30 07:30:56.480 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1635. 2016-03-30 07:30:56.480 DEBUG [root] Saving processed frame #98 as 'images/processed_0098.png'
  1636. 2016-03-30 07:30:56.480 DEBUG [main] Frame #98 processed.
  1637. 2016-03-30 07:30:56.490 DEBUG [main] Capturing frame #99...
  1638. 2016-03-30 07:30:56.490 DEBUG [main] Got frame #99: shape=(120, 160, 3)
  1639. 2016-03-30 07:30:56.490 DEBUG [main] Processing frame #99...
  1640. 2016-03-30 07:30:56.490 DEBUG [root] Saving foreground mask for frame #99 as 'images/mask_0099.png'
  1641. 2016-03-30 07:30:56.490 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1642. 2016-03-30 07:30:56.490 DEBUG [detect_vehicles] Contour #0: pos=(x=57, y=55) size=(w=44, h=64) valid=True
  1643. 2016-03-30 07:30:56.490 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=4) size=(w=14, h=12) valid=False
  1644. 2016-03-30 07:30:56.490 DEBUG [process_frame] Found 1 valid vehicle contours.
  1645. 2016-03-30 07:30:56.490 DEBUG [process_frame] Valid vehicle contour #0: centroid=(79, 87), bounding_box=(57, 55, 44, 64)
  1646. 2016-03-30 07:30:56.490 DEBUG [process_frame] Updating vehicle count...
  1647. 2016-03-30 07:30:56.490 DEBUG [vehicle_counter] Updating count using 1 matches...
  1648. 2016-03-30 07:30:56.490 DEBUG [vehicle_counter] No match for vehicle #8. frames_since_seen=3
  1649. 2016-03-30 07:30:56.490 DEBUG [vehicle_counter] Added match (79, 87) to vehicle #9. vector=(11.18,26.57)
  1650. 2016-03-30 07:30:56.490 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1651. 2016-03-30 07:30:56.490 DEBUG [root] Saving processed frame #99 as 'images/processed_0099.png'
  1652. 2016-03-30 07:30:56.490 DEBUG [main] Frame #99 processed.
  1653. 2016-03-30 07:30:56.510 DEBUG [main] Capturing frame #100...
  1654. 2016-03-30 07:30:56.510 DEBUG [main] Got frame #100: shape=(120, 160, 3)
  1655. 2016-03-30 07:30:56.510 DEBUG [main] Processing frame #100...
  1656. 2016-03-30 07:30:56.510 DEBUG [root] Saving foreground mask for frame #100 as 'images/mask_0100.png'
  1657. 2016-03-30 07:30:56.510 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1658. 2016-03-30 07:30:56.510 DEBUG [detect_vehicles] Contour #0: pos=(x=51, y=67) size=(w=47, h=52) valid=True
  1659. 2016-03-30 07:30:56.510 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=7) size=(w=15, h=11) valid=False
  1660. 2016-03-30 07:30:56.510 DEBUG [process_frame] Found 1 valid vehicle contours.
  1661. 2016-03-30 07:30:56.510 DEBUG [process_frame] Valid vehicle contour #0: centroid=(74, 93), bounding_box=(51, 67, 47, 52)
  1662. 2016-03-30 07:30:56.510 DEBUG [process_frame] Updating vehicle count...
  1663. 2016-03-30 07:30:56.510 DEBUG [vehicle_counter] Updating count using 1 matches...
  1664. 2016-03-30 07:30:56.510 DEBUG [vehicle_counter] No match for vehicle #8. frames_since_seen=4
  1665. 2016-03-30 07:30:56.510 DEBUG [vehicle_counter] Added match (74, 93) to vehicle #9. vector=(7.81,39.81)
  1666. 2016-03-30 07:30:56.510 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1667. 2016-03-30 07:30:56.510 DEBUG [root] Saving processed frame #100 as 'images/processed_0100.png'
  1668. 2016-03-30 07:30:56.510 DEBUG [main] Frame #100 processed.
  1669. 2016-03-30 07:30:56.540 DEBUG [main] Capturing frame #101...
  1670. 2016-03-30 07:30:56.540 DEBUG [main] Got frame #101: shape=(120, 160, 3)
  1671. 2016-03-30 07:30:56.540 DEBUG [main] Processing frame #101...
  1672. 2016-03-30 07:30:56.540 DEBUG [root] Saving foreground mask for frame #101 as 'images/mask_0101.png'
  1673. 2016-03-30 07:30:56.540 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1674. 2016-03-30 07:30:56.540 DEBUG [detect_vehicles] Contour #0: pos=(x=49, y=85) size=(w=48, h=34) valid=True
  1675. 2016-03-30 07:30:56.540 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=9) size=(w=15, h=11) valid=False
  1676. 2016-03-30 07:30:56.540 DEBUG [process_frame] Found 1 valid vehicle contours.
  1677. 2016-03-30 07:30:56.540 DEBUG [process_frame] Valid vehicle contour #0: centroid=(73, 102), bounding_box=(49, 85, 48, 34)
  1678. 2016-03-30 07:30:56.540 DEBUG [process_frame] Updating vehicle count...
  1679. 2016-03-30 07:30:56.540 DEBUG [vehicle_counter] Updating count using 1 matches...
  1680. 2016-03-30 07:30:56.540 DEBUG [vehicle_counter] No match for vehicle #8. frames_since_seen=5
  1681. 2016-03-30 07:30:56.540 DEBUG [vehicle_counter] Added match (73, 102) to vehicle #9. vector=(9.06,6.34)
  1682. 2016-03-30 07:30:56.540 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1683. 2016-03-30 07:30:56.540 DEBUG [root] Saving processed frame #101 as 'images/processed_0101.png'
  1684. 2016-03-30 07:30:56.540 DEBUG [main] Frame #101 processed.
  1685. 2016-03-30 07:30:56.551 DEBUG [main] Capturing frame #102...
  1686. 2016-03-30 07:30:56.551 DEBUG [main] Got frame #102: shape=(120, 160, 3)
  1687. 2016-03-30 07:30:56.551 DEBUG [main] Processing frame #102...
  1688. 2016-03-30 07:30:56.551 DEBUG [root] Saving foreground mask for frame #102 as 'images/mask_0102.png'
  1689. 2016-03-30 07:30:56.551 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1690. 2016-03-30 07:30:56.551 DEBUG [detect_vehicles] Contour #0: pos=(x=48, y=105) size=(w=40, h=14) valid=False
  1691. 2016-03-30 07:30:56.551 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=10) size=(w=16, h=12) valid=False
  1692. 2016-03-30 07:30:56.551 DEBUG [process_frame] Found 0 valid vehicle contours.
  1693. 2016-03-30 07:30:56.551 DEBUG [process_frame] Updating vehicle count...
  1694. 2016-03-30 07:30:56.551 DEBUG [vehicle_counter] Updating count using 0 matches...
  1695. 2016-03-30 07:30:56.551 DEBUG [vehicle_counter] No match for vehicle #8. frames_since_seen=6
  1696. 2016-03-30 07:30:56.551 DEBUG [vehicle_counter] No match for vehicle #9. frames_since_seen=1
  1697. 2016-03-30 07:30:56.551 DEBUG [vehicle_counter] Count updated, tracking 2 vehicles.
  1698. 2016-03-30 07:30:56.551 DEBUG [root] Saving processed frame #102 as 'images/processed_0102.png'
  1699. 2016-03-30 07:30:56.551 DEBUG [main] Frame #102 processed.
  1700. 2016-03-30 07:30:56.571 DEBUG [main] Capturing frame #103...
  1701. 2016-03-30 07:30:56.571 DEBUG [main] Got frame #103: shape=(120, 160, 3)
  1702. 2016-03-30 07:30:56.571 DEBUG [main] Processing frame #103...
  1703. 2016-03-30 07:30:56.571 DEBUG [root] Saving foreground mask for frame #103 as 'images/mask_0103.png'
  1704. 2016-03-30 07:30:56.571 DEBUG [detect_vehicles] Found 1 vehicle contours.
  1705. 2016-03-30 07:30:56.571 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=12) size=(w=16, h=13) valid=False
  1706. 2016-03-30 07:30:56.571 DEBUG [process_frame] Found 0 valid vehicle contours.
  1707. 2016-03-30 07:30:56.571 DEBUG [process_frame] Updating vehicle count...
  1708. 2016-03-30 07:30:56.571 DEBUG [vehicle_counter] Updating count using 0 matches...
  1709. 2016-03-30 07:30:56.571 DEBUG [vehicle_counter] No match for vehicle #8. frames_since_seen=7
  1710. 2016-03-30 07:30:56.571 DEBUG [vehicle_counter] No match for vehicle #9. frames_since_seen=2
  1711. 2016-03-30 07:30:56.571 DEBUG [vehicle_counter] Removed vehicle #8.
  1712. 2016-03-30 07:30:56.571 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1713. 2016-03-30 07:30:56.571 DEBUG [root] Saving processed frame #103 as 'images/processed_0103.png'
  1714. 2016-03-30 07:30:56.571 DEBUG [main] Frame #103 processed.
  1715. 2016-03-30 07:30:56.591 DEBUG [main] Capturing frame #104...
  1716. 2016-03-30 07:30:56.591 DEBUG [main] Got frame #104: shape=(120, 160, 3)
  1717. 2016-03-30 07:30:56.591 DEBUG [main] Processing frame #104...
  1718. 2016-03-30 07:30:56.591 DEBUG [root] Saving foreground mask for frame #104 as 'images/mask_0104.png'
  1719. 2016-03-30 07:30:56.591 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1720. 2016-03-30 07:30:56.591 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=17) size=(w=17, h=11) valid=False
  1721. 2016-03-30 07:30:56.591 DEBUG [detect_vehicles] Contour #1: pos=(x=112, y=7) size=(w=7, h=7) valid=False
  1722. 2016-03-30 07:30:56.591 DEBUG [process_frame] Found 0 valid vehicle contours.
  1723. 2016-03-30 07:30:56.591 DEBUG [process_frame] Updating vehicle count...
  1724. 2016-03-30 07:30:56.591 DEBUG [vehicle_counter] Updating count using 0 matches...
  1725. 2016-03-30 07:30:56.591 DEBUG [vehicle_counter] No match for vehicle #9. frames_since_seen=3
  1726. 2016-03-30 07:30:56.591 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1727. 2016-03-30 07:30:56.591 DEBUG [root] Saving processed frame #104 as 'images/processed_0104.png'
  1728. 2016-03-30 07:30:56.591 DEBUG [main] Frame #104 processed.
  1729. 2016-03-30 07:30:56.601 DEBUG [main] Capturing frame #105...
  1730. 2016-03-30 07:30:56.601 DEBUG [main] Got frame #105: shape=(120, 160, 3)
  1731. 2016-03-30 07:30:56.601 DEBUG [main] Processing frame #105...
  1732. 2016-03-30 07:30:56.601 DEBUG [root] Saving foreground mask for frame #105 as 'images/mask_0105.png'
  1733. 2016-03-30 07:30:56.601 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1734. 2016-03-30 07:30:56.601 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=19) size=(w=18, h=12) valid=False
  1735. 2016-03-30 07:30:56.601 DEBUG [detect_vehicles] Contour #1: pos=(x=113, y=9) size=(w=7, h=7) valid=False
  1736. 2016-03-30 07:30:56.601 DEBUG [process_frame] Found 0 valid vehicle contours.
  1737. 2016-03-30 07:30:56.601 DEBUG [process_frame] Updating vehicle count...
  1738. 2016-03-30 07:30:56.601 DEBUG [vehicle_counter] Updating count using 0 matches...
  1739. 2016-03-30 07:30:56.601 DEBUG [vehicle_counter] No match for vehicle #9. frames_since_seen=4
  1740. 2016-03-30 07:30:56.601 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1741. 2016-03-30 07:30:56.601 DEBUG [root] Saving processed frame #105 as 'images/processed_0105.png'
  1742. 2016-03-30 07:30:56.601 DEBUG [main] Frame #105 processed.
  1743. 2016-03-30 07:30:56.621 DEBUG [main] Capturing frame #106...
  1744. 2016-03-30 07:30:56.621 DEBUG [main] Got frame #106: shape=(120, 160, 3)
  1745. 2016-03-30 07:30:56.621 DEBUG [main] Processing frame #106...
  1746. 2016-03-30 07:30:56.621 DEBUG [root] Saving foreground mask for frame #106 as 'images/mask_0106.png'
  1747. 2016-03-30 07:30:56.621 DEBUG [detect_vehicles] Found 1 vehicle contours.
  1748. 2016-03-30 07:30:56.621 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=23) size=(w=19, h=12) valid=False
  1749. 2016-03-30 07:30:56.621 DEBUG [process_frame] Found 0 valid vehicle contours.
  1750. 2016-03-30 07:30:56.621 DEBUG [process_frame] Updating vehicle count...
  1751. 2016-03-30 07:30:56.621 DEBUG [vehicle_counter] Updating count using 0 matches...
  1752. 2016-03-30 07:30:56.621 DEBUG [vehicle_counter] No match for vehicle #9. frames_since_seen=5
  1753. 2016-03-30 07:30:56.621 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1754. 2016-03-30 07:30:56.621 DEBUG [root] Saving processed frame #106 as 'images/processed_0106.png'
  1755. 2016-03-30 07:30:56.621 DEBUG [main] Frame #106 processed.
  1756. 2016-03-30 07:30:56.631 DEBUG [main] Capturing frame #107...
  1757. 2016-03-30 07:30:56.631 DEBUG [main] Got frame #107: shape=(120, 160, 3)
  1758. 2016-03-30 07:30:56.631 DEBUG [main] Processing frame #107...
  1759. 2016-03-30 07:30:56.631 DEBUG [root] Saving foreground mask for frame #107 as 'images/mask_0107.png'
  1760. 2016-03-30 07:30:56.631 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1761. 2016-03-30 07:30:56.631 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=25) size=(w=20, h=15) valid=False
  1762. 2016-03-30 07:30:56.631 DEBUG [detect_vehicles] Contour #1: pos=(x=114, y=14) size=(w=9, h=7) valid=False
  1763. 2016-03-30 07:30:56.631 DEBUG [process_frame] Found 0 valid vehicle contours.
  1764. 2016-03-30 07:30:56.631 DEBUG [process_frame] Updating vehicle count...
  1765. 2016-03-30 07:30:56.631 DEBUG [vehicle_counter] Updating count using 0 matches...
  1766. 2016-03-30 07:30:56.631 DEBUG [vehicle_counter] No match for vehicle #9. frames_since_seen=6
  1767. 2016-03-30 07:30:56.631 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1768. 2016-03-30 07:30:56.631 DEBUG [root] Saving processed frame #107 as 'images/processed_0107.png'
  1769. 2016-03-30 07:30:56.631 DEBUG [main] Frame #107 processed.
  1770. 2016-03-30 07:30:56.651 DEBUG [main] Capturing frame #108...
  1771. 2016-03-30 07:30:56.651 DEBUG [main] Got frame #108: shape=(120, 160, 3)
  1772. 2016-03-30 07:30:56.651 DEBUG [main] Processing frame #108...
  1773. 2016-03-30 07:30:56.651 DEBUG [root] Saving foreground mask for frame #108 as 'images/mask_0108.png'
  1774. 2016-03-30 07:30:56.651 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1775. 2016-03-30 07:30:56.651 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=29) size=(w=21, h=16) valid=False
  1776. 2016-03-30 07:30:56.651 DEBUG [detect_vehicles] Contour #1: pos=(x=113, y=17) size=(w=9, h=9) valid=False
  1777. 2016-03-30 07:30:56.651 DEBUG [process_frame] Found 0 valid vehicle contours.
  1778. 2016-03-30 07:30:56.651 DEBUG [process_frame] Updating vehicle count...
  1779. 2016-03-30 07:30:56.651 DEBUG [vehicle_counter] Updating count using 0 matches...
  1780. 2016-03-30 07:30:56.651 DEBUG [vehicle_counter] No match for vehicle #9. frames_since_seen=7
  1781. 2016-03-30 07:30:56.651 DEBUG [vehicle_counter] Removed vehicle #9.
  1782. 2016-03-30 07:30:56.651 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  1783. 2016-03-30 07:30:56.651 DEBUG [root] Saving processed frame #108 as 'images/processed_0108.png'
  1784. 2016-03-30 07:30:56.651 DEBUG [main] Frame #108 processed.
  1785. 2016-03-30 07:30:56.661 DEBUG [main] Capturing frame #109...
  1786. 2016-03-30 07:30:56.661 DEBUG [main] Got frame #109: shape=(120, 160, 3)
  1787. 2016-03-30 07:30:56.661 DEBUG [main] Processing frame #109...
  1788. 2016-03-30 07:30:56.661 DEBUG [root] Saving foreground mask for frame #109 as 'images/mask_0109.png'
  1789. 2016-03-30 07:30:56.661 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1790. 2016-03-30 07:30:56.661 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=35) size=(w=22, h=16) valid=False
  1791. 2016-03-30 07:30:56.661 DEBUG [detect_vehicles] Contour #1: pos=(x=113, y=20) size=(w=13, h=10) valid=False
  1792. 2016-03-30 07:30:56.661 DEBUG [process_frame] Found 0 valid vehicle contours.
  1793. 2016-03-30 07:30:56.661 DEBUG [process_frame] Updating vehicle count...
  1794. 2016-03-30 07:30:56.661 DEBUG [vehicle_counter] Updating count using 0 matches...
  1795. 2016-03-30 07:30:56.661 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  1796. 2016-03-30 07:30:56.661 DEBUG [root] Saving processed frame #109 as 'images/processed_0109.png'
  1797. 2016-03-30 07:30:56.661 DEBUG [main] Frame #109 processed.
  1798. 2016-03-30 07:30:56.680 DEBUG [main] Capturing frame #110...
  1799. 2016-03-30 07:30:56.680 DEBUG [main] Got frame #110: shape=(120, 160, 3)
  1800. 2016-03-30 07:30:56.680 DEBUG [main] Processing frame #110...
  1801. 2016-03-30 07:30:56.680 DEBUG [root] Saving foreground mask for frame #110 as 'images/mask_0110.png'
  1802. 2016-03-30 07:30:56.680 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1803. 2016-03-30 07:30:56.680 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=40) size=(w=24, h=18) valid=False
  1804. 2016-03-30 07:30:56.680 DEBUG [detect_vehicles] Contour #1: pos=(x=114, y=24) size=(w=10, h=9) valid=False
  1805. 2016-03-30 07:30:56.680 DEBUG [process_frame] Found 0 valid vehicle contours.
  1806. 2016-03-30 07:30:56.680 DEBUG [process_frame] Updating vehicle count...
  1807. 2016-03-30 07:30:56.680 DEBUG [vehicle_counter] Updating count using 0 matches...
  1808. 2016-03-30 07:30:56.680 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  1809. 2016-03-30 07:30:56.680 DEBUG [root] Saving processed frame #110 as 'images/processed_0110.png'
  1810. 2016-03-30 07:30:56.680 DEBUG [main] Frame #110 processed.
  1811. 2016-03-30 07:30:56.700 DEBUG [main] Capturing frame #111...
  1812. 2016-03-30 07:30:56.700 DEBUG [main] Got frame #111: shape=(120, 160, 3)
  1813. 2016-03-30 07:30:56.700 DEBUG [main] Processing frame #111...
  1814. 2016-03-30 07:30:56.700 DEBUG [root] Saving foreground mask for frame #111 as 'images/mask_0111.png'
  1815. 2016-03-30 07:30:56.700 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1816. 2016-03-30 07:30:56.700 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=47) size=(w=25, h=18) valid=False
  1817. 2016-03-30 07:30:56.700 DEBUG [detect_vehicles] Contour #1: pos=(x=114, y=28) size=(w=12, h=10) valid=False
  1818. 2016-03-30 07:30:56.700 DEBUG [process_frame] Found 0 valid vehicle contours.
  1819. 2016-03-30 07:30:56.700 DEBUG [process_frame] Updating vehicle count...
  1820. 2016-03-30 07:30:56.700 DEBUG [vehicle_counter] Updating count using 0 matches...
  1821. 2016-03-30 07:30:56.700 DEBUG [vehicle_counter] Count updated, tracking 0 vehicles.
  1822. 2016-03-30 07:30:56.700 DEBUG [root] Saving processed frame #111 as 'images/processed_0111.png'
  1823. 2016-03-30 07:30:56.700 DEBUG [main] Frame #111 processed.
  1824. 2016-03-30 07:30:56.710 DEBUG [main] Capturing frame #112...
  1825. 2016-03-30 07:30:56.710 DEBUG [main] Got frame #112: shape=(120, 160, 3)
  1826. 2016-03-30 07:30:56.710 DEBUG [main] Processing frame #112...
  1827. 2016-03-30 07:30:56.710 DEBUG [root] Saving foreground mask for frame #112 as 'images/mask_0112.png'
  1828. 2016-03-30 07:30:56.710 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1829. 2016-03-30 07:30:56.710 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=46) size=(w=27, h=29) valid=True
  1830. 2016-03-30 07:30:56.710 DEBUG [detect_vehicles] Contour #1: pos=(x=114, y=33) size=(w=15, h=11) valid=False
  1831. 2016-03-30 07:30:56.710 DEBUG [process_frame] Found 1 valid vehicle contours.
  1832. 2016-03-30 07:30:56.710 DEBUG [process_frame] Valid vehicle contour #0: centroid=(123, 60), bounding_box=(110, 46, 27, 29)
  1833. 2016-03-30 07:30:56.710 DEBUG [process_frame] Updating vehicle count...
  1834. 2016-03-30 07:30:56.710 DEBUG [vehicle_counter] Updating count using 1 matches...
  1835. 2016-03-30 07:30:56.710 DEBUG [vehicle_counter] Created new vehicle #10 from match (123, 60).
  1836. 2016-03-30 07:30:56.710 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1837. 2016-03-30 07:30:56.710 DEBUG [root] Saving processed frame #112 as 'images/processed_0112.png'
  1838. 2016-03-30 07:30:56.710 DEBUG [main] Frame #112 processed.
  1839. 2016-03-30 07:30:56.730 DEBUG [main] Capturing frame #113...
  1840. 2016-03-30 07:30:56.730 DEBUG [main] Got frame #113: shape=(120, 160, 3)
  1841. 2016-03-30 07:30:56.730 DEBUG [main] Processing frame #113...
  1842. 2016-03-30 07:30:56.730 DEBUG [root] Saving foreground mask for frame #113 as 'images/mask_0113.png'
  1843. 2016-03-30 07:30:56.730 DEBUG [detect_vehicles] Found 1 vehicle contours.
  1844. 2016-03-30 07:30:56.730 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=40) size=(w=30, h=46) valid=True
  1845. 2016-03-30 07:30:56.730 DEBUG [process_frame] Found 1 valid vehicle contours.
  1846. 2016-03-30 07:30:56.730 DEBUG [process_frame] Valid vehicle contour #0: centroid=(125, 63), bounding_box=(110, 40, 30, 46)
  1847. 2016-03-30 07:30:56.730 DEBUG [process_frame] Updating vehicle count...
  1848. 2016-03-30 07:30:56.730 DEBUG [vehicle_counter] Updating count using 1 matches...
  1849. 2016-03-30 07:30:56.730 DEBUG [vehicle_counter] Added match (125, 63) to vehicle #10. vector=(3.61,-33.69)
  1850. 2016-03-30 07:30:56.730 DEBUG [vehicle_counter] Counted vehicle #10 (total count=10).
  1851. 2016-03-30 07:30:56.730 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1852. 2016-03-30 07:30:56.730 DEBUG [root] Saving processed frame #113 as 'images/processed_0113.png'
  1853. 2016-03-30 07:30:56.730 DEBUG [main] Frame #113 processed.
  1854. 2016-03-30 07:30:56.740 DEBUG [main] Capturing frame #114...
  1855. 2016-03-30 07:30:56.740 DEBUG [main] Got frame #114: shape=(120, 160, 3)
  1856. 2016-03-30 07:30:56.740 DEBUG [main] Processing frame #114...
  1857. 2016-03-30 07:30:56.740 DEBUG [root] Saving foreground mask for frame #114 as 'images/mask_0114.png'
  1858. 2016-03-30 07:30:56.740 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1859. 2016-03-30 07:30:56.740 DEBUG [detect_vehicles] Contour #0: pos=(x=108, y=61) size=(w=35, h=40) valid=True
  1860. 2016-03-30 07:30:56.740 DEBUG [detect_vehicles] Contour #1: pos=(x=129, y=57) size=(w=7, h=8) valid=False
  1861. 2016-03-30 07:30:56.740 DEBUG [detect_vehicles] Contour #2: pos=(x=115, y=47) size=(w=15, h=13) valid=False
  1862. 2016-03-30 07:30:56.740 DEBUG [process_frame] Found 1 valid vehicle contours.
  1863. 2016-03-30 07:30:56.740 DEBUG [process_frame] Valid vehicle contour #0: centroid=(125, 81), bounding_box=(108, 61, 35, 40)
  1864. 2016-03-30 07:30:56.740 DEBUG [process_frame] Updating vehicle count...
  1865. 2016-03-30 07:30:56.740 DEBUG [vehicle_counter] Updating count using 1 matches...
  1866. 2016-03-30 07:30:56.740 DEBUG [vehicle_counter] Added match (125, 81) to vehicle #10. vector=(18.00,-0.00)
  1867. 2016-03-30 07:30:56.740 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1868. 2016-03-30 07:30:56.740 DEBUG [root] Saving processed frame #114 as 'images/processed_0114.png'
  1869. 2016-03-30 07:30:56.740 DEBUG [main] Frame #114 processed.
  1870. 2016-03-30 07:30:56.760 DEBUG [main] Capturing frame #115...
  1871. 2016-03-30 07:30:56.760 DEBUG [main] Got frame #115: shape=(120, 160, 3)
  1872. 2016-03-30 07:30:56.760 DEBUG [main] Processing frame #115...
  1873. 2016-03-30 07:30:56.760 DEBUG [root] Saving foreground mask for frame #115 as 'images/mask_0115.png'
  1874. 2016-03-30 07:30:56.760 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1875. 2016-03-30 07:30:56.760 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=68) size=(w=37, h=51) valid=True
  1876. 2016-03-30 07:30:56.760 DEBUG [detect_vehicles] Contour #1: pos=(x=116, y=57) size=(w=17, h=13) valid=False
  1877. 2016-03-30 07:30:56.760 DEBUG [process_frame] Found 1 valid vehicle contours.
  1878. 2016-03-30 07:30:56.760 DEBUG [process_frame] Valid vehicle contour #0: centroid=(127, 93), bounding_box=(109, 68, 37, 51)
  1879. 2016-03-30 07:30:56.760 DEBUG [process_frame] Updating vehicle count...
  1880. 2016-03-30 07:30:56.760 DEBUG [vehicle_counter] Updating count using 1 matches...
  1881. 2016-03-30 07:30:56.760 DEBUG [vehicle_counter] Added match (127, 93) to vehicle #10. vector=(12.17,-9.46)
  1882. 2016-03-30 07:30:56.760 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1883. 2016-03-30 07:30:56.760 DEBUG [root] Saving processed frame #115 as 'images/processed_0115.png'
  1884. 2016-03-30 07:30:56.760 DEBUG [main] Frame #115 processed.
  1885. 2016-03-30 07:30:56.770 DEBUG [main] Capturing frame #116...
  1886. 2016-03-30 07:30:56.770 DEBUG [main] Got frame #116: shape=(120, 160, 3)
  1887. 2016-03-30 07:30:56.770 DEBUG [main] Processing frame #116...
  1888. 2016-03-30 07:30:56.770 DEBUG [root] Saving foreground mask for frame #116 as 'images/mask_0116.png'
  1889. 2016-03-30 07:30:56.770 DEBUG [detect_vehicles] Found 6 vehicle contours.
  1890. 2016-03-30 07:30:56.770 DEBUG [detect_vehicles] Contour #0: pos=(x=129, y=115) size=(w=7, h=4) valid=False
  1891. 2016-03-30 07:30:56.770 DEBUG [detect_vehicles] Contour #1: pos=(x=142, y=113) size=(w=9, h=6) valid=False
  1892. 2016-03-30 07:30:56.770 DEBUG [detect_vehicles] Contour #2: pos=(x=122, y=110) size=(w=8, h=7) valid=False
  1893. 2016-03-30 07:30:56.770 DEBUG [detect_vehicles] Contour #3: pos=(x=134, y=83) size=(w=15, h=23) valid=False
  1894. 2016-03-30 07:30:56.770 DEBUG [detect_vehicles] Contour #4: pos=(x=107, y=78) size=(w=38, h=41) valid=True
  1895. 2016-03-30 07:30:56.770 DEBUG [detect_vehicles] Contour #5: pos=(x=117, y=67) size=(w=14, h=14) valid=False
  1896. 2016-03-30 07:30:56.770 DEBUG [process_frame] Found 1 valid vehicle contours.
  1897. 2016-03-30 07:30:56.770 DEBUG [process_frame] Valid vehicle contour #0: centroid=(126, 98), bounding_box=(107, 78, 38, 41)
  1898. 2016-03-30 07:30:56.770 DEBUG [process_frame] Updating vehicle count...
  1899. 2016-03-30 07:30:56.770 DEBUG [vehicle_counter] Updating count using 1 matches...
  1900. 2016-03-30 07:30:56.770 DEBUG [vehicle_counter] Added match (126, 98) to vehicle #10. vector=(5.10,11.31)
  1901. 2016-03-30 07:30:56.770 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1902. 2016-03-30 07:30:56.770 DEBUG [root] Saving processed frame #116 as 'images/processed_0116.png'
  1903. 2016-03-30 07:30:56.770 DEBUG [main] Frame #116 processed.
  1904. 2016-03-30 07:30:56.790 DEBUG [main] Capturing frame #117...
  1905. 2016-03-30 07:30:56.790 DEBUG [main] Got frame #117: shape=(120, 160, 3)
  1906. 2016-03-30 07:30:56.790 DEBUG [main] Processing frame #117...
  1907. 2016-03-30 07:30:56.790 DEBUG [root] Saving foreground mask for frame #117 as 'images/mask_0117.png'
  1908. 2016-03-30 07:30:56.790 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1909. 2016-03-30 07:30:56.790 DEBUG [detect_vehicles] Contour #0: pos=(x=140, y=110) size=(w=9, h=8) valid=False
  1910. 2016-03-30 07:30:56.790 DEBUG [detect_vehicles] Contour #1: pos=(x=134, y=101) size=(w=12, h=9) valid=False
  1911. 2016-03-30 07:30:56.790 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=81) size=(w=33, h=38) valid=True
  1912. 2016-03-30 07:30:56.790 DEBUG [process_frame] Found 1 valid vehicle contours.
  1913. 2016-03-30 07:30:56.790 DEBUG [process_frame] Valid vehicle contour #0: centroid=(125, 100), bounding_box=(109, 81, 33, 38)
  1914. 2016-03-30 07:30:56.790 DEBUG [process_frame] Updating vehicle count...
  1915. 2016-03-30 07:30:56.790 DEBUG [vehicle_counter] Updating count using 1 matches...
  1916. 2016-03-30 07:30:56.790 DEBUG [vehicle_counter] Added match (125, 100) to vehicle #10. vector=(2.24,26.57)
  1917. 2016-03-30 07:30:56.790 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1918. 2016-03-30 07:30:56.790 DEBUG [root] Saving processed frame #117 as 'images/processed_0117.png'
  1919. 2016-03-30 07:30:56.790 DEBUG [main] Frame #117 processed.
  1920. 2016-03-30 07:30:56.811 DEBUG [main] Capturing frame #118...
  1921. 2016-03-30 07:30:56.811 DEBUG [main] Got frame #118: shape=(120, 160, 3)
  1922. 2016-03-30 07:30:56.811 DEBUG [main] Processing frame #118...
  1923. 2016-03-30 07:30:56.811 DEBUG [root] Saving foreground mask for frame #118 as 'images/mask_0118.png'
  1924. 2016-03-30 07:30:56.811 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1925. 2016-03-30 07:30:56.811 DEBUG [detect_vehicles] Contour #0: pos=(x=141, y=110) size=(w=9, h=9) valid=False
  1926. 2016-03-30 07:30:56.811 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=104) size=(w=13, h=15) valid=False
  1927. 2016-03-30 07:30:56.811 DEBUG [process_frame] Found 0 valid vehicle contours.
  1928. 2016-03-30 07:30:56.811 DEBUG [process_frame] Updating vehicle count...
  1929. 2016-03-30 07:30:56.811 DEBUG [vehicle_counter] Updating count using 0 matches...
  1930. 2016-03-30 07:30:56.811 DEBUG [vehicle_counter] No match for vehicle #10. frames_since_seen=1
  1931. 2016-03-30 07:30:56.811 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1932. 2016-03-30 07:30:56.811 DEBUG [root] Saving processed frame #118 as 'images/processed_0118.png'
  1933. 2016-03-30 07:30:56.811 DEBUG [main] Frame #118 processed.
  1934. 2016-03-30 07:30:56.831 DEBUG [main] Capturing frame #119...
  1935. 2016-03-30 07:30:56.831 DEBUG [main] Got frame #119: shape=(120, 160, 3)
  1936. 2016-03-30 07:30:56.831 DEBUG [main] Processing frame #119...
  1937. 2016-03-30 07:30:56.831 DEBUG [root] Saving foreground mask for frame #119 as 'images/mask_0119.png'
  1938. 2016-03-30 07:30:56.831 DEBUG [detect_vehicles] Found 0 vehicle contours.
  1939. 2016-03-30 07:30:56.831 DEBUG [process_frame] Found 0 valid vehicle contours.
  1940. 2016-03-30 07:30:56.831 DEBUG [process_frame] Updating vehicle count...
  1941. 2016-03-30 07:30:56.831 DEBUG [vehicle_counter] Updating count using 0 matches...
  1942. 2016-03-30 07:30:56.831 DEBUG [vehicle_counter] No match for vehicle #10. frames_since_seen=2
  1943. 2016-03-30 07:30:56.831 DEBUG [vehicle_counter] Count updated, tracking 1 vehicles.
  1944. 2016-03-30 07:30:56.831 DEBUG [root] Saving processed frame #119 as 'images/processed_0119.png'
  1945. 2016-03-30 07:30:56.831 DEBUG [main] Frame #119 processed.
  1946. 2016-03-30 07:30:56.841 DEBUG [main] Capturing frame #120...
  1947. 2016-03-30 07:30:56.841 ERROR [main] Frame capture failed, stopping...
  1948. 2016-03-30 07:30:56.841 DEBUG [main] Closing video capture device...
  1949. 2016-03-30 07:30:56.841 DEBUG [main] Done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement