Advertisement
dan-masek

Vehicle Counter - Debug Log rev 3

Mar 29th, 2016
729
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 133.33 KB | None | 0 0
  1. 2016-03-29 15:54:04.384 DEBUG [main] Creating background subtractor...
  2. 2016-03-29 15:54:04.384 DEBUG [main] Pre-training the background subtractor...
  3. 2016-03-29 15:54:04.384 DEBUG [main] Initializing video capture device #images/frame_%04d.png...
  4. 2016-03-29 15:54:04.401 DEBUG [main] Video capture frame size=(w=0, h=0)
  5. 2016-03-29 15:54:04.401 DEBUG [main] Starting capture loop...
  6. 2016-03-29 15:54:04.401 DEBUG [main] Capturing frame #0...
  7. 2016-03-29 15:54:04.401 DEBUG [main] Got frame #0: shape=(120, 160, 3)
  8. 2016-03-29 15:54:04.401 DEBUG [main] Creating vehicle counter...
  9. 2016-03-29 15:54:04.401 DEBUG [main] Processing frame #0...
  10. 2016-03-29 15:54:04.401 DEBUG [root] Saving foreground mask for frame #0 as 'images/mask_0000.png'
  11. 2016-03-29 15:54:04.401 DEBUG [detect_vehicles] Found 1 vehicle contours.
  12. 2016-03-29 15:54:04.401 DEBUG [detect_vehicles] Contour #0: pos=(x=106, y=1) size=(w=11, h=5) valid=False
  13. 2016-03-29 15:54:04.401 DEBUG [process_frame] No valid vehicle contours found.
  14. 2016-03-29 15:54:04.401 DEBUG [root] Saving processed frame #0 as 'images/processed_0000.png'
  15. 2016-03-29 15:54:04.415 DEBUG [main] Frame #0 processed.
  16. 2016-03-29 15:54:04.431 DEBUG [main] Capturing frame #1...
  17. 2016-03-29 15:54:04.431 DEBUG [main] Got frame #1: shape=(120, 160, 3)
  18. 2016-03-29 15:54:04.431 DEBUG [main] Processing frame #1...
  19. 2016-03-29 15:54:04.431 DEBUG [root] Saving foreground mask for frame #1 as 'images/mask_0001.png'
  20. 2016-03-29 15:54:04.431 DEBUG [detect_vehicles] Found 2 vehicle contours.
  21. 2016-03-29 15:54:04.431 DEBUG [detect_vehicles] Contour #0: pos=(x=153, y=1) size=(w=6, h=3) valid=False
  22. 2016-03-29 15:54:04.431 DEBUG [detect_vehicles] Contour #1: pos=(x=106, y=1) size=(w=12, h=7) valid=False
  23. 2016-03-29 15:54:04.431 DEBUG [process_frame] No valid vehicle contours found.
  24. 2016-03-29 15:54:04.431 DEBUG [root] Saving processed frame #1 as 'images/processed_0001.png'
  25. 2016-03-29 15:54:04.431 DEBUG [main] Frame #1 processed.
  26. 2016-03-29 15:54:04.447 DEBUG [main] Capturing frame #2...
  27. 2016-03-29 15:54:04.447 DEBUG [main] Got frame #2: shape=(120, 160, 3)
  28. 2016-03-29 15:54:04.447 DEBUG [main] Processing frame #2...
  29. 2016-03-29 15:54:04.447 DEBUG [root] Saving foreground mask for frame #2 as 'images/mask_0002.png'
  30. 2016-03-29 15:54:04.447 DEBUG [detect_vehicles] Found 1 vehicle contours.
  31. 2016-03-29 15:54:04.447 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=1) size=(w=9, h=5) valid=False
  32. 2016-03-29 15:54:04.447 DEBUG [process_frame] No valid vehicle contours found.
  33. 2016-03-29 15:54:04.447 DEBUG [root] Saving processed frame #2 as 'images/processed_0002.png'
  34. 2016-03-29 15:54:04.447 DEBUG [main] Frame #2 processed.
  35. 2016-03-29 15:54:04.463 DEBUG [main] Capturing frame #3...
  36. 2016-03-29 15:54:04.463 DEBUG [main] Got frame #3: shape=(120, 160, 3)
  37. 2016-03-29 15:54:04.463 DEBUG [main] Processing frame #3...
  38. 2016-03-29 15:54:04.463 DEBUG [root] Saving foreground mask for frame #3 as 'images/mask_0003.png'
  39. 2016-03-29 15:54:04.463 DEBUG [detect_vehicles] Found 1 vehicle contours.
  40. 2016-03-29 15:54:04.463 DEBUG [detect_vehicles] Contour #0: pos=(x=107, y=4) size=(w=8, h=7) valid=False
  41. 2016-03-29 15:54:04.463 DEBUG [process_frame] No valid vehicle contours found.
  42. 2016-03-29 15:54:04.463 DEBUG [root] Saving processed frame #3 as 'images/processed_0003.png'
  43. 2016-03-29 15:54:04.463 DEBUG [main] Frame #3 processed.
  44. 2016-03-29 15:54:04.479 DEBUG [main] Capturing frame #4...
  45. 2016-03-29 15:54:04.479 DEBUG [main] Got frame #4: shape=(120, 160, 3)
  46. 2016-03-29 15:54:04.479 DEBUG [main] Processing frame #4...
  47. 2016-03-29 15:54:04.479 DEBUG [root] Saving foreground mask for frame #4 as 'images/mask_0004.png'
  48. 2016-03-29 15:54:04.479 DEBUG [detect_vehicles] Found 1 vehicle contours.
  49. 2016-03-29 15:54:04.479 DEBUG [detect_vehicles] Contour #0: pos=(x=111, y=2) size=(w=8, h=10) valid=False
  50. 2016-03-29 15:54:04.479 DEBUG [process_frame] No valid vehicle contours found.
  51. 2016-03-29 15:54:04.479 DEBUG [root] Saving processed frame #4 as 'images/processed_0004.png'
  52. 2016-03-29 15:54:04.479 DEBUG [main] Frame #4 processed.
  53. 2016-03-29 15:54:04.493 DEBUG [main] Capturing frame #5...
  54. 2016-03-29 15:54:04.493 DEBUG [main] Got frame #5: shape=(120, 160, 3)
  55. 2016-03-29 15:54:04.493 DEBUG [main] Processing frame #5...
  56. 2016-03-29 15:54:04.493 DEBUG [root] Saving foreground mask for frame #5 as 'images/mask_0005.png'
  57. 2016-03-29 15:54:04.493 DEBUG [detect_vehicles] Found 1 vehicle contours.
  58. 2016-03-29 15:54:04.493 DEBUG [detect_vehicles] Contour #0: pos=(x=106, y=1) size=(w=12, h=13) valid=False
  59. 2016-03-29 15:54:04.493 DEBUG [process_frame] No valid vehicle contours found.
  60. 2016-03-29 15:54:04.493 DEBUG [root] Saving processed frame #5 as 'images/processed_0005.png'
  61. 2016-03-29 15:54:04.493 DEBUG [main] Frame #5 processed.
  62. 2016-03-29 15:54:04.509 DEBUG [main] Capturing frame #6...
  63. 2016-03-29 15:54:04.509 DEBUG [main] Got frame #6: shape=(120, 160, 3)
  64. 2016-03-29 15:54:04.509 DEBUG [main] Processing frame #6...
  65. 2016-03-29 15:54:04.509 DEBUG [root] Saving foreground mask for frame #6 as 'images/mask_0006.png'
  66. 2016-03-29 15:54:04.509 DEBUG [detect_vehicles] Found 0 vehicle contours.
  67. 2016-03-29 15:54:04.509 DEBUG [process_frame] No valid vehicle contours found.
  68. 2016-03-29 15:54:04.509 DEBUG [root] Saving processed frame #6 as 'images/processed_0006.png'
  69. 2016-03-29 15:54:04.509 DEBUG [main] Frame #6 processed.
  70. 2016-03-29 15:54:04.526 DEBUG [main] Capturing frame #7...
  71. 2016-03-29 15:54:04.526 DEBUG [main] Got frame #7: shape=(120, 160, 3)
  72. 2016-03-29 15:54:04.526 DEBUG [main] Processing frame #7...
  73. 2016-03-29 15:54:04.526 DEBUG [root] Saving foreground mask for frame #7 as 'images/mask_0007.png'
  74. 2016-03-29 15:54:04.526 DEBUG [detect_vehicles] Found 1 vehicle contours.
  75. 2016-03-29 15:54:04.526 DEBUG [detect_vehicles] Contour #0: pos=(x=108, y=6) size=(w=11, h=12) valid=False
  76. 2016-03-29 15:54:04.526 DEBUG [process_frame] No valid vehicle contours found.
  77. 2016-03-29 15:54:04.526 DEBUG [root] Saving processed frame #7 as 'images/processed_0007.png'
  78. 2016-03-29 15:54:04.526 DEBUG [main] Frame #7 processed.
  79. 2016-03-29 15:54:04.540 DEBUG [main] Capturing frame #8...
  80. 2016-03-29 15:54:04.540 DEBUG [main] Got frame #8: shape=(120, 160, 3)
  81. 2016-03-29 15:54:04.540 DEBUG [main] Processing frame #8...
  82. 2016-03-29 15:54:04.540 DEBUG [root] Saving foreground mask for frame #8 as 'images/mask_0008.png'
  83. 2016-03-29 15:54:04.540 DEBUG [detect_vehicles] Found 1 vehicle contours.
  84. 2016-03-29 15:54:04.540 DEBUG [detect_vehicles] Contour #0: pos=(x=104, y=8) size=(w=15, h=12) valid=False
  85. 2016-03-29 15:54:04.540 DEBUG [process_frame] No valid vehicle contours found.
  86. 2016-03-29 15:54:04.540 DEBUG [root] Saving processed frame #8 as 'images/processed_0008.png'
  87. 2016-03-29 15:54:04.540 DEBUG [main] Frame #8 processed.
  88. 2016-03-29 15:54:04.556 DEBUG [main] Capturing frame #9...
  89. 2016-03-29 15:54:04.556 DEBUG [main] Got frame #9: shape=(120, 160, 3)
  90. 2016-03-29 15:54:04.556 DEBUG [main] Processing frame #9...
  91. 2016-03-29 15:54:04.556 DEBUG [root] Saving foreground mask for frame #9 as 'images/mask_0009.png'
  92. 2016-03-29 15:54:04.556 DEBUG [detect_vehicles] Found 1 vehicle contours.
  93. 2016-03-29 15:54:04.556 DEBUG [detect_vehicles] Contour #0: pos=(x=104, y=10) size=(w=16, h=13) valid=False
  94. 2016-03-29 15:54:04.556 DEBUG [process_frame] No valid vehicle contours found.
  95. 2016-03-29 15:54:04.556 DEBUG [root] Saving processed frame #9 as 'images/processed_0009.png'
  96. 2016-03-29 15:54:04.556 DEBUG [main] Frame #9 processed.
  97. 2016-03-29 15:54:04.572 DEBUG [main] Capturing frame #10...
  98. 2016-03-29 15:54:04.572 DEBUG [main] Got frame #10: shape=(120, 160, 3)
  99. 2016-03-29 15:54:04.572 DEBUG [main] Processing frame #10...
  100. 2016-03-29 15:54:04.572 DEBUG [root] Saving foreground mask for frame #10 as 'images/mask_0010.png'
  101. 2016-03-29 15:54:04.572 DEBUG [detect_vehicles] Found 1 vehicle contours.
  102. 2016-03-29 15:54:04.572 DEBUG [detect_vehicles] Contour #0: pos=(x=104, y=12) size=(w=16, h=14) valid=False
  103. 2016-03-29 15:54:04.572 DEBUG [process_frame] No valid vehicle contours found.
  104. 2016-03-29 15:54:04.572 DEBUG [root] Saving processed frame #10 as 'images/processed_0010.png'
  105. 2016-03-29 15:54:04.572 DEBUG [main] Frame #10 processed.
  106. 2016-03-29 15:54:04.588 DEBUG [main] Capturing frame #11...
  107. 2016-03-29 15:54:04.588 DEBUG [main] Got frame #11: shape=(120, 160, 3)
  108. 2016-03-29 15:54:04.588 DEBUG [main] Processing frame #11...
  109. 2016-03-29 15:54:04.588 DEBUG [root] Saving foreground mask for frame #11 as 'images/mask_0011.png'
  110. 2016-03-29 15:54:04.588 DEBUG [detect_vehicles] Found 1 vehicle contours.
  111. 2016-03-29 15:54:04.588 DEBUG [detect_vehicles] Contour #0: pos=(x=104, y=9) size=(w=17, h=20) valid=False
  112. 2016-03-29 15:54:04.588 DEBUG [process_frame] No valid vehicle contours found.
  113. 2016-03-29 15:54:04.588 DEBUG [root] Saving processed frame #11 as 'images/processed_0011.png'
  114. 2016-03-29 15:54:04.588 DEBUG [main] Frame #11 processed.
  115. 2016-03-29 15:54:04.604 DEBUG [main] Capturing frame #12...
  116. 2016-03-29 15:54:04.604 DEBUG [main] Got frame #12: shape=(120, 160, 3)
  117. 2016-03-29 15:54:04.604 DEBUG [main] Processing frame #12...
  118. 2016-03-29 15:54:04.604 DEBUG [root] Saving foreground mask for frame #12 as 'images/mask_0012.png'
  119. 2016-03-29 15:54:04.604 DEBUG [detect_vehicles] Found 2 vehicle contours.
  120. 2016-03-29 15:54:04.604 DEBUG [detect_vehicles] Contour #0: pos=(x=103, y=11) size=(w=18, h=21) valid=False
  121. 2016-03-29 15:54:04.604 DEBUG [detect_vehicles] Contour #1: pos=(x=112, y=1) size=(w=7, h=3) valid=False
  122. 2016-03-29 15:54:04.604 DEBUG [process_frame] No valid vehicle contours found.
  123. 2016-03-29 15:54:04.604 DEBUG [root] Saving processed frame #12 as 'images/processed_0012.png'
  124. 2016-03-29 15:54:04.604 DEBUG [main] Frame #12 processed.
  125. 2016-03-29 15:54:04.618 DEBUG [main] Capturing frame #13...
  126. 2016-03-29 15:54:04.618 DEBUG [main] Got frame #13: shape=(120, 160, 3)
  127. 2016-03-29 15:54:04.618 DEBUG [main] Processing frame #13...
  128. 2016-03-29 15:54:04.618 DEBUG [root] Saving foreground mask for frame #13 as 'images/mask_0013.png'
  129. 2016-03-29 15:54:04.618 DEBUG [detect_vehicles] Found 2 vehicle contours.
  130. 2016-03-29 15:54:04.618 DEBUG [detect_vehicles] Contour #0: pos=(x=103, y=13) size=(w=18, h=23) valid=False
  131. 2016-03-29 15:54:04.618 DEBUG [detect_vehicles] Contour #1: pos=(x=111, y=1) size=(w=9, h=4) valid=False
  132. 2016-03-29 15:54:04.618 DEBUG [process_frame] No valid vehicle contours found.
  133. 2016-03-29 15:54:04.618 DEBUG [root] Saving processed frame #13 as 'images/processed_0013.png'
  134. 2016-03-29 15:54:04.618 DEBUG [main] Frame #13 processed.
  135. 2016-03-29 15:54:04.634 DEBUG [main] Capturing frame #14...
  136. 2016-03-29 15:54:04.634 DEBUG [main] Got frame #14: shape=(120, 160, 3)
  137. 2016-03-29 15:54:04.634 DEBUG [main] Processing frame #14...
  138. 2016-03-29 15:54:04.634 DEBUG [root] Saving foreground mask for frame #14 as 'images/mask_0014.png'
  139. 2016-03-29 15:54:04.634 DEBUG [detect_vehicles] Found 2 vehicle contours.
  140. 2016-03-29 15:54:04.634 DEBUG [detect_vehicles] Contour #0: pos=(x=102, y=16) size=(w=20, h=24) valid=False
  141. 2016-03-29 15:54:04.634 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=1) size=(w=10, h=5) valid=False
  142. 2016-03-29 15:54:04.634 DEBUG [process_frame] No valid vehicle contours found.
  143. 2016-03-29 15:54:04.634 DEBUG [root] Saving processed frame #14 as 'images/processed_0014.png'
  144. 2016-03-29 15:54:04.634 DEBUG [main] Frame #14 processed.
  145. 2016-03-29 15:54:04.651 DEBUG [main] Capturing frame #15...
  146. 2016-03-29 15:54:04.651 DEBUG [main] Got frame #15: shape=(120, 160, 3)
  147. 2016-03-29 15:54:04.651 DEBUG [main] Processing frame #15...
  148. 2016-03-29 15:54:04.651 DEBUG [root] Saving foreground mask for frame #15 as 'images/mask_0015.png'
  149. 2016-03-29 15:54:04.651 DEBUG [detect_vehicles] Found 2 vehicle contours.
  150. 2016-03-29 15:54:04.651 DEBUG [detect_vehicles] Contour #0: pos=(x=102, y=19) size=(w=20, h=26) valid=False
  151. 2016-03-29 15:54:04.651 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=1) size=(w=12, h=7) valid=False
  152. 2016-03-29 15:54:04.651 DEBUG [process_frame] No valid vehicle contours found.
  153. 2016-03-29 15:54:04.651 DEBUG [root] Saving processed frame #15 as 'images/processed_0015.png'
  154. 2016-03-29 15:54:04.651 DEBUG [main] Frame #15 processed.
  155. 2016-03-29 15:54:04.665 DEBUG [main] Capturing frame #16...
  156. 2016-03-29 15:54:04.665 DEBUG [main] Got frame #16: shape=(120, 160, 3)
  157. 2016-03-29 15:54:04.665 DEBUG [main] Processing frame #16...
  158. 2016-03-29 15:54:04.665 DEBUG [root] Saving foreground mask for frame #16 as 'images/mask_0016.png'
  159. 2016-03-29 15:54:04.665 DEBUG [detect_vehicles] Found 2 vehicle contours.
  160. 2016-03-29 15:54:04.665 DEBUG [detect_vehicles] Contour #0: pos=(x=101, y=22) size=(w=22, h=28) valid=True
  161. 2016-03-29 15:54:04.665 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=1) size=(w=12, h=8) valid=False
  162. 2016-03-29 15:54:04.665 DEBUG [process_frame] Found 1 valid vehicle contours.
  163. 2016-03-29 15:54:04.665 DEBUG [process_frame] Valid vehicle contour #0: centroid=(112, 36), bounding_box=(101, 22, 22, 28)
  164. 2016-03-29 15:54:04.665 DEBUG [process_frame] Updating vehicle count...
  165. 2016-03-29 15:54:04.665 DEBUG [vehicle_counter] Updating count using 1 matches...
  166. 2016-03-29 15:54:04.665 DEBUG [root] Saving processed frame #16 as 'images/processed_0016.png'
  167. 2016-03-29 15:54:04.665 DEBUG [main] Frame #16 processed.
  168. 2016-03-29 15:54:04.681 DEBUG [main] Capturing frame #17...
  169. 2016-03-29 15:54:04.681 DEBUG [main] Got frame #17: shape=(120, 160, 3)
  170. 2016-03-29 15:54:04.681 DEBUG [main] Processing frame #17...
  171. 2016-03-29 15:54:04.681 DEBUG [root] Saving foreground mask for frame #17 as 'images/mask_0017.png'
  172. 2016-03-29 15:54:04.681 DEBUG [detect_vehicles] Found 3 vehicle contours.
  173. 2016-03-29 15:54:04.681 DEBUG [detect_vehicles] Contour #0: pos=(x=100, y=33) size=(w=24, h=24) valid=True
  174. 2016-03-29 15:54:04.681 DEBUG [detect_vehicles] Contour #1: pos=(x=104, y=26) size=(w=16, h=10) valid=False
  175. 2016-03-29 15:54:04.681 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=12, h=10) valid=False
  176. 2016-03-29 15:54:04.681 DEBUG [process_frame] Found 1 valid vehicle contours.
  177. 2016-03-29 15:54:04.681 DEBUG [process_frame] Valid vehicle contour #0: centroid=(112, 45), bounding_box=(100, 33, 24, 24)
  178. 2016-03-29 15:54:04.681 DEBUG [process_frame] Updating vehicle count...
  179. 2016-03-29 15:54:04.681 DEBUG [vehicle_counter] Updating count using 1 matches...
  180. 2016-03-29 15:54:04.681 DEBUG [root] Saving processed frame #17 as 'images/processed_0017.png'
  181. 2016-03-29 15:54:04.681 DEBUG [main] Frame #17 processed.
  182. 2016-03-29 15:54:04.697 DEBUG [main] Capturing frame #18...
  183. 2016-03-29 15:54:04.697 DEBUG [main] Got frame #18: shape=(120, 160, 3)
  184. 2016-03-29 15:54:04.697 DEBUG [main] Processing frame #18...
  185. 2016-03-29 15:54:04.697 DEBUG [root] Saving foreground mask for frame #18 as 'images/mask_0018.png'
  186. 2016-03-29 15:54:04.697 DEBUG [detect_vehicles] Found 4 vehicle contours.
  187. 2016-03-29 15:54:04.697 DEBUG [detect_vehicles] Contour #0: pos=(x=99, y=39) size=(w=26, h=26) valid=True
  188. 2016-03-29 15:54:04.697 DEBUG [detect_vehicles] Contour #1: pos=(x=103, y=31) size=(w=19, h=9) valid=False
  189. 2016-03-29 15:54:04.697 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=12, h=11) valid=False
  190. 2016-03-29 15:54:04.697 DEBUG [detect_vehicles] Contour #3: pos=(x=98, y=1) size=(w=10, h=3) valid=False
  191. 2016-03-29 15:54:04.697 DEBUG [process_frame] Found 1 valid vehicle contours.
  192. 2016-03-29 15:54:04.697 DEBUG [process_frame] Valid vehicle contour #0: centroid=(112, 52), bounding_box=(99, 39, 26, 26)
  193. 2016-03-29 15:54:04.697 DEBUG [process_frame] Updating vehicle count...
  194. 2016-03-29 15:54:04.697 DEBUG [vehicle_counter] Updating count using 1 matches...
  195. 2016-03-29 15:54:04.697 DEBUG [root] Saving processed frame #18 as 'images/processed_0018.png'
  196. 2016-03-29 15:54:04.697 DEBUG [main] Frame #18 processed.
  197. 2016-03-29 15:54:04.713 DEBUG [main] Capturing frame #19...
  198. 2016-03-29 15:54:04.713 DEBUG [main] Got frame #19: shape=(120, 160, 3)
  199. 2016-03-29 15:54:04.713 DEBUG [main] Processing frame #19...
  200. 2016-03-29 15:54:04.713 DEBUG [root] Saving foreground mask for frame #19 as 'images/mask_0019.png'
  201. 2016-03-29 15:54:04.713 DEBUG [detect_vehicles] Found 3 vehicle contours.
  202. 2016-03-29 15:54:04.713 DEBUG [detect_vehicles] Contour #0: pos=(x=98, y=35) size=(w=28, h=39) valid=True
  203. 2016-03-29 15:54:04.713 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=4) size=(w=13, h=10) valid=False
  204. 2016-03-29 15:54:04.713 DEBUG [detect_vehicles] Contour #2: pos=(x=96, y=1) size=(w=12, h=4) valid=False
  205. 2016-03-29 15:54:04.713 DEBUG [process_frame] Found 1 valid vehicle contours.
  206. 2016-03-29 15:54:04.713 DEBUG [process_frame] Valid vehicle contour #0: centroid=(112, 54), bounding_box=(98, 35, 28, 39)
  207. 2016-03-29 15:54:04.713 DEBUG [process_frame] Updating vehicle count...
  208. 2016-03-29 15:54:04.713 DEBUG [vehicle_counter] Updating count using 1 matches...
  209. 2016-03-29 15:54:04.713 DEBUG [root] Saving processed frame #19 as 'images/processed_0019.png'
  210. 2016-03-29 15:54:04.713 DEBUG [main] Frame #19 processed.
  211. 2016-03-29 15:54:04.729 DEBUG [main] Capturing frame #20...
  212. 2016-03-29 15:54:04.729 DEBUG [main] Got frame #20: shape=(120, 160, 3)
  213. 2016-03-29 15:54:04.729 DEBUG [main] Processing frame #20...
  214. 2016-03-29 15:54:04.729 DEBUG [root] Saving foreground mask for frame #20 as 'images/mask_0020.png'
  215. 2016-03-29 15:54:04.729 DEBUG [detect_vehicles] Found 3 vehicle contours.
  216. 2016-03-29 15:54:04.729 DEBUG [detect_vehicles] Contour #0: pos=(x=97, y=41) size=(w=30, h=44) valid=True
  217. 2016-03-29 15:54:04.729 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=6) size=(w=13, h=10) valid=False
  218. 2016-03-29 15:54:04.729 DEBUG [detect_vehicles] Contour #2: pos=(x=95, y=1) size=(w=13, h=6) valid=False
  219. 2016-03-29 15:54:04.729 DEBUG [process_frame] Found 1 valid vehicle contours.
  220. 2016-03-29 15:54:04.729 DEBUG [process_frame] Valid vehicle contour #0: centroid=(112, 63), bounding_box=(97, 41, 30, 44)
  221. 2016-03-29 15:54:04.729 DEBUG [process_frame] Updating vehicle count...
  222. 2016-03-29 15:54:04.729 DEBUG [vehicle_counter] Updating count using 1 matches...
  223. 2016-03-29 15:54:04.729 DEBUG [root] Saving processed frame #20 as 'images/processed_0020.png'
  224. 2016-03-29 15:54:04.729 DEBUG [main] Frame #20 processed.
  225. 2016-03-29 15:54:04.743 DEBUG [main] Capturing frame #21...
  226. 2016-03-29 15:54:04.743 DEBUG [main] Got frame #21: shape=(120, 160, 3)
  227. 2016-03-29 15:54:04.743 DEBUG [main] Processing frame #21...
  228. 2016-03-29 15:54:04.743 DEBUG [root] Saving foreground mask for frame #21 as 'images/mask_0021.png'
  229. 2016-03-29 15:54:04.743 DEBUG [detect_vehicles] Found 3 vehicle contours.
  230. 2016-03-29 15:54:04.743 DEBUG [detect_vehicles] Contour #0: pos=(x=94, y=47) size=(w=35, h=53) valid=True
  231. 2016-03-29 15:54:04.743 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=7) size=(w=14, h=11) valid=False
  232. 2016-03-29 15:54:04.743 DEBUG [detect_vehicles] Contour #2: pos=(x=96, y=1) size=(w=12, h=7) valid=False
  233. 2016-03-29 15:54:04.743 DEBUG [process_frame] Found 1 valid vehicle contours.
  234. 2016-03-29 15:54:04.743 DEBUG [process_frame] Valid vehicle contour #0: centroid=(111, 73), bounding_box=(94, 47, 35, 53)
  235. 2016-03-29 15:54:04.743 DEBUG [process_frame] Updating vehicle count...
  236. 2016-03-29 15:54:04.743 DEBUG [vehicle_counter] Updating count using 1 matches...
  237. 2016-03-29 15:54:04.743 DEBUG [root] Saving processed frame #21 as 'images/processed_0021.png'
  238. 2016-03-29 15:54:04.743 DEBUG [main] Frame #21 processed.
  239. 2016-03-29 15:54:04.759 DEBUG [main] Capturing frame #22...
  240. 2016-03-29 15:54:04.759 DEBUG [main] Got frame #22: shape=(120, 160, 3)
  241. 2016-03-29 15:54:04.759 DEBUG [main] Processing frame #22...
  242. 2016-03-29 15:54:04.759 DEBUG [root] Saving foreground mask for frame #22 as 'images/mask_0022.png'
  243. 2016-03-29 15:54:04.759 DEBUG [detect_vehicles] Found 3 vehicle contours.
  244. 2016-03-29 15:54:04.759 DEBUG [detect_vehicles] Contour #0: pos=(x=92, y=55) size=(w=38, h=62) valid=True
  245. 2016-03-29 15:54:04.759 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=9) size=(w=14, h=11) valid=False
  246. 2016-03-29 15:54:04.759 DEBUG [detect_vehicles] Contour #2: pos=(x=94, y=1) size=(w=13, h=9) valid=False
  247. 2016-03-29 15:54:04.759 DEBUG [process_frame] Found 1 valid vehicle contours.
  248. 2016-03-29 15:54:04.759 DEBUG [process_frame] Valid vehicle contour #0: centroid=(111, 86), bounding_box=(92, 55, 38, 62)
  249. 2016-03-29 15:54:04.759 DEBUG [process_frame] Updating vehicle count...
  250. 2016-03-29 15:54:04.759 DEBUG [vehicle_counter] Updating count using 1 matches...
  251. 2016-03-29 15:54:04.759 DEBUG [root] Saving processed frame #22 as 'images/processed_0022.png'
  252. 2016-03-29 15:54:04.759 DEBUG [main] Frame #22 processed.
  253. 2016-03-29 15:54:04.776 DEBUG [main] Capturing frame #23...
  254. 2016-03-29 15:54:04.776 DEBUG [main] Got frame #23: shape=(120, 160, 3)
  255. 2016-03-29 15:54:04.776 DEBUG [main] Processing frame #23...
  256. 2016-03-29 15:54:04.776 DEBUG [root] Saving foreground mask for frame #23 as 'images/mask_0023.png'
  257. 2016-03-29 15:54:04.776 DEBUG [detect_vehicles] Found 3 vehicle contours.
  258. 2016-03-29 15:54:04.776 DEBUG [detect_vehicles] Contour #0: pos=(x=91, y=64) size=(w=41, h=55) valid=True
  259. 2016-03-29 15:54:04.776 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=11) size=(w=15, h=12) valid=False
  260. 2016-03-29 15:54:04.776 DEBUG [detect_vehicles] Contour #2: pos=(x=93, y=1) size=(w=15, h=11) valid=False
  261. 2016-03-29 15:54:04.776 DEBUG [process_frame] Found 1 valid vehicle contours.
  262. 2016-03-29 15:54:04.776 DEBUG [process_frame] Valid vehicle contour #0: centroid=(111, 91), bounding_box=(91, 64, 41, 55)
  263. 2016-03-29 15:54:04.776 DEBUG [process_frame] Updating vehicle count...
  264. 2016-03-29 15:54:04.776 DEBUG [vehicle_counter] Updating count using 1 matches...
  265. 2016-03-29 15:54:04.776 DEBUG [root] Saving processed frame #23 as 'images/processed_0023.png'
  266. 2016-03-29 15:54:04.776 DEBUG [main] Frame #23 processed.
  267. 2016-03-29 15:54:04.790 DEBUG [main] Capturing frame #24...
  268. 2016-03-29 15:54:04.790 DEBUG [main] Got frame #24: shape=(120, 160, 3)
  269. 2016-03-29 15:54:04.790 DEBUG [main] Processing frame #24...
  270. 2016-03-29 15:54:04.790 DEBUG [root] Saving foreground mask for frame #24 as 'images/mask_0024.png'
  271. 2016-03-29 15:54:04.790 DEBUG [detect_vehicles] Found 4 vehicle contours.
  272. 2016-03-29 15:54:04.790 DEBUG [detect_vehicles] Contour #0: pos=(x=105, y=115) size=(w=8, h=4) valid=False
  273. 2016-03-29 15:54:04.790 DEBUG [detect_vehicles] Contour #1: pos=(x=88, y=76) size=(w=47, h=43) valid=True
  274. 2016-03-29 15:54:04.790 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=8) size=(w=14, h=18) valid=False
  275. 2016-03-29 15:54:04.790 DEBUG [detect_vehicles] Contour #3: pos=(x=93, y=1) size=(w=14, h=12) valid=False
  276. 2016-03-29 15:54:04.790 DEBUG [process_frame] Found 1 valid vehicle contours.
  277. 2016-03-29 15:54:04.790 DEBUG [process_frame] Valid vehicle contour #0: centroid=(111, 97), bounding_box=(88, 76, 47, 43)
  278. 2016-03-29 15:54:04.790 DEBUG [process_frame] Updating vehicle count...
  279. 2016-03-29 15:54:04.790 DEBUG [vehicle_counter] Updating count using 1 matches...
  280. 2016-03-29 15:54:04.790 DEBUG [root] Saving processed frame #24 as 'images/processed_0024.png'
  281. 2016-03-29 15:54:04.790 DEBUG [main] Frame #24 processed.
  282. 2016-03-29 15:54:04.806 DEBUG [main] Capturing frame #25...
  283. 2016-03-29 15:54:04.806 DEBUG [main] Got frame #25: shape=(120, 160, 3)
  284. 2016-03-29 15:54:04.806 DEBUG [main] Processing frame #25...
  285. 2016-03-29 15:54:04.806 DEBUG [root] Saving foreground mask for frame #25 as 'images/mask_0025.png'
  286. 2016-03-29 15:54:04.806 DEBUG [detect_vehicles] Found 3 vehicle contours.
  287. 2016-03-29 15:54:04.806 DEBUG [detect_vehicles] Contour #0: pos=(x=88, y=91) size=(w=45, h=28) valid=True
  288. 2016-03-29 15:54:04.806 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=16) size=(w=16, h=13) valid=False
  289. 2016-03-29 15:54:04.806 DEBUG [detect_vehicles] Contour #2: pos=(x=92, y=1) size=(w=14, h=15) valid=False
  290. 2016-03-29 15:54:04.806 DEBUG [process_frame] Found 1 valid vehicle contours.
  291. 2016-03-29 15:54:04.806 DEBUG [process_frame] Valid vehicle contour #0: centroid=(110, 105), bounding_box=(88, 91, 45, 28)
  292. 2016-03-29 15:54:04.806 DEBUG [process_frame] Updating vehicle count...
  293. 2016-03-29 15:54:04.806 DEBUG [vehicle_counter] Updating count using 1 matches...
  294. 2016-03-29 15:54:04.806 DEBUG [root] Saving processed frame #25 as 'images/processed_0025.png'
  295. 2016-03-29 15:54:04.806 DEBUG [main] Frame #25 processed.
  296. 2016-03-29 15:54:04.822 DEBUG [main] Capturing frame #26...
  297. 2016-03-29 15:54:04.822 DEBUG [main] Got frame #26: shape=(120, 160, 3)
  298. 2016-03-29 15:54:04.822 DEBUG [main] Processing frame #26...
  299. 2016-03-29 15:54:04.822 DEBUG [root] Saving foreground mask for frame #26 as 'images/mask_0026.png'
  300. 2016-03-29 15:54:04.822 DEBUG [detect_vehicles] Found 3 vehicle contours.
  301. 2016-03-29 15:54:04.822 DEBUG [detect_vehicles] Contour #0: pos=(x=90, y=110) size=(w=40, h=9) valid=False
  302. 2016-03-29 15:54:04.822 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=12) size=(w=16, h=20) valid=False
  303. 2016-03-29 15:54:04.822 DEBUG [detect_vehicles] Contour #2: pos=(x=91, y=1) size=(w=15, h=17) valid=False
  304. 2016-03-29 15:54:04.822 DEBUG [process_frame] No valid vehicle contours found.
  305. 2016-03-29 15:54:04.822 DEBUG [root] Saving processed frame #26 as 'images/processed_0026.png'
  306. 2016-03-29 15:54:04.822 DEBUG [main] Frame #26 processed.
  307. 2016-03-29 15:54:04.838 DEBUG [main] Capturing frame #27...
  308. 2016-03-29 15:54:04.838 DEBUG [main] Got frame #27: shape=(120, 160, 3)
  309. 2016-03-29 15:54:04.838 DEBUG [main] Processing frame #27...
  310. 2016-03-29 15:54:04.838 DEBUG [root] Saving foreground mask for frame #27 as 'images/mask_0027.png'
  311. 2016-03-29 15:54:04.838 DEBUG [detect_vehicles] Found 3 vehicle contours.
  312. 2016-03-29 15:54:04.838 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=14) size=(w=18, h=22) valid=False
  313. 2016-03-29 15:54:04.838 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=1) size=(w=10, h=3) valid=False
  314. 2016-03-29 15:54:04.838 DEBUG [detect_vehicles] Contour #2: pos=(x=90, y=1) size=(w=16, h=19) valid=False
  315. 2016-03-29 15:54:04.838 DEBUG [process_frame] No valid vehicle contours found.
  316. 2016-03-29 15:54:04.838 DEBUG [root] Saving processed frame #27 as 'images/processed_0027.png'
  317. 2016-03-29 15:54:04.838 DEBUG [main] Frame #27 processed.
  318. 2016-03-29 15:54:04.854 DEBUG [main] Capturing frame #28...
  319. 2016-03-29 15:54:04.854 DEBUG [main] Got frame #28: shape=(120, 160, 3)
  320. 2016-03-29 15:54:04.854 DEBUG [main] Processing frame #28...
  321. 2016-03-29 15:54:04.854 DEBUG [root] Saving foreground mask for frame #28 as 'images/mask_0028.png'
  322. 2016-03-29 15:54:04.854 DEBUG [detect_vehicles] Found 3 vehicle contours.
  323. 2016-03-29 15:54:04.854 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=17) size=(w=18, h=23) valid=False
  324. 2016-03-29 15:54:04.854 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=1) size=(w=12, h=4) valid=False
  325. 2016-03-29 15:54:04.854 DEBUG [detect_vehicles] Contour #2: pos=(x=89, y=1) size=(w=16, h=22) valid=False
  326. 2016-03-29 15:54:04.854 DEBUG [process_frame] No valid vehicle contours found.
  327. 2016-03-29 15:54:04.854 DEBUG [root] Saving processed frame #28 as 'images/processed_0028.png'
  328. 2016-03-29 15:54:04.854 DEBUG [main] Frame #28 processed.
  329. 2016-03-29 15:54:04.868 DEBUG [main] Capturing frame #29...
  330. 2016-03-29 15:54:04.868 DEBUG [main] Got frame #29: shape=(120, 160, 3)
  331. 2016-03-29 15:54:04.868 DEBUG [main] Processing frame #29...
  332. 2016-03-29 15:54:04.868 DEBUG [root] Saving foreground mask for frame #29 as 'images/mask_0029.png'
  333. 2016-03-29 15:54:04.868 DEBUG [detect_vehicles] Found 4 vehicle contours.
  334. 2016-03-29 15:54:04.868 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=29) size=(w=19, h=16) valid=False
  335. 2016-03-29 15:54:04.868 DEBUG [detect_vehicles] Contour #1: pos=(x=112, y=20) size=(w=13, h=9) valid=False
  336. 2016-03-29 15:54:04.868 DEBUG [detect_vehicles] Contour #2: pos=(x=87, y=2) size=(w=18, h=24) valid=False
  337. 2016-03-29 15:54:04.868 DEBUG [detect_vehicles] Contour #3: pos=(x=109, y=1) size=(w=11, h=6) valid=False
  338. 2016-03-29 15:54:04.868 DEBUG [process_frame] No valid vehicle contours found.
  339. 2016-03-29 15:54:04.868 DEBUG [root] Saving processed frame #29 as 'images/processed_0029.png'
  340. 2016-03-29 15:54:04.868 DEBUG [main] Frame #29 processed.
  341. 2016-03-29 15:54:04.884 DEBUG [main] Capturing frame #30...
  342. 2016-03-29 15:54:04.884 DEBUG [main] Got frame #30: shape=(120, 160, 3)
  343. 2016-03-29 15:54:04.884 DEBUG [main] Processing frame #30...
  344. 2016-03-29 15:54:04.884 DEBUG [root] Saving foreground mask for frame #30 as 'images/mask_0030.png'
  345. 2016-03-29 15:54:04.884 DEBUG [detect_vehicles] Found 3 vehicle contours.
  346. 2016-03-29 15:54:04.884 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=24) size=(w=21, h=27) valid=True
  347. 2016-03-29 15:54:04.884 DEBUG [detect_vehicles] Contour #1: pos=(x=86, y=4) size=(w=18, h=25) valid=False
  348. 2016-03-29 15:54:04.884 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=1) size=(w=13, h=7) valid=False
  349. 2016-03-29 15:54:04.884 DEBUG [process_frame] Found 1 valid vehicle contours.
  350. 2016-03-29 15:54:04.884 DEBUG [process_frame] Valid vehicle contour #0: centroid=(119, 37), bounding_box=(109, 24, 21, 27)
  351. 2016-03-29 15:54:04.884 DEBUG [process_frame] Updating vehicle count...
  352. 2016-03-29 15:54:04.884 DEBUG [vehicle_counter] Updating count using 1 matches...
  353. 2016-03-29 15:54:04.884 DEBUG [root] Saving processed frame #30 as 'images/processed_0030.png'
  354. 2016-03-29 15:54:04.884 DEBUG [main] Frame #30 processed.
  355. 2016-03-29 15:54:04.901 DEBUG [main] Capturing frame #31...
  356. 2016-03-29 15:54:04.901 DEBUG [main] Got frame #31: shape=(120, 160, 3)
  357. 2016-03-29 15:54:04.901 DEBUG [main] Processing frame #31...
  358. 2016-03-29 15:54:04.901 DEBUG [root] Saving foreground mask for frame #31 as 'images/mask_0031.png'
  359. 2016-03-29 15:54:04.901 DEBUG [detect_vehicles] Found 3 vehicle contours.
  360. 2016-03-29 15:54:04.901 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=28) size=(w=22, h=29) valid=True
  361. 2016-03-29 15:54:04.901 DEBUG [detect_vehicles] Contour #1: pos=(x=84, y=6) size=(w=19, h=27) valid=False
  362. 2016-03-29 15:54:04.901 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=12, h=8) valid=False
  363. 2016-03-29 15:54:04.901 DEBUG [process_frame] Found 1 valid vehicle contours.
  364. 2016-03-29 15:54:04.901 DEBUG [process_frame] Valid vehicle contour #0: centroid=(120, 42), bounding_box=(109, 28, 22, 29)
  365. 2016-03-29 15:54:04.901 DEBUG [process_frame] Updating vehicle count...
  366. 2016-03-29 15:54:04.901 DEBUG [vehicle_counter] Updating count using 1 matches...
  367. 2016-03-29 15:54:04.901 DEBUG [root] Saving processed frame #31 as 'images/processed_0031.png'
  368. 2016-03-29 15:54:04.901 DEBUG [main] Frame #31 processed.
  369. 2016-03-29 15:54:04.915 DEBUG [main] Capturing frame #32...
  370. 2016-03-29 15:54:04.915 DEBUG [main] Got frame #32: shape=(120, 160, 3)
  371. 2016-03-29 15:54:04.915 DEBUG [main] Processing frame #32...
  372. 2016-03-29 15:54:04.915 DEBUG [root] Saving foreground mask for frame #32 as 'images/mask_0032.png'
  373. 2016-03-29 15:54:04.915 DEBUG [detect_vehicles] Found 4 vehicle contours.
  374. 2016-03-29 15:54:04.915 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=44) size=(w=24, h=21) valid=True
  375. 2016-03-29 15:54:04.915 DEBUG [detect_vehicles] Contour #1: pos=(x=111, y=32) size=(w=17, h=12) valid=False
  376. 2016-03-29 15:54:04.915 DEBUG [detect_vehicles] Contour #2: pos=(x=82, y=8) size=(w=22, h=30) valid=True
  377. 2016-03-29 15:54:04.915 DEBUG [detect_vehicles] Contour #3: pos=(x=111, y=3) size=(w=11, h=8) valid=False
  378. 2016-03-29 15:54:04.915 DEBUG [process_frame] Found 2 valid vehicle contours.
  379. 2016-03-29 15:54:04.915 DEBUG [process_frame] Valid vehicle contour #0: centroid=(121, 54), bounding_box=(109, 44, 24, 21)
  380. 2016-03-29 15:54:04.915 DEBUG [process_frame] Valid vehicle contour #1: centroid=(93, 23), bounding_box=(82, 8, 22, 30)
  381. 2016-03-29 15:54:04.915 DEBUG [process_frame] Updating vehicle count...
  382. 2016-03-29 15:54:04.915 DEBUG [vehicle_counter] Updating count using 2 matches...
  383. 2016-03-29 15:54:04.915 DEBUG [root] Saving processed frame #32 as 'images/processed_0032.png'
  384. 2016-03-29 15:54:04.915 DEBUG [main] Frame #32 processed.
  385. 2016-03-29 15:54:04.931 DEBUG [main] Capturing frame #33...
  386. 2016-03-29 15:54:04.931 DEBUG [main] Got frame #33: shape=(120, 160, 3)
  387. 2016-03-29 15:54:04.931 DEBUG [main] Processing frame #33...
  388. 2016-03-29 15:54:04.931 DEBUG [root] Saving foreground mask for frame #33 as 'images/mask_0033.png'
  389. 2016-03-29 15:54:04.931 DEBUG [detect_vehicles] Found 4 vehicle contours.
  390. 2016-03-29 15:54:04.931 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=37) size=(w=25, h=37) valid=True
  391. 2016-03-29 15:54:04.931 DEBUG [detect_vehicles] Contour #1: pos=(x=80, y=11) size=(w=23, h=32) valid=True
  392. 2016-03-29 15:54:04.931 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=4) size=(w=13, h=9) valid=False
  393. 2016-03-29 15:54:04.931 DEBUG [detect_vehicles] Contour #3: pos=(x=113, y=1) size=(w=5, h=3) valid=False
  394. 2016-03-29 15:54:04.931 DEBUG [process_frame] Found 2 valid vehicle contours.
  395. 2016-03-29 15:54:04.931 DEBUG [process_frame] Valid vehicle contour #0: centroid=(121, 55), bounding_box=(109, 37, 25, 37)
  396. 2016-03-29 15:54:04.931 DEBUG [process_frame] Valid vehicle contour #1: centroid=(91, 27), bounding_box=(80, 11, 23, 32)
  397. 2016-03-29 15:54:04.931 DEBUG [process_frame] Updating vehicle count...
  398. 2016-03-29 15:54:04.931 DEBUG [vehicle_counter] Updating count using 2 matches...
  399. 2016-03-29 15:54:04.931 DEBUG [root] Saving processed frame #33 as 'images/processed_0033.png'
  400. 2016-03-29 15:54:04.931 DEBUG [main] Frame #33 processed.
  401. 2016-03-29 15:54:04.947 DEBUG [main] Capturing frame #34...
  402. 2016-03-29 15:54:04.947 DEBUG [main] Got frame #34: shape=(120, 160, 3)
  403. 2016-03-29 15:54:04.947 DEBUG [main] Processing frame #34...
  404. 2016-03-29 15:54:04.947 DEBUG [root] Saving foreground mask for frame #34 as 'images/mask_0034.png'
  405. 2016-03-29 15:54:04.947 DEBUG [detect_vehicles] Found 3 vehicle contours.
  406. 2016-03-29 15:54:04.947 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=43) size=(w=28, h=42) valid=True
  407. 2016-03-29 15:54:04.947 DEBUG [detect_vehicles] Contour #1: pos=(x=77, y=14) size=(w=25, h=34) valid=True
  408. 2016-03-29 15:54:04.947 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=6) size=(w=14, h=9) valid=False
  409. 2016-03-29 15:54:04.947 DEBUG [process_frame] Found 2 valid vehicle contours.
  410. 2016-03-29 15:54:04.947 DEBUG [process_frame] Valid vehicle contour #0: centroid=(123, 64), bounding_box=(109, 43, 28, 42)
  411. 2016-03-29 15:54:04.947 DEBUG [process_frame] Valid vehicle contour #1: centroid=(89, 31), bounding_box=(77, 14, 25, 34)
  412. 2016-03-29 15:54:04.947 DEBUG [process_frame] Updating vehicle count...
  413. 2016-03-29 15:54:04.947 DEBUG [vehicle_counter] Updating count using 2 matches...
  414. 2016-03-29 15:54:04.947 DEBUG [root] Saving processed frame #34 as 'images/processed_0034.png'
  415. 2016-03-29 15:54:04.947 DEBUG [main] Frame #34 processed.
  416. 2016-03-29 15:54:04.963 DEBUG [main] Capturing frame #35...
  417. 2016-03-29 15:54:04.963 DEBUG [main] Got frame #35: shape=(120, 160, 3)
  418. 2016-03-29 15:54:04.963 DEBUG [main] Processing frame #35...
  419. 2016-03-29 15:54:04.963 DEBUG [root] Saving foreground mask for frame #35 as 'images/mask_0035.png'
  420. 2016-03-29 15:54:04.963 DEBUG [detect_vehicles] Found 3 vehicle contours.
  421. 2016-03-29 15:54:04.963 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=50) size=(w=30, h=49) valid=True
  422. 2016-03-29 15:54:04.963 DEBUG [detect_vehicles] Contour #1: pos=(x=74, y=17) size=(w=27, h=39) valid=True
  423. 2016-03-29 15:54:04.963 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=3) size=(w=13, h=14) valid=False
  424. 2016-03-29 15:54:04.963 DEBUG [process_frame] Found 2 valid vehicle contours.
  425. 2016-03-29 15:54:04.963 DEBUG [process_frame] Valid vehicle contour #0: centroid=(124, 74), bounding_box=(109, 50, 30, 49)
  426. 2016-03-29 15:54:04.963 DEBUG [process_frame] Valid vehicle contour #1: centroid=(87, 36), bounding_box=(74, 17, 27, 39)
  427. 2016-03-29 15:54:04.963 DEBUG [process_frame] Updating vehicle count...
  428. 2016-03-29 15:54:04.963 DEBUG [vehicle_counter] Updating count using 2 matches...
  429. 2016-03-29 15:54:04.963 DEBUG [root] Saving processed frame #35 as 'images/processed_0035.png'
  430. 2016-03-29 15:54:04.963 DEBUG [main] Frame #35 processed.
  431. 2016-03-29 15:54:04.979 DEBUG [main] Capturing frame #36...
  432. 2016-03-29 15:54:04.979 DEBUG [main] Got frame #36: shape=(120, 160, 3)
  433. 2016-03-29 15:54:04.979 DEBUG [main] Processing frame #36...
  434. 2016-03-29 15:54:04.979 DEBUG [root] Saving foreground mask for frame #36 as 'images/mask_0036.png'
  435. 2016-03-29 15:54:04.979 DEBUG [detect_vehicles] Found 3 vehicle contours.
  436. 2016-03-29 15:54:04.979 DEBUG [detect_vehicles] Contour #0: pos=(x=108, y=59) size=(w=34, h=57) valid=True
  437. 2016-03-29 15:54:04.979 DEBUG [detect_vehicles] Contour #1: pos=(x=71, y=21) size=(w=29, h=43) valid=True
  438. 2016-03-29 15:54:04.979 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=6) size=(w=15, h=13) valid=False
  439. 2016-03-29 15:54:04.979 DEBUG [process_frame] Found 2 valid vehicle contours.
  440. 2016-03-29 15:54:04.979 DEBUG [process_frame] Valid vehicle contour #0: centroid=(125, 87), bounding_box=(108, 59, 34, 57)
  441. 2016-03-29 15:54:04.979 DEBUG [process_frame] Valid vehicle contour #1: centroid=(85, 42), bounding_box=(71, 21, 29, 43)
  442. 2016-03-29 15:54:04.979 DEBUG [process_frame] Updating vehicle count...
  443. 2016-03-29 15:54:04.979 DEBUG [vehicle_counter] Updating count using 2 matches...
  444. 2016-03-29 15:54:04.979 DEBUG [root] Saving processed frame #36 as 'images/processed_0036.png'
  445. 2016-03-29 15:54:04.979 DEBUG [main] Frame #36 processed.
  446. 2016-03-29 15:54:04.993 DEBUG [main] Capturing frame #37...
  447. 2016-03-29 15:54:04.993 DEBUG [main] Got frame #37: shape=(120, 160, 3)
  448. 2016-03-29 15:54:04.993 DEBUG [main] Processing frame #37...
  449. 2016-03-29 15:54:04.993 DEBUG [root] Saving foreground mask for frame #37 as 'images/mask_0037.png'
  450. 2016-03-29 15:54:04.993 DEBUG [detect_vehicles] Found 3 vehicle contours.
  451. 2016-03-29 15:54:04.993 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=69) size=(w=36, h=50) valid=True
  452. 2016-03-29 15:54:04.993 DEBUG [detect_vehicles] Contour #1: pos=(x=66, y=25) size=(w=33, h=49) valid=True
  453. 2016-03-29 15:54:04.993 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=9) size=(w=15, h=12) valid=False
  454. 2016-03-29 15:54:04.993 DEBUG [process_frame] Found 2 valid vehicle contours.
  455. 2016-03-29 15:54:04.993 DEBUG [process_frame] Valid vehicle contour #0: centroid=(127, 94), bounding_box=(109, 69, 36, 50)
  456. 2016-03-29 15:54:04.993 DEBUG [process_frame] Valid vehicle contour #1: centroid=(82, 49), bounding_box=(66, 25, 33, 49)
  457. 2016-03-29 15:54:04.993 DEBUG [process_frame] Updating vehicle count...
  458. 2016-03-29 15:54:04.993 DEBUG [vehicle_counter] Updating count using 2 matches...
  459. 2016-03-29 15:54:04.993 DEBUG [root] Saving processed frame #37 as 'images/processed_0037.png'
  460. 2016-03-29 15:54:04.993 DEBUG [main] Frame #37 processed.
  461. 2016-03-29 15:54:05.009 DEBUG [main] Capturing frame #38...
  462. 2016-03-29 15:54:05.009 DEBUG [main] Got frame #38: shape=(120, 160, 3)
  463. 2016-03-29 15:54:05.009 DEBUG [main] Processing frame #38...
  464. 2016-03-29 15:54:05.009 DEBUG [root] Saving foreground mask for frame #38 as 'images/mask_0038.png'
  465. 2016-03-29 15:54:05.009 DEBUG [detect_vehicles] Found 3 vehicle contours.
  466. 2016-03-29 15:54:05.009 DEBUG [detect_vehicles] Contour #0: pos=(x=105, y=82) size=(w=40, h=37) valid=True
  467. 2016-03-29 15:54:05.009 DEBUG [detect_vehicles] Contour #1: pos=(x=61, y=31) size=(w=36, h=57) valid=True
  468. 2016-03-29 15:54:05.009 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=15) size=(w=16, h=9) valid=False
  469. 2016-03-29 15:54:05.009 DEBUG [process_frame] Found 2 valid vehicle contours.
  470. 2016-03-29 15:54:05.009 DEBUG [process_frame] Valid vehicle contour #0: centroid=(125, 100), bounding_box=(105, 82, 40, 37)
  471. 2016-03-29 15:54:05.009 DEBUG [process_frame] Valid vehicle contour #1: centroid=(79, 59), bounding_box=(61, 31, 36, 57)
  472. 2016-03-29 15:54:05.009 DEBUG [process_frame] Updating vehicle count...
  473. 2016-03-29 15:54:05.009 DEBUG [vehicle_counter] Updating count using 2 matches...
  474. 2016-03-29 15:54:05.009 DEBUG [root] Saving processed frame #38 as 'images/processed_0038.png'
  475. 2016-03-29 15:54:05.009 DEBUG [main] Frame #38 processed.
  476. 2016-03-29 15:54:05.026 DEBUG [main] Capturing frame #39...
  477. 2016-03-29 15:54:05.026 DEBUG [main] Got frame #39: shape=(120, 160, 3)
  478. 2016-03-29 15:54:05.026 DEBUG [main] Processing frame #39...
  479. 2016-03-29 15:54:05.026 DEBUG [root] Saving foreground mask for frame #39 as 'images/mask_0039.png'
  480. 2016-03-29 15:54:05.026 DEBUG [detect_vehicles] Found 3 vehicle contours.
  481. 2016-03-29 15:54:05.026 DEBUG [detect_vehicles] Contour #0: pos=(x=108, y=98) size=(w=37, h=21) valid=True
  482. 2016-03-29 15:54:05.026 DEBUG [detect_vehicles] Contour #1: pos=(x=54, y=37) size=(w=41, h=68) valid=True
  483. 2016-03-29 15:54:05.026 DEBUG [detect_vehicles] Contour #2: pos=(x=108, y=18) size=(w=18, h=9) valid=False
  484. 2016-03-29 15:54:05.026 DEBUG [process_frame] Found 2 valid vehicle contours.
  485. 2016-03-29 15:54:05.026 DEBUG [process_frame] Valid vehicle contour #0: centroid=(126, 108), bounding_box=(108, 98, 37, 21)
  486. 2016-03-29 15:54:05.026 DEBUG [process_frame] Valid vehicle contour #1: centroid=(74, 71), bounding_box=(54, 37, 41, 68)
  487. 2016-03-29 15:54:05.026 DEBUG [process_frame] Updating vehicle count...
  488. 2016-03-29 15:54:05.026 DEBUG [vehicle_counter] Updating count using 2 matches...
  489. 2016-03-29 15:54:05.026 DEBUG [root] Saving processed frame #39 as 'images/processed_0039.png'
  490. 2016-03-29 15:54:05.026 DEBUG [main] Frame #39 processed.
  491. 2016-03-29 15:54:05.040 DEBUG [main] Capturing frame #40...
  492. 2016-03-29 15:54:05.040 DEBUG [main] Got frame #40: shape=(120, 160, 3)
  493. 2016-03-29 15:54:05.040 DEBUG [main] Processing frame #40...
  494. 2016-03-29 15:54:05.040 DEBUG [root] Saving foreground mask for frame #40 as 'images/mask_0040.png'
  495. 2016-03-29 15:54:05.040 DEBUG [detect_vehicles] Found 2 vehicle contours.
  496. 2016-03-29 15:54:05.040 DEBUG [detect_vehicles] Contour #0: pos=(x=45, y=45) size=(w=51, h=74) valid=True
  497. 2016-03-29 15:54:05.040 DEBUG [detect_vehicles] Contour #1: pos=(x=108, y=20) size=(w=19, h=11) valid=False
  498. 2016-03-29 15:54:05.040 DEBUG [process_frame] Found 1 valid vehicle contours.
  499. 2016-03-29 15:54:05.040 DEBUG [process_frame] Valid vehicle contour #0: centroid=(70, 82), bounding_box=(45, 45, 51, 74)
  500. 2016-03-29 15:54:05.040 DEBUG [process_frame] Updating vehicle count...
  501. 2016-03-29 15:54:05.040 DEBUG [vehicle_counter] Updating count using 1 matches...
  502. 2016-03-29 15:54:05.040 DEBUG [root] Saving processed frame #40 as 'images/processed_0040.png'
  503. 2016-03-29 15:54:05.040 DEBUG [main] Frame #40 processed.
  504. 2016-03-29 15:54:05.056 DEBUG [main] Capturing frame #41...
  505. 2016-03-29 15:54:05.056 DEBUG [main] Got frame #41: shape=(120, 160, 3)
  506. 2016-03-29 15:54:05.056 DEBUG [main] Processing frame #41...
  507. 2016-03-29 15:54:05.056 DEBUG [root] Saving foreground mask for frame #41 as 'images/mask_0041.png'
  508. 2016-03-29 15:54:05.056 DEBUG [detect_vehicles] Found 2 vehicle contours.
  509. 2016-03-29 15:54:05.056 DEBUG [detect_vehicles] Contour #0: pos=(x=32, y=53) size=(w=61, h=66) valid=True
  510. 2016-03-29 15:54:05.056 DEBUG [detect_vehicles] Contour #1: pos=(x=108, y=24) size=(w=20, h=11) valid=False
  511. 2016-03-29 15:54:05.056 DEBUG [process_frame] Found 1 valid vehicle contours.
  512. 2016-03-29 15:54:05.056 DEBUG [process_frame] Valid vehicle contour #0: centroid=(62, 86), bounding_box=(32, 53, 61, 66)
  513. 2016-03-29 15:54:05.056 DEBUG [process_frame] Updating vehicle count...
  514. 2016-03-29 15:54:05.056 DEBUG [vehicle_counter] Updating count using 1 matches...
  515. 2016-03-29 15:54:05.056 DEBUG [root] Saving processed frame #41 as 'images/processed_0041.png'
  516. 2016-03-29 15:54:05.056 DEBUG [main] Frame #41 processed.
  517. 2016-03-29 15:54:05.072 DEBUG [main] Capturing frame #42...
  518. 2016-03-29 15:54:05.072 DEBUG [main] Got frame #42: shape=(120, 160, 3)
  519. 2016-03-29 15:54:05.072 DEBUG [main] Processing frame #42...
  520. 2016-03-29 15:54:05.072 DEBUG [root] Saving foreground mask for frame #42 as 'images/mask_0042.png'
  521. 2016-03-29 15:54:05.072 DEBUG [detect_vehicles] Found 2 vehicle contours.
  522. 2016-03-29 15:54:05.072 DEBUG [detect_vehicles] Contour #0: pos=(x=31, y=66) size=(w=61, h=53) valid=True
  523. 2016-03-29 15:54:05.072 DEBUG [detect_vehicles] Contour #1: pos=(x=105, y=19) size=(w=26, h=22) valid=True
  524. 2016-03-29 15:54:05.072 DEBUG [process_frame] Found 2 valid vehicle contours.
  525. 2016-03-29 15:54:05.072 DEBUG [process_frame] Valid vehicle contour #0: centroid=(61, 92), bounding_box=(31, 66, 61, 53)
  526. 2016-03-29 15:54:05.072 DEBUG [process_frame] Valid vehicle contour #1: centroid=(118, 30), bounding_box=(105, 19, 26, 22)
  527. 2016-03-29 15:54:05.072 DEBUG [process_frame] Updating vehicle count...
  528. 2016-03-29 15:54:05.072 DEBUG [vehicle_counter] Updating count using 2 matches...
  529. 2016-03-29 15:54:05.072 DEBUG [root] Saving processed frame #42 as 'images/processed_0042.png'
  530. 2016-03-29 15:54:05.072 DEBUG [main] Frame #42 processed.
  531. 2016-03-29 15:54:05.088 DEBUG [main] Capturing frame #43...
  532. 2016-03-29 15:54:05.088 DEBUG [main] Got frame #43: shape=(120, 160, 3)
  533. 2016-03-29 15:54:05.088 DEBUG [main] Processing frame #43...
  534. 2016-03-29 15:54:05.088 DEBUG [root] Saving foreground mask for frame #43 as 'images/mask_0043.png'
  535. 2016-03-29 15:54:05.088 DEBUG [detect_vehicles] Found 2 vehicle contours.
  536. 2016-03-29 15:54:05.088 DEBUG [detect_vehicles] Contour #0: pos=(x=27, y=84) size=(w=57, h=35) valid=True
  537. 2016-03-29 15:54:05.088 DEBUG [detect_vehicles] Contour #1: pos=(x=107, y=31) size=(w=23, h=13) valid=False
  538. 2016-03-29 15:54:05.088 DEBUG [process_frame] Found 1 valid vehicle contours.
  539. 2016-03-29 15:54:05.088 DEBUG [process_frame] Valid vehicle contour #0: centroid=(55, 101), bounding_box=(27, 84, 57, 35)
  540. 2016-03-29 15:54:05.088 DEBUG [process_frame] Updating vehicle count...
  541. 2016-03-29 15:54:05.088 DEBUG [vehicle_counter] Updating count using 1 matches...
  542. 2016-03-29 15:54:05.088 DEBUG [root] Saving processed frame #43 as 'images/processed_0043.png'
  543. 2016-03-29 15:54:05.088 DEBUG [main] Frame #43 processed.
  544. 2016-03-29 15:54:05.104 DEBUG [main] Capturing frame #44...
  545. 2016-03-29 15:54:05.104 DEBUG [main] Got frame #44: shape=(120, 160, 3)
  546. 2016-03-29 15:54:05.104 DEBUG [main] Processing frame #44...
  547. 2016-03-29 15:54:05.104 DEBUG [root] Saving foreground mask for frame #44 as 'images/mask_0044.png'
  548. 2016-03-29 15:54:05.104 DEBUG [detect_vehicles] Found 3 vehicle contours.
  549. 2016-03-29 15:54:05.104 DEBUG [detect_vehicles] Contour #0: pos=(x=26, y=105) size=(w=50, h=14) valid=False
  550. 2016-03-29 15:54:05.104 DEBUG [detect_vehicles] Contour #1: pos=(x=108, y=37) size=(w=22, h=12) valid=False
  551. 2016-03-29 15:54:05.104 DEBUG [detect_vehicles] Contour #2: pos=(x=93, y=1) size=(w=9, h=3) valid=False
  552. 2016-03-29 15:54:05.104 DEBUG [process_frame] No valid vehicle contours found.
  553. 2016-03-29 15:54:05.104 DEBUG [root] Saving processed frame #44 as 'images/processed_0044.png'
  554. 2016-03-29 15:54:05.104 DEBUG [main] Frame #44 processed.
  555. 2016-03-29 15:54:05.118 DEBUG [main] Capturing frame #45...
  556. 2016-03-29 15:54:05.118 DEBUG [main] Got frame #45: shape=(120, 160, 3)
  557. 2016-03-29 15:54:05.118 DEBUG [main] Processing frame #45...
  558. 2016-03-29 15:54:05.118 DEBUG [root] Saving foreground mask for frame #45 as 'images/mask_0045.png'
  559. 2016-03-29 15:54:05.118 DEBUG [detect_vehicles] Found 2 vehicle contours.
  560. 2016-03-29 15:54:05.118 DEBUG [detect_vehicles] Contour #0: pos=(x=108, y=43) size=(w=23, h=12) valid=False
  561. 2016-03-29 15:54:05.118 DEBUG [detect_vehicles] Contour #1: pos=(x=91, y=1) size=(w=11, h=4) valid=False
  562. 2016-03-29 15:54:05.118 DEBUG [process_frame] No valid vehicle contours found.
  563. 2016-03-29 15:54:05.118 DEBUG [root] Saving processed frame #45 as 'images/processed_0045.png'
  564. 2016-03-29 15:54:05.118 DEBUG [main] Frame #45 processed.
  565. 2016-03-29 15:54:05.134 DEBUG [main] Capturing frame #46...
  566. 2016-03-29 15:54:05.134 DEBUG [main] Got frame #46: shape=(120, 160, 3)
  567. 2016-03-29 15:54:05.134 DEBUG [main] Processing frame #46...
  568. 2016-03-29 15:54:05.134 DEBUG [root] Saving foreground mask for frame #46 as 'images/mask_0046.png'
  569. 2016-03-29 15:54:05.134 DEBUG [detect_vehicles] Found 2 vehicle contours.
  570. 2016-03-29 15:54:05.134 DEBUG [detect_vehicles] Contour #0: pos=(x=108, y=49) size=(w=25, h=13) valid=False
  571. 2016-03-29 15:54:05.134 DEBUG [detect_vehicles] Contour #1: pos=(x=90, y=1) size=(w=11, h=5) valid=False
  572. 2016-03-29 15:54:05.134 DEBUG [process_frame] No valid vehicle contours found.
  573. 2016-03-29 15:54:05.134 DEBUG [root] Saving processed frame #46 as 'images/processed_0046.png'
  574. 2016-03-29 15:54:05.134 DEBUG [main] Frame #46 processed.
  575. 2016-03-29 15:54:05.151 DEBUG [main] Capturing frame #47...
  576. 2016-03-29 15:54:05.151 DEBUG [main] Got frame #47: shape=(120, 160, 3)
  577. 2016-03-29 15:54:05.151 DEBUG [main] Processing frame #47...
  578. 2016-03-29 15:54:05.151 DEBUG [root] Saving foreground mask for frame #47 as 'images/mask_0047.png'
  579. 2016-03-29 15:54:05.151 DEBUG [detect_vehicles] Found 2 vehicle contours.
  580. 2016-03-29 15:54:05.151 DEBUG [detect_vehicles] Contour #0: pos=(x=108, y=53) size=(w=27, h=18) valid=False
  581. 2016-03-29 15:54:05.151 DEBUG [detect_vehicles] Contour #1: pos=(x=89, y=1) size=(w=12, h=6) valid=False
  582. 2016-03-29 15:54:05.151 DEBUG [process_frame] No valid vehicle contours found.
  583. 2016-03-29 15:54:05.151 DEBUG [root] Saving processed frame #47 as 'images/processed_0047.png'
  584. 2016-03-29 15:54:05.151 DEBUG [main] Frame #47 processed.
  585. 2016-03-29 15:54:05.165 DEBUG [main] Capturing frame #48...
  586. 2016-03-29 15:54:05.165 DEBUG [main] Got frame #48: shape=(120, 160, 3)
  587. 2016-03-29 15:54:05.165 DEBUG [main] Processing frame #48...
  588. 2016-03-29 15:54:05.165 DEBUG [root] Saving foreground mask for frame #48 as 'images/mask_0048.png'
  589. 2016-03-29 15:54:05.165 DEBUG [detect_vehicles] Found 3 vehicle contours.
  590. 2016-03-29 15:54:05.165 DEBUG [detect_vehicles] Contour #0: pos=(x=108, y=62) size=(w=29, h=20) valid=False
  591. 2016-03-29 15:54:05.165 DEBUG [detect_vehicles] Contour #1: pos=(x=112, y=54) size=(w=7, h=7) valid=False
  592. 2016-03-29 15:54:05.165 DEBUG [detect_vehicles] Contour #2: pos=(x=88, y=1) size=(w=12, h=7) valid=False
  593. 2016-03-29 15:54:05.165 DEBUG [process_frame] No valid vehicle contours found.
  594. 2016-03-29 15:54:05.165 DEBUG [root] Saving processed frame #48 as 'images/processed_0048.png'
  595. 2016-03-29 15:54:05.165 DEBUG [main] Frame #48 processed.
  596. 2016-03-29 15:54:05.181 DEBUG [main] Capturing frame #49...
  597. 2016-03-29 15:54:05.181 DEBUG [main] Got frame #49: shape=(120, 160, 3)
  598. 2016-03-29 15:54:05.181 DEBUG [main] Processing frame #49...
  599. 2016-03-29 15:54:05.181 DEBUG [root] Saving foreground mask for frame #49 as 'images/mask_0049.png'
  600. 2016-03-29 15:54:05.181 DEBUG [detect_vehicles] Found 3 vehicle contours.
  601. 2016-03-29 15:54:05.181 DEBUG [detect_vehicles] Contour #0: pos=(x=108, y=72) size=(w=32, h=22) valid=True
  602. 2016-03-29 15:54:05.181 DEBUG [detect_vehicles] Contour #1: pos=(x=108, y=63) size=(w=12, h=10) valid=False
  603. 2016-03-29 15:54:05.181 DEBUG [detect_vehicles] Contour #2: pos=(x=88, y=1) size=(w=11, h=9) valid=False
  604. 2016-03-29 15:54:05.181 DEBUG [process_frame] Found 1 valid vehicle contours.
  605. 2016-03-29 15:54:05.181 DEBUG [process_frame] Valid vehicle contour #0: centroid=(124, 83), bounding_box=(108, 72, 32, 22)
  606. 2016-03-29 15:54:05.181 DEBUG [process_frame] Updating vehicle count...
  607. 2016-03-29 15:54:05.181 DEBUG [vehicle_counter] Updating count using 1 matches...
  608. 2016-03-29 15:54:05.181 DEBUG [root] Saving processed frame #49 as 'images/processed_0049.png'
  609. 2016-03-29 15:54:05.181 DEBUG [main] Frame #49 processed.
  610. 2016-03-29 15:54:05.197 DEBUG [main] Capturing frame #50...
  611. 2016-03-29 15:54:05.197 DEBUG [main] Got frame #50: shape=(120, 160, 3)
  612. 2016-03-29 15:54:05.197 DEBUG [main] Processing frame #50...
  613. 2016-03-29 15:54:05.197 DEBUG [root] Saving foreground mask for frame #50 as 'images/mask_0050.png'
  614. 2016-03-29 15:54:05.197 DEBUG [detect_vehicles] Found 4 vehicle contours.
  615. 2016-03-29 15:54:05.197 DEBUG [detect_vehicles] Contour #0: pos=(x=127, y=80) size=(w=16, h=14) valid=False
  616. 2016-03-29 15:54:05.197 DEBUG [detect_vehicles] Contour #1: pos=(x=107, y=70) size=(w=36, h=41) valid=True
  617. 2016-03-29 15:54:05.197 DEBUG [detect_vehicles] Contour #2: pos=(x=111, y=1) size=(w=7, h=3) valid=False
  618. 2016-03-29 15:54:05.197 DEBUG [detect_vehicles] Contour #3: pos=(x=87, y=1) size=(w=12, h=10) valid=False
  619. 2016-03-29 15:54:05.197 DEBUG [process_frame] Found 1 valid vehicle contours.
  620. 2016-03-29 15:54:05.197 DEBUG [process_frame] Valid vehicle contour #0: centroid=(125, 90), bounding_box=(107, 70, 36, 41)
  621. 2016-03-29 15:54:05.197 DEBUG [process_frame] Updating vehicle count...
  622. 2016-03-29 15:54:05.197 DEBUG [vehicle_counter] Updating count using 1 matches...
  623. 2016-03-29 15:54:05.197 DEBUG [root] Saving processed frame #50 as 'images/processed_0050.png'
  624. 2016-03-29 15:54:05.197 DEBUG [main] Frame #50 processed.
  625. 2016-03-29 15:54:05.213 DEBUG [main] Capturing frame #51...
  626. 2016-03-29 15:54:05.213 DEBUG [main] Got frame #51: shape=(120, 160, 3)
  627. 2016-03-29 15:54:05.213 DEBUG [main] Processing frame #51...
  628. 2016-03-29 15:54:05.213 DEBUG [root] Saving foreground mask for frame #51 as 'images/mask_0051.png'
  629. 2016-03-29 15:54:05.213 DEBUG [detect_vehicles] Found 5 vehicle contours.
  630. 2016-03-29 15:54:05.213 DEBUG [detect_vehicles] Contour #0: pos=(x=129, y=98) size=(w=18, h=21) valid=False
  631. 2016-03-29 15:54:05.213 DEBUG [detect_vehicles] Contour #1: pos=(x=105, y=84) size=(w=22, h=35) valid=True
  632. 2016-03-29 15:54:05.213 DEBUG [detect_vehicles] Contour #2: pos=(x=115, y=69) size=(w=7, h=7) valid=False
  633. 2016-03-29 15:54:05.213 DEBUG [detect_vehicles] Contour #3: pos=(x=110, y=1) size=(w=10, h=4) valid=False
  634. 2016-03-29 15:54:05.213 DEBUG [detect_vehicles] Contour #4: pos=(x=85, y=1) size=(w=14, h=12) valid=False
  635. 2016-03-29 15:54:05.213 DEBUG [process_frame] Found 1 valid vehicle contours.
  636. 2016-03-29 15:54:05.213 DEBUG [process_frame] Valid vehicle contour #0: centroid=(116, 101), bounding_box=(105, 84, 22, 35)
  637. 2016-03-29 15:54:05.213 DEBUG [process_frame] Updating vehicle count...
  638. 2016-03-29 15:54:05.213 DEBUG [vehicle_counter] Updating count using 1 matches...
  639. 2016-03-29 15:54:05.213 DEBUG [root] Saving processed frame #51 as 'images/processed_0051.png'
  640. 2016-03-29 15:54:05.213 DEBUG [main] Frame #51 processed.
  641. 2016-03-29 15:54:05.229 DEBUG [main] Capturing frame #52...
  642. 2016-03-29 15:54:05.229 DEBUG [main] Got frame #52: shape=(120, 160, 3)
  643. 2016-03-29 15:54:05.229 DEBUG [main] Processing frame #52...
  644. 2016-03-29 15:54:05.229 DEBUG [root] Saving foreground mask for frame #52 as 'images/mask_0052.png'
  645. 2016-03-29 15:54:05.229 DEBUG [detect_vehicles] Found 7 vehicle contours.
  646. 2016-03-29 15:54:05.229 DEBUG [detect_vehicles] Contour #0: pos=(x=143, y=111) size=(w=7, h=7) valid=False
  647. 2016-03-29 15:54:05.229 DEBUG [detect_vehicles] Contour #1: pos=(x=125, y=84) size=(w=7, h=7) valid=False
  648. 2016-03-29 15:54:05.229 DEBUG [detect_vehicles] Contour #2: pos=(x=106, y=82) size=(w=32, h=37) valid=True
  649. 2016-03-29 15:54:05.229 DEBUG [detect_vehicles] Contour #3: pos=(x=114, y=75) size=(w=11, h=13) valid=False
  650. 2016-03-29 15:54:05.229 DEBUG [detect_vehicles] Contour #4: pos=(x=110, y=1) size=(w=10, h=5) valid=False
  651. 2016-03-29 15:54:05.229 DEBUG [detect_vehicles] Contour #5: pos=(x=97, y=1) size=(w=8, h=3) valid=False
  652. 2016-03-29 15:54:05.229 DEBUG [detect_vehicles] Contour #6: pos=(x=84, y=1) size=(w=15, h=13) valid=False
  653. 2016-03-29 15:54:05.229 DEBUG [process_frame] Found 1 valid vehicle contours.
  654. 2016-03-29 15:54:05.229 DEBUG [process_frame] Valid vehicle contour #0: centroid=(122, 100), bounding_box=(106, 82, 32, 37)
  655. 2016-03-29 15:54:05.229 DEBUG [process_frame] Updating vehicle count...
  656. 2016-03-29 15:54:05.229 DEBUG [vehicle_counter] Updating count using 1 matches...
  657. 2016-03-29 15:54:05.229 DEBUG [root] Saving processed frame #52 as 'images/processed_0052.png'
  658. 2016-03-29 15:54:05.229 DEBUG [main] Frame #52 processed.
  659. 2016-03-29 15:54:05.243 DEBUG [main] Capturing frame #53...
  660. 2016-03-29 15:54:05.243 DEBUG [main] Got frame #53: shape=(120, 160, 3)
  661. 2016-03-29 15:54:05.243 DEBUG [main] Processing frame #53...
  662. 2016-03-29 15:54:05.243 DEBUG [root] Saving foreground mask for frame #53 as 'images/mask_0053.png'
  663. 2016-03-29 15:54:05.243 DEBUG [detect_vehicles] Found 5 vehicle contours.
  664. 2016-03-29 15:54:05.243 DEBUG [detect_vehicles] Contour #0: pos=(x=134, y=116) size=(w=5, h=3) valid=False
  665. 2016-03-29 15:54:05.243 DEBUG [detect_vehicles] Contour #1: pos=(x=107, y=99) size=(w=10, h=20) valid=False
  666. 2016-03-29 15:54:05.243 DEBUG [detect_vehicles] Contour #2: pos=(x=83, y=3) size=(w=13, h=13) valid=False
  667. 2016-03-29 15:54:05.243 DEBUG [detect_vehicles] Contour #3: pos=(x=110, y=1) size=(w=10, h=6) valid=False
  668. 2016-03-29 15:54:05.243 DEBUG [detect_vehicles] Contour #4: pos=(x=95, y=1) size=(w=11, h=4) valid=False
  669. 2016-03-29 15:54:05.243 DEBUG [process_frame] No valid vehicle contours found.
  670. 2016-03-29 15:54:05.243 DEBUG [root] Saving processed frame #53 as 'images/processed_0053.png'
  671. 2016-03-29 15:54:05.243 DEBUG [main] Frame #53 processed.
  672. 2016-03-29 15:54:05.259 DEBUG [main] Capturing frame #54...
  673. 2016-03-29 15:54:05.259 DEBUG [main] Got frame #54: shape=(120, 160, 3)
  674. 2016-03-29 15:54:05.259 DEBUG [main] Processing frame #54...
  675. 2016-03-29 15:54:05.259 DEBUG [root] Saving foreground mask for frame #54 as 'images/mask_0054.png'
  676. 2016-03-29 15:54:05.259 DEBUG [detect_vehicles] Found 4 vehicle contours.
  677. 2016-03-29 15:54:05.259 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=116) size=(w=5, h=3) valid=False
  678. 2016-03-29 15:54:05.259 DEBUG [detect_vehicles] Contour #1: pos=(x=81, y=6) size=(w=14, h=12) valid=False
  679. 2016-03-29 15:54:05.259 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=1) size=(w=13, h=8) valid=False
  680. 2016-03-29 15:54:05.259 DEBUG [detect_vehicles] Contour #3: pos=(x=95, y=1) size=(w=11, h=5) valid=False
  681. 2016-03-29 15:54:05.259 DEBUG [process_frame] No valid vehicle contours found.
  682. 2016-03-29 15:54:05.259 DEBUG [root] Saving processed frame #54 as 'images/processed_0054.png'
  683. 2016-03-29 15:54:05.259 DEBUG [main] Frame #54 processed.
  684. 2016-03-29 15:54:05.276 DEBUG [main] Capturing frame #55...
  685. 2016-03-29 15:54:05.276 DEBUG [main] Got frame #55: shape=(120, 160, 3)
  686. 2016-03-29 15:54:05.276 DEBUG [main] Processing frame #55...
  687. 2016-03-29 15:54:05.276 DEBUG [root] Saving foreground mask for frame #55 as 'images/mask_0055.png'
  688. 2016-03-29 15:54:05.276 DEBUG [detect_vehicles] Found 3 vehicle contours.
  689. 2016-03-29 15:54:05.276 DEBUG [detect_vehicles] Contour #0: pos=(x=80, y=4) size=(w=16, h=16) valid=False
  690. 2016-03-29 15:54:05.276 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=1) size=(w=12, h=9) valid=False
  691. 2016-03-29 15:54:05.276 DEBUG [detect_vehicles] Contour #2: pos=(x=96, y=1) size=(w=10, h=6) valid=False
  692. 2016-03-29 15:54:05.276 DEBUG [process_frame] No valid vehicle contours found.
  693. 2016-03-29 15:54:05.276 DEBUG [root] Saving processed frame #55 as 'images/processed_0055.png'
  694. 2016-03-29 15:54:05.276 DEBUG [main] Frame #55 processed.
  695. 2016-03-29 15:54:05.290 DEBUG [main] Capturing frame #56...
  696. 2016-03-29 15:54:05.290 DEBUG [main] Got frame #56: shape=(120, 160, 3)
  697. 2016-03-29 15:54:05.290 DEBUG [main] Processing frame #56...
  698. 2016-03-29 15:54:05.290 DEBUG [root] Saving foreground mask for frame #56 as 'images/mask_0056.png'
  699. 2016-03-29 15:54:05.290 DEBUG [detect_vehicles] Found 3 vehicle contours.
  700. 2016-03-29 15:54:05.290 DEBUG [detect_vehicles] Contour #0: pos=(x=78, y=6) size=(w=17, h=17) valid=False
  701. 2016-03-29 15:54:05.290 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=1) size=(w=13, h=11) valid=False
  702. 2016-03-29 15:54:05.290 DEBUG [detect_vehicles] Contour #2: pos=(x=94, y=1) size=(w=12, h=7) valid=False
  703. 2016-03-29 15:54:05.290 DEBUG [process_frame] No valid vehicle contours found.
  704. 2016-03-29 15:54:05.290 DEBUG [root] Saving processed frame #56 as 'images/processed_0056.png'
  705. 2016-03-29 15:54:05.290 DEBUG [main] Frame #56 processed.
  706. 2016-03-29 15:54:05.306 DEBUG [main] Capturing frame #57...
  707. 2016-03-29 15:54:05.306 DEBUG [main] Got frame #57: shape=(120, 160, 3)
  708. 2016-03-29 15:54:05.306 DEBUG [main] Processing frame #57...
  709. 2016-03-29 15:54:05.306 DEBUG [root] Saving foreground mask for frame #57 as 'images/mask_0057.png'
  710. 2016-03-29 15:54:05.306 DEBUG [detect_vehicles] Found 4 vehicle contours.
  711. 2016-03-29 15:54:05.306 DEBUG [detect_vehicles] Contour #0: pos=(x=77, y=13) size=(w=17, h=12) valid=False
  712. 2016-03-29 15:54:05.306 DEBUG [detect_vehicles] Contour #1: pos=(x=156, y=1) size=(w=3, h=3) valid=False
  713. 2016-03-29 15:54:05.306 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=1) size=(w=14, h=12) valid=False
  714. 2016-03-29 15:54:05.306 DEBUG [detect_vehicles] Contour #3: pos=(x=93, y=1) size=(w=12, h=9) valid=False
  715. 2016-03-29 15:54:05.306 DEBUG [process_frame] No valid vehicle contours found.
  716. 2016-03-29 15:54:05.306 DEBUG [root] Saving processed frame #57 as 'images/processed_0057.png'
  717. 2016-03-29 15:54:05.306 DEBUG [main] Frame #57 processed.
  718. 2016-03-29 15:54:05.322 DEBUG [main] Capturing frame #58...
  719. 2016-03-29 15:54:05.322 DEBUG [main] Got frame #58: shape=(120, 160, 3)
  720. 2016-03-29 15:54:05.322 DEBUG [main] Processing frame #58...
  721. 2016-03-29 15:54:05.322 DEBUG [root] Saving foreground mask for frame #58 as 'images/mask_0058.png'
  722. 2016-03-29 15:54:05.322 DEBUG [detect_vehicles] Found 4 vehicle contours.
  723. 2016-03-29 15:54:05.322 DEBUG [detect_vehicles] Contour #0: pos=(x=75, y=15) size=(w=17, h=13) valid=False
  724. 2016-03-29 15:54:05.322 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=4) size=(w=13, h=11) valid=False
  725. 2016-03-29 15:54:05.322 DEBUG [detect_vehicles] Contour #2: pos=(x=156, y=1) size=(w=3, h=3) valid=False
  726. 2016-03-29 15:54:05.322 DEBUG [detect_vehicles] Contour #3: pos=(x=93, y=1) size=(w=12, h=10) valid=False
  727. 2016-03-29 15:54:05.322 DEBUG [process_frame] No valid vehicle contours found.
  728. 2016-03-29 15:54:05.322 DEBUG [root] Saving processed frame #58 as 'images/processed_0058.png'
  729. 2016-03-29 15:54:05.322 DEBUG [main] Frame #58 processed.
  730. 2016-03-29 15:54:05.338 DEBUG [main] Capturing frame #59...
  731. 2016-03-29 15:54:05.338 DEBUG [main] Got frame #59: shape=(120, 160, 3)
  732. 2016-03-29 15:54:05.338 DEBUG [main] Processing frame #59...
  733. 2016-03-29 15:54:05.338 DEBUG [root] Saving foreground mask for frame #59 as 'images/mask_0059.png'
  734. 2016-03-29 15:54:05.338 DEBUG [detect_vehicles] Found 4 vehicle contours.
  735. 2016-03-29 15:54:05.338 DEBUG [detect_vehicles] Contour #0: pos=(x=72, y=16) size=(w=19, h=15) valid=False
  736. 2016-03-29 15:54:05.338 DEBUG [detect_vehicles] Contour #1: pos=(x=157, y=1) size=(w=2, h=2) valid=False
  737. 2016-03-29 15:54:05.338 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=14, h=16) valid=False
  738. 2016-03-29 15:54:05.338 DEBUG [detect_vehicles] Contour #3: pos=(x=92, y=1) size=(w=13, h=12) valid=False
  739. 2016-03-29 15:54:05.338 DEBUG [process_frame] No valid vehicle contours found.
  740. 2016-03-29 15:54:05.338 DEBUG [root] Saving processed frame #59 as 'images/processed_0059.png'
  741. 2016-03-29 15:54:05.338 DEBUG [main] Frame #59 processed.
  742. 2016-03-29 15:54:05.354 DEBUG [main] Capturing frame #60...
  743. 2016-03-29 15:54:05.354 DEBUG [main] Got frame #60: shape=(120, 160, 3)
  744. 2016-03-29 15:54:05.354 DEBUG [main] Processing frame #60...
  745. 2016-03-29 15:54:05.354 DEBUG [root] Saving foreground mask for frame #60 as 'images/mask_0060.png'
  746. 2016-03-29 15:54:05.354 DEBUG [detect_vehicles] Found 3 vehicle contours.
  747. 2016-03-29 15:54:05.354 DEBUG [detect_vehicles] Contour #0: pos=(x=70, y=18) size=(w=20, h=16) valid=False
  748. 2016-03-29 15:54:05.354 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=6) size=(w=15, h=13) valid=False
  749. 2016-03-29 15:54:05.354 DEBUG [detect_vehicles] Contour #2: pos=(x=92, y=2) size=(w=13, h=13) valid=False
  750. 2016-03-29 15:54:05.354 DEBUG [process_frame] No valid vehicle contours found.
  751. 2016-03-29 15:54:05.354 DEBUG [root] Saving processed frame #60 as 'images/processed_0060.png'
  752. 2016-03-29 15:54:05.354 DEBUG [main] Frame #60 processed.
  753. 2016-03-29 15:54:05.368 DEBUG [main] Capturing frame #61...
  754. 2016-03-29 15:54:05.368 DEBUG [main] Got frame #61: shape=(120, 160, 3)
  755. 2016-03-29 15:54:05.368 DEBUG [main] Processing frame #61...
  756. 2016-03-29 15:54:05.368 DEBUG [root] Saving foreground mask for frame #61 as 'images/mask_0061.png'
  757. 2016-03-29 15:54:05.368 DEBUG [detect_vehicles] Found 3 vehicle contours.
  758. 2016-03-29 15:54:05.368 DEBUG [detect_vehicles] Contour #0: pos=(x=67, y=17) size=(w=21, h=21) valid=True
  759. 2016-03-29 15:54:05.368 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=4) size=(w=15, h=18) valid=False
  760. 2016-03-29 15:54:05.368 DEBUG [detect_vehicles] Contour #2: pos=(x=91, y=4) size=(w=14, h=12) valid=False
  761. 2016-03-29 15:54:05.368 DEBUG [process_frame] Found 1 valid vehicle contours.
  762. 2016-03-29 15:54:05.368 DEBUG [process_frame] Valid vehicle contour #0: centroid=(77, 27), bounding_box=(67, 17, 21, 21)
  763. 2016-03-29 15:54:05.368 DEBUG [process_frame] Updating vehicle count...
  764. 2016-03-29 15:54:05.368 DEBUG [vehicle_counter] Updating count using 1 matches...
  765. 2016-03-29 15:54:05.368 DEBUG [root] Saving processed frame #61 as 'images/processed_0061.png'
  766. 2016-03-29 15:54:05.368 DEBUG [main] Frame #61 processed.
  767. 2016-03-29 15:54:05.384 DEBUG [main] Capturing frame #62...
  768. 2016-03-29 15:54:05.384 DEBUG [main] Got frame #62: shape=(120, 160, 3)
  769. 2016-03-29 15:54:05.384 DEBUG [main] Processing frame #62...
  770. 2016-03-29 15:54:05.384 DEBUG [root] Saving foreground mask for frame #62 as 'images/mask_0062.png'
  771. 2016-03-29 15:54:05.384 DEBUG [detect_vehicles] Found 3 vehicle contours.
  772. 2016-03-29 15:54:05.384 DEBUG [detect_vehicles] Contour #0: pos=(x=64, y=18) size=(w=23, h=24) valid=True
  773. 2016-03-29 15:54:05.384 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=6) size=(w=17, h=18) valid=False
  774. 2016-03-29 15:54:05.384 DEBUG [detect_vehicles] Contour #2: pos=(x=90, y=2) size=(w=14, h=16) valid=False
  775. 2016-03-29 15:54:05.384 DEBUG [process_frame] Found 1 valid vehicle contours.
  776. 2016-03-29 15:54:05.384 DEBUG [process_frame] Valid vehicle contour #0: centroid=(75, 30), bounding_box=(64, 18, 23, 24)
  777. 2016-03-29 15:54:05.384 DEBUG [process_frame] Updating vehicle count...
  778. 2016-03-29 15:54:05.384 DEBUG [vehicle_counter] Updating count using 1 matches...
  779. 2016-03-29 15:54:05.384 DEBUG [root] Saving processed frame #62 as 'images/processed_0062.png'
  780. 2016-03-29 15:54:05.384 DEBUG [main] Frame #62 processed.
  781. 2016-03-29 15:54:05.401 DEBUG [main] Capturing frame #63...
  782. 2016-03-29 15:54:05.401 DEBUG [main] Got frame #63: shape=(120, 160, 3)
  783. 2016-03-29 15:54:05.401 DEBUG [main] Processing frame #63...
  784. 2016-03-29 15:54:05.401 DEBUG [root] Saving foreground mask for frame #63 as 'images/mask_0063.png'
  785. 2016-03-29 15:54:05.401 DEBUG [detect_vehicles] Found 3 vehicle contours.
  786. 2016-03-29 15:54:05.401 DEBUG [detect_vehicles] Contour #0: pos=(x=61, y=21) size=(w=24, h=25) valid=True
  787. 2016-03-29 15:54:05.401 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=8) size=(w=17, h=19) valid=False
  788. 2016-03-29 15:54:05.401 DEBUG [detect_vehicles] Contour #2: pos=(x=89, y=7) size=(w=15, h=14) valid=False
  789. 2016-03-29 15:54:05.401 DEBUG [process_frame] Found 1 valid vehicle contours.
  790. 2016-03-29 15:54:05.401 DEBUG [process_frame] Valid vehicle contour #0: centroid=(73, 33), bounding_box=(61, 21, 24, 25)
  791. 2016-03-29 15:54:05.401 DEBUG [process_frame] Updating vehicle count...
  792. 2016-03-29 15:54:05.401 DEBUG [vehicle_counter] Updating count using 1 matches...
  793. 2016-03-29 15:54:05.401 DEBUG [root] Saving processed frame #63 as 'images/processed_0063.png'
  794. 2016-03-29 15:54:05.401 DEBUG [main] Frame #63 processed.
  795. 2016-03-29 15:54:05.415 DEBUG [main] Capturing frame #64...
  796. 2016-03-29 15:54:05.415 DEBUG [main] Got frame #64: shape=(120, 160, 3)
  797. 2016-03-29 15:54:05.415 DEBUG [main] Processing frame #64...
  798. 2016-03-29 15:54:05.415 DEBUG [root] Saving foreground mask for frame #64 as 'images/mask_0064.png'
  799. 2016-03-29 15:54:05.415 DEBUG [detect_vehicles] Found 3 vehicle contours.
  800. 2016-03-29 15:54:05.415 DEBUG [detect_vehicles] Contour #0: pos=(x=58, y=24) size=(w=25, h=27) valid=True
  801. 2016-03-29 15:54:05.415 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=10) size=(w=18, h=20) valid=False
  802. 2016-03-29 15:54:05.415 DEBUG [detect_vehicles] Contour #2: pos=(x=88, y=9) size=(w=16, h=14) valid=False
  803. 2016-03-29 15:54:05.415 DEBUG [process_frame] Found 1 valid vehicle contours.
  804. 2016-03-29 15:54:05.415 DEBUG [process_frame] Valid vehicle contour #0: centroid=(70, 37), bounding_box=(58, 24, 25, 27)
  805. 2016-03-29 15:54:05.415 DEBUG [process_frame] Updating vehicle count...
  806. 2016-03-29 15:54:05.415 DEBUG [vehicle_counter] Updating count using 1 matches...
  807. 2016-03-29 15:54:05.415 DEBUG [root] Saving processed frame #64 as 'images/processed_0064.png'
  808. 2016-03-29 15:54:05.415 DEBUG [main] Frame #64 processed.
  809. 2016-03-29 15:54:05.431 DEBUG [main] Capturing frame #65...
  810. 2016-03-29 15:54:05.431 DEBUG [main] Got frame #65: shape=(120, 160, 3)
  811. 2016-03-29 15:54:05.431 DEBUG [main] Processing frame #65...
  812. 2016-03-29 15:54:05.431 DEBUG [root] Saving foreground mask for frame #65 as 'images/mask_0065.png'
  813. 2016-03-29 15:54:05.431 DEBUG [detect_vehicles] Found 3 vehicle contours.
  814. 2016-03-29 15:54:05.431 DEBUG [detect_vehicles] Contour #0: pos=(x=54, y=28) size=(w=27, h=28) valid=True
  815. 2016-03-29 15:54:05.431 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=12) size=(w=18, h=22) valid=False
  816. 2016-03-29 15:54:05.431 DEBUG [detect_vehicles] Contour #2: pos=(x=87, y=7) size=(w=17, h=19) valid=False
  817. 2016-03-29 15:54:05.431 DEBUG [process_frame] Found 1 valid vehicle contours.
  818. 2016-03-29 15:54:05.431 DEBUG [process_frame] Valid vehicle contour #0: centroid=(67, 42), bounding_box=(54, 28, 27, 28)
  819. 2016-03-29 15:54:05.431 DEBUG [process_frame] Updating vehicle count...
  820. 2016-03-29 15:54:05.431 DEBUG [vehicle_counter] Updating count using 1 matches...
  821. 2016-03-29 15:54:05.431 DEBUG [root] Saving processed frame #65 as 'images/processed_0065.png'
  822. 2016-03-29 15:54:05.431 DEBUG [main] Frame #65 processed.
  823. 2016-03-29 15:54:05.447 DEBUG [main] Capturing frame #66...
  824. 2016-03-29 15:54:05.447 DEBUG [main] Got frame #66: shape=(120, 160, 3)
  825. 2016-03-29 15:54:05.447 DEBUG [main] Processing frame #66...
  826. 2016-03-29 15:54:05.447 DEBUG [root] Saving foreground mask for frame #66 as 'images/mask_0066.png'
  827. 2016-03-29 15:54:05.447 DEBUG [detect_vehicles] Found 3 vehicle contours.
  828. 2016-03-29 15:54:05.447 DEBUG [detect_vehicles] Contour #0: pos=(x=49, y=32) size=(w=29, h=31) valid=True
  829. 2016-03-29 15:54:05.447 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=15) size=(w=20, h=23) valid=False
  830. 2016-03-29 15:54:05.447 DEBUG [detect_vehicles] Contour #2: pos=(x=86, y=9) size=(w=17, h=20) valid=False
  831. 2016-03-29 15:54:05.447 DEBUG [process_frame] Found 1 valid vehicle contours.
  832. 2016-03-29 15:54:05.447 DEBUG [process_frame] Valid vehicle contour #0: centroid=(63, 47), bounding_box=(49, 32, 29, 31)
  833. 2016-03-29 15:54:05.447 DEBUG [process_frame] Updating vehicle count...
  834. 2016-03-29 15:54:05.447 DEBUG [vehicle_counter] Updating count using 1 matches...
  835. 2016-03-29 15:54:05.447 DEBUG [root] Saving processed frame #66 as 'images/processed_0066.png'
  836. 2016-03-29 15:54:05.447 DEBUG [main] Frame #66 processed.
  837. 2016-03-29 15:54:05.463 DEBUG [main] Capturing frame #67...
  838. 2016-03-29 15:54:05.463 DEBUG [main] Got frame #67: shape=(120, 160, 3)
  839. 2016-03-29 15:54:05.463 DEBUG [main] Processing frame #67...
  840. 2016-03-29 15:54:05.463 DEBUG [root] Saving foreground mask for frame #67 as 'images/mask_0067.png'
  841. 2016-03-29 15:54:05.463 DEBUG [detect_vehicles] Found 4 vehicle contours.
  842. 2016-03-29 15:54:05.463 DEBUG [detect_vehicles] Contour #0: pos=(x=44, y=36) size=(w=31, h=34) valid=True
  843. 2016-03-29 15:54:05.463 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=18) size=(w=21, h=25) valid=True
  844. 2016-03-29 15:54:05.463 DEBUG [detect_vehicles] Contour #2: pos=(x=85, y=11) size=(w=18, h=21) valid=False
  845. 2016-03-29 15:54:05.463 DEBUG [detect_vehicles] Contour #3: pos=(x=112, y=1) size=(w=9, h=3) valid=False
  846. 2016-03-29 15:54:05.463 DEBUG [process_frame] Found 2 valid vehicle contours.
  847. 2016-03-29 15:54:05.463 DEBUG [process_frame] Valid vehicle contour #0: centroid=(59, 53), bounding_box=(44, 36, 31, 34)
  848. 2016-03-29 15:54:05.463 DEBUG [process_frame] Valid vehicle contour #1: centroid=(119, 30), bounding_box=(109, 18, 21, 25)
  849. 2016-03-29 15:54:05.463 DEBUG [process_frame] Updating vehicle count...
  850. 2016-03-29 15:54:05.463 DEBUG [vehicle_counter] Updating count using 2 matches...
  851. 2016-03-29 15:54:05.463 DEBUG [root] Saving processed frame #67 as 'images/processed_0067.png'
  852. 2016-03-29 15:54:05.463 DEBUG [main] Frame #67 processed.
  853. 2016-03-29 15:54:05.479 DEBUG [main] Capturing frame #68...
  854. 2016-03-29 15:54:05.479 DEBUG [main] Got frame #68: shape=(120, 160, 3)
  855. 2016-03-29 15:54:05.479 DEBUG [main] Processing frame #68...
  856. 2016-03-29 15:54:05.479 DEBUG [root] Saving foreground mask for frame #68 as 'images/mask_0068.png'
  857. 2016-03-29 15:54:05.479 DEBUG [detect_vehicles] Found 3 vehicle contours.
  858. 2016-03-29 15:54:05.479 DEBUG [detect_vehicles] Contour #0: pos=(x=38, y=41) size=(w=34, h=37) valid=True
  859. 2016-03-29 15:54:05.479 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=21) size=(w=22, h=27) valid=True
  860. 2016-03-29 15:54:05.479 DEBUG [detect_vehicles] Contour #2: pos=(x=83, y=14) size=(w=18, h=22) valid=False
  861. 2016-03-29 15:54:05.479 DEBUG [process_frame] Found 2 valid vehicle contours.
  862. 2016-03-29 15:54:05.479 DEBUG [process_frame] Valid vehicle contour #0: centroid=(55, 59), bounding_box=(38, 41, 34, 37)
  863. 2016-03-29 15:54:05.479 DEBUG [process_frame] Valid vehicle contour #1: centroid=(120, 34), bounding_box=(109, 21, 22, 27)
  864. 2016-03-29 15:54:05.479 DEBUG [process_frame] Updating vehicle count...
  865. 2016-03-29 15:54:05.479 DEBUG [vehicle_counter] Updating count using 2 matches...
  866. 2016-03-29 15:54:05.479 DEBUG [root] Saving processed frame #68 as 'images/processed_0068.png'
  867. 2016-03-29 15:54:05.479 DEBUG [main] Frame #68 processed.
  868. 2016-03-29 15:54:05.493 DEBUG [main] Capturing frame #69...
  869. 2016-03-29 15:54:05.493 DEBUG [main] Got frame #69: shape=(120, 160, 3)
  870. 2016-03-29 15:54:05.493 DEBUG [main] Processing frame #69...
  871. 2016-03-29 15:54:05.493 DEBUG [root] Saving foreground mask for frame #69 as 'images/mask_0069.png'
  872. 2016-03-29 15:54:05.493 DEBUG [detect_vehicles] Found 4 vehicle contours.
  873. 2016-03-29 15:54:05.493 DEBUG [detect_vehicles] Contour #0: pos=(x=30, y=47) size=(w=38, h=41) valid=True
  874. 2016-03-29 15:54:05.493 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=25) size=(w=23, h=29) valid=True
  875. 2016-03-29 15:54:05.493 DEBUG [detect_vehicles] Contour #2: pos=(x=82, y=16) size=(w=20, h=24) valid=False
  876. 2016-03-29 15:54:05.493 DEBUG [detect_vehicles] Contour #3: pos=(x=112, y=1) size=(w=7, h=5) valid=False
  877. 2016-03-29 15:54:05.493 DEBUG [process_frame] Found 2 valid vehicle contours.
  878. 2016-03-29 15:54:05.493 DEBUG [process_frame] Valid vehicle contour #0: centroid=(49, 67), bounding_box=(30, 47, 38, 41)
  879. 2016-03-29 15:54:05.493 DEBUG [process_frame] Valid vehicle contour #1: centroid=(120, 39), bounding_box=(109, 25, 23, 29)
  880. 2016-03-29 15:54:05.493 DEBUG [process_frame] Updating vehicle count...
  881. 2016-03-29 15:54:05.493 DEBUG [vehicle_counter] Updating count using 2 matches...
  882. 2016-03-29 15:54:05.493 DEBUG [root] Saving processed frame #69 as 'images/processed_0069.png'
  883. 2016-03-29 15:54:05.493 DEBUG [main] Frame #69 processed.
  884. 2016-03-29 15:54:05.509 DEBUG [main] Capturing frame #70...
  885. 2016-03-29 15:54:05.509 DEBUG [main] Got frame #70: shape=(120, 160, 3)
  886. 2016-03-29 15:54:05.509 DEBUG [main] Processing frame #70...
  887. 2016-03-29 15:54:05.509 DEBUG [root] Saving foreground mask for frame #70 as 'images/mask_0070.png'
  888. 2016-03-29 15:54:05.509 DEBUG [detect_vehicles] Found 5 vehicle contours.
  889. 2016-03-29 15:54:05.509 DEBUG [detect_vehicles] Contour #0: pos=(x=22, y=51) size=(w=42, h=48) valid=True
  890. 2016-03-29 15:54:05.509 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=42) size=(w=25, h=20) valid=False
  891. 2016-03-29 15:54:05.509 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=29) size=(w=19, h=12) valid=False
  892. 2016-03-29 15:54:05.509 DEBUG [detect_vehicles] Contour #3: pos=(x=80, y=19) size=(w=20, h=26) valid=False
  893. 2016-03-29 15:54:05.509 DEBUG [detect_vehicles] Contour #4: pos=(x=111, y=1) size=(w=12, h=6) valid=False
  894. 2016-03-29 15:54:05.509 DEBUG [process_frame] Found 1 valid vehicle contours.
  895. 2016-03-29 15:54:05.509 DEBUG [process_frame] Valid vehicle contour #0: centroid=(43, 75), bounding_box=(22, 51, 42, 48)
  896. 2016-03-29 15:54:05.509 DEBUG [process_frame] Updating vehicle count...
  897. 2016-03-29 15:54:05.509 DEBUG [vehicle_counter] Updating count using 1 matches...
  898. 2016-03-29 15:54:05.509 DEBUG [root] Saving processed frame #70 as 'images/processed_0070.png'
  899. 2016-03-29 15:54:05.509 DEBUG [main] Frame #70 processed.
  900. 2016-03-29 15:54:05.526 DEBUG [main] Capturing frame #71...
  901. 2016-03-29 15:54:05.526 DEBUG [main] Got frame #71: shape=(120, 160, 3)
  902. 2016-03-29 15:54:05.526 DEBUG [main] Processing frame #71...
  903. 2016-03-29 15:54:05.526 DEBUG [root] Saving foreground mask for frame #71 as 'images/mask_0071.png'
  904. 2016-03-29 15:54:05.526 DEBUG [detect_vehicles] Found 5 vehicle contours.
  905. 2016-03-29 15:54:05.526 DEBUG [detect_vehicles] Contour #0: pos=(x=12, y=60) size=(w=48, h=51) valid=True
  906. 2016-03-29 15:54:05.526 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=48) size=(w=27, h=23) valid=True
  907. 2016-03-29 15:54:05.526 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=33) size=(w=22, h=14) valid=False
  908. 2016-03-29 15:54:05.526 DEBUG [detect_vehicles] Contour #3: pos=(x=78, y=23) size=(w=21, h=28) valid=True
  909. 2016-03-29 15:54:05.526 DEBUG [detect_vehicles] Contour #4: pos=(x=111, y=1) size=(w=12, h=8) valid=False
  910. 2016-03-29 15:54:05.526 DEBUG [process_frame] Found 3 valid vehicle contours.
  911. 2016-03-29 15:54:05.526 DEBUG [process_frame] Valid vehicle contour #0: centroid=(36, 85), bounding_box=(12, 60, 48, 51)
  912. 2016-03-29 15:54:05.526 DEBUG [process_frame] Valid vehicle contour #1: centroid=(122, 59), bounding_box=(109, 48, 27, 23)
  913. 2016-03-29 15:54:05.526 DEBUG [process_frame] Valid vehicle contour #2: centroid=(88, 37), bounding_box=(78, 23, 21, 28)
  914. 2016-03-29 15:54:05.526 DEBUG [process_frame] Updating vehicle count...
  915. 2016-03-29 15:54:05.526 DEBUG [vehicle_counter] Updating count using 3 matches...
  916. 2016-03-29 15:54:05.526 DEBUG [root] Saving processed frame #71 as 'images/processed_0071.png'
  917. 2016-03-29 15:54:05.526 DEBUG [main] Frame #71 processed.
  918. 2016-03-29 15:54:05.540 DEBUG [main] Capturing frame #72...
  919. 2016-03-29 15:54:05.540 DEBUG [main] Got frame #72: shape=(120, 160, 3)
  920. 2016-03-29 15:54:05.540 DEBUG [main] Processing frame #72...
  921. 2016-03-29 15:54:05.540 DEBUG [root] Saving foreground mask for frame #72 as 'images/mask_0072.png'
  922. 2016-03-29 15:54:05.540 DEBUG [detect_vehicles] Found 4 vehicle contours.
  923. 2016-03-29 15:54:05.540 DEBUG [detect_vehicles] Contour #0: pos=(x=1, y=65) size=(w=53, h=54) valid=True
  924. 2016-03-29 15:54:05.540 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=39) size=(w=29, h=42) valid=True
  925. 2016-03-29 15:54:05.540 DEBUG [detect_vehicles] Contour #2: pos=(x=75, y=26) size=(w=24, h=31) valid=True
  926. 2016-03-29 15:54:05.540 DEBUG [detect_vehicles] Contour #3: pos=(x=112, y=1) size=(w=12, h=9) valid=False
  927. 2016-03-29 15:54:05.540 DEBUG [process_frame] Found 3 valid vehicle contours.
  928. 2016-03-29 15:54:05.540 DEBUG [process_frame] Valid vehicle contour #0: centroid=(27, 92), bounding_box=(1, 65, 53, 54)
  929. 2016-03-29 15:54:05.540 DEBUG [process_frame] Valid vehicle contour #1: centroid=(123, 60), bounding_box=(109, 39, 29, 42)
  930. 2016-03-29 15:54:05.540 DEBUG [process_frame] Valid vehicle contour #2: centroid=(87, 41), bounding_box=(75, 26, 24, 31)
  931. 2016-03-29 15:54:05.540 DEBUG [process_frame] Updating vehicle count...
  932. 2016-03-29 15:54:05.540 DEBUG [vehicle_counter] Updating count using 3 matches...
  933. 2016-03-29 15:54:05.540 DEBUG [root] Saving processed frame #72 as 'images/processed_0072.png'
  934. 2016-03-29 15:54:05.540 DEBUG [main] Frame #72 processed.
  935. 2016-03-29 15:54:05.556 DEBUG [main] Capturing frame #73...
  936. 2016-03-29 15:54:05.556 DEBUG [main] Got frame #73: shape=(120, 160, 3)
  937. 2016-03-29 15:54:05.556 DEBUG [main] Processing frame #73...
  938. 2016-03-29 15:54:05.556 DEBUG [root] Saving foreground mask for frame #73 as 'images/mask_0073.png'
  939. 2016-03-29 15:54:05.556 DEBUG [detect_vehicles] Found 4 vehicle contours.
  940. 2016-03-29 15:54:05.556 DEBUG [detect_vehicles] Contour #0: pos=(x=1, y=75) size=(w=47, h=44) valid=True
  941. 2016-03-29 15:54:05.556 DEBUG [detect_vehicles] Contour #1: pos=(x=107, y=45) size=(w=34, h=50) valid=True
  942. 2016-03-29 15:54:05.556 DEBUG [detect_vehicles] Contour #2: pos=(x=73, y=30) size=(w=25, h=36) valid=True
  943. 2016-03-29 15:54:05.556 DEBUG [detect_vehicles] Contour #3: pos=(x=112, y=1) size=(w=12, h=10) valid=False
  944. 2016-03-29 15:54:05.556 DEBUG [process_frame] Found 3 valid vehicle contours.
  945. 2016-03-29 15:54:05.556 DEBUG [process_frame] Valid vehicle contour #0: centroid=(24, 97), bounding_box=(1, 75, 47, 44)
  946. 2016-03-29 15:54:05.556 DEBUG [process_frame] Valid vehicle contour #1: centroid=(124, 70), bounding_box=(107, 45, 34, 50)
  947. 2016-03-29 15:54:05.556 DEBUG [process_frame] Valid vehicle contour #2: centroid=(85, 48), bounding_box=(73, 30, 25, 36)
  948. 2016-03-29 15:54:05.556 DEBUG [process_frame] Updating vehicle count...
  949. 2016-03-29 15:54:05.556 DEBUG [vehicle_counter] Updating count using 3 matches...
  950. 2016-03-29 15:54:05.556 DEBUG [root] Saving processed frame #73 as 'images/processed_0073.png'
  951. 2016-03-29 15:54:05.556 DEBUG [main] Frame #73 processed.
  952. 2016-03-29 15:54:05.572 DEBUG [main] Capturing frame #74...
  953. 2016-03-29 15:54:05.572 DEBUG [main] Got frame #74: shape=(120, 160, 3)
  954. 2016-03-29 15:54:05.572 DEBUG [main] Processing frame #74...
  955. 2016-03-29 15:54:05.572 DEBUG [root] Saving foreground mask for frame #74 as 'images/mask_0074.png'
  956. 2016-03-29 15:54:05.572 DEBUG [detect_vehicles] Found 4 vehicle contours.
  957. 2016-03-29 15:54:05.572 DEBUG [detect_vehicles] Contour #0: pos=(x=1, y=86) size=(w=39, h=33) valid=True
  958. 2016-03-29 15:54:05.572 DEBUG [detect_vehicles] Contour #1: pos=(x=107, y=53) size=(w=37, h=59) valid=True
  959. 2016-03-29 15:54:05.572 DEBUG [detect_vehicles] Contour #2: pos=(x=69, y=35) size=(w=27, h=40) valid=True
  960. 2016-03-29 15:54:05.572 DEBUG [detect_vehicles] Contour #3: pos=(x=111, y=1) size=(w=14, h=12) valid=False
  961. 2016-03-29 15:54:05.572 DEBUG [process_frame] Found 3 valid vehicle contours.
  962. 2016-03-29 15:54:05.572 DEBUG [process_frame] Valid vehicle contour #0: centroid=(20, 102), bounding_box=(1, 86, 39, 33)
  963. 2016-03-29 15:54:05.572 DEBUG [process_frame] Valid vehicle contour #1: centroid=(125, 82), bounding_box=(107, 53, 37, 59)
  964. 2016-03-29 15:54:05.572 DEBUG [process_frame] Valid vehicle contour #2: centroid=(82, 55), bounding_box=(69, 35, 27, 40)
  965. 2016-03-29 15:54:05.572 DEBUG [process_frame] Updating vehicle count...
  966. 2016-03-29 15:54:05.572 DEBUG [vehicle_counter] Updating count using 3 matches...
  967. 2016-03-29 15:54:05.572 DEBUG [root] Saving processed frame #74 as 'images/processed_0074.png'
  968. 2016-03-29 15:54:05.572 DEBUG [main] Frame #74 processed.
  969. 2016-03-29 15:54:05.588 DEBUG [main] Capturing frame #75...
  970. 2016-03-29 15:54:05.588 DEBUG [main] Got frame #75: shape=(120, 160, 3)
  971. 2016-03-29 15:54:05.588 DEBUG [main] Processing frame #75...
  972. 2016-03-29 15:54:05.588 DEBUG [root] Saving foreground mask for frame #75 as 'images/mask_0075.png'
  973. 2016-03-29 15:54:05.588 DEBUG [detect_vehicles] Found 4 vehicle contours.
  974. 2016-03-29 15:54:05.588 DEBUG [detect_vehicles] Contour #0: pos=(x=1, y=101) size=(w=29, h=18) valid=False
  975. 2016-03-29 15:54:05.588 DEBUG [detect_vehicles] Contour #1: pos=(x=106, y=63) size=(w=42, h=56) valid=True
  976. 2016-03-29 15:54:05.588 DEBUG [detect_vehicles] Contour #2: pos=(x=64, y=41) size=(w=31, h=45) valid=True
  977. 2016-03-29 15:54:05.588 DEBUG [detect_vehicles] Contour #3: pos=(x=111, y=3) size=(w=14, h=12) valid=False
  978. 2016-03-29 15:54:05.588 DEBUG [process_frame] Found 2 valid vehicle contours.
  979. 2016-03-29 15:54:05.588 DEBUG [process_frame] Valid vehicle contour #0: centroid=(127, 91), bounding_box=(106, 63, 42, 56)
  980. 2016-03-29 15:54:05.588 DEBUG [process_frame] Valid vehicle contour #1: centroid=(79, 63), bounding_box=(64, 41, 31, 45)
  981. 2016-03-29 15:54:05.588 DEBUG [process_frame] Updating vehicle count...
  982. 2016-03-29 15:54:05.588 DEBUG [vehicle_counter] Updating count using 2 matches...
  983. 2016-03-29 15:54:05.588 DEBUG [root] Saving processed frame #75 as 'images/processed_0075.png'
  984. 2016-03-29 15:54:05.588 DEBUG [main] Frame #75 processed.
  985. 2016-03-29 15:54:05.604 DEBUG [main] Capturing frame #76...
  986. 2016-03-29 15:54:05.604 DEBUG [main] Got frame #76: shape=(120, 160, 3)
  987. 2016-03-29 15:54:05.604 DEBUG [main] Processing frame #76...
  988. 2016-03-29 15:54:05.604 DEBUG [root] Saving foreground mask for frame #76 as 'images/mask_0076.png'
  989. 2016-03-29 15:54:05.604 DEBUG [detect_vehicles] Found 5 vehicle contours.
  990. 2016-03-29 15:54:05.604 DEBUG [detect_vehicles] Contour #0: pos=(x=144, y=110) size=(w=7, h=7) valid=False
  991. 2016-03-29 15:54:05.604 DEBUG [detect_vehicles] Contour #1: pos=(x=105, y=75) size=(w=42, h=44) valid=True
  992. 2016-03-29 15:54:05.604 DEBUG [detect_vehicles] Contour #2: pos=(x=58, y=48) size=(w=37, h=53) valid=True
  993. 2016-03-29 15:54:05.604 DEBUG [detect_vehicles] Contour #3: pos=(x=112, y=5) size=(w=14, h=12) valid=False
  994. 2016-03-29 15:54:05.604 DEBUG [detect_vehicles] Contour #4: pos=(x=102, y=1) size=(w=10, h=3) valid=False
  995. 2016-03-29 15:54:05.604 DEBUG [process_frame] Found 2 valid vehicle contours.
  996. 2016-03-29 15:54:05.604 DEBUG [process_frame] Valid vehicle contour #0: centroid=(126, 97), bounding_box=(105, 75, 42, 44)
  997. 2016-03-29 15:54:05.604 DEBUG [process_frame] Valid vehicle contour #1: centroid=(76, 74), bounding_box=(58, 48, 37, 53)
  998. 2016-03-29 15:54:05.604 DEBUG [process_frame] Updating vehicle count...
  999. 2016-03-29 15:54:05.604 DEBUG [vehicle_counter] Updating count using 2 matches...
  1000. 2016-03-29 15:54:05.604 DEBUG [root] Saving processed frame #76 as 'images/processed_0076.png'
  1001. 2016-03-29 15:54:05.604 DEBUG [main] Frame #76 processed.
  1002. 2016-03-29 15:54:05.618 DEBUG [main] Capturing frame #77...
  1003. 2016-03-29 15:54:05.618 DEBUG [main] Got frame #77: shape=(120, 160, 3)
  1004. 2016-03-29 15:54:05.618 DEBUG [main] Processing frame #77...
  1005. 2016-03-29 15:54:05.618 DEBUG [root] Saving foreground mask for frame #77 as 'images/mask_0077.png'
  1006. 2016-03-29 15:54:05.618 DEBUG [detect_vehicles] Found 4 vehicle contours.
  1007. 2016-03-29 15:54:05.618 DEBUG [detect_vehicles] Contour #0: pos=(x=106, y=90) size=(w=44, h=29) valid=True
  1008. 2016-03-29 15:54:05.618 DEBUG [detect_vehicles] Contour #1: pos=(x=51, y=55) size=(w=42, h=64) valid=True
  1009. 2016-03-29 15:54:05.618 DEBUG [detect_vehicles] Contour #2: pos=(x=111, y=6) size=(w=16, h=13) valid=False
  1010. 2016-03-29 15:54:05.618 DEBUG [detect_vehicles] Contour #3: pos=(x=100, y=1) size=(w=13, h=4) valid=False
  1011. 2016-03-29 15:54:05.618 DEBUG [process_frame] Found 2 valid vehicle contours.
  1012. 2016-03-29 15:54:05.618 DEBUG [process_frame] Valid vehicle contour #0: centroid=(128, 104), bounding_box=(106, 90, 44, 29)
  1013. 2016-03-29 15:54:05.618 DEBUG [process_frame] Valid vehicle contour #1: centroid=(72, 87), bounding_box=(51, 55, 42, 64)
  1014. 2016-03-29 15:54:05.618 DEBUG [process_frame] Updating vehicle count...
  1015. 2016-03-29 15:54:05.618 DEBUG [vehicle_counter] Updating count using 2 matches...
  1016. 2016-03-29 15:54:05.618 DEBUG [root] Saving processed frame #77 as 'images/processed_0077.png'
  1017. 2016-03-29 15:54:05.618 DEBUG [main] Frame #77 processed.
  1018. 2016-03-29 15:54:05.634 DEBUG [main] Capturing frame #78...
  1019. 2016-03-29 15:54:05.634 DEBUG [main] Got frame #78: shape=(120, 160, 3)
  1020. 2016-03-29 15:54:05.634 DEBUG [main] Processing frame #78...
  1021. 2016-03-29 15:54:05.634 DEBUG [root] Saving foreground mask for frame #78 as 'images/mask_0078.png'
  1022. 2016-03-29 15:54:05.634 DEBUG [detect_vehicles] Found 4 vehicle contours.
  1023. 2016-03-29 15:54:05.634 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=109) size=(w=39, h=10) valid=False
  1024. 2016-03-29 15:54:05.634 DEBUG [detect_vehicles] Contour #1: pos=(x=45, y=66) size=(w=44, h=53) valid=True
  1025. 2016-03-29 15:54:05.634 DEBUG [detect_vehicles] Contour #2: pos=(x=112, y=8) size=(w=15, h=13) valid=False
  1026. 2016-03-29 15:54:05.634 DEBUG [detect_vehicles] Contour #3: pos=(x=100, y=1) size=(w=13, h=6) valid=False
  1027. 2016-03-29 15:54:05.634 DEBUG [process_frame] Found 1 valid vehicle contours.
  1028. 2016-03-29 15:54:05.634 DEBUG [process_frame] Valid vehicle contour #0: centroid=(67, 92), bounding_box=(45, 66, 44, 53)
  1029. 2016-03-29 15:54:05.634 DEBUG [process_frame] Updating vehicle count...
  1030. 2016-03-29 15:54:05.634 DEBUG [vehicle_counter] Updating count using 1 matches...
  1031. 2016-03-29 15:54:05.634 DEBUG [root] Saving processed frame #78 as 'images/processed_0078.png'
  1032. 2016-03-29 15:54:05.634 DEBUG [main] Frame #78 processed.
  1033. 2016-03-29 15:54:05.651 DEBUG [main] Capturing frame #79...
  1034. 2016-03-29 15:54:05.651 DEBUG [main] Got frame #79: shape=(120, 160, 3)
  1035. 2016-03-29 15:54:05.651 DEBUG [main] Processing frame #79...
  1036. 2016-03-29 15:54:05.651 DEBUG [root] Saving foreground mask for frame #79 as 'images/mask_0079.png'
  1037. 2016-03-29 15:54:05.651 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1038. 2016-03-29 15:54:05.651 DEBUG [detect_vehicles] Contour #0: pos=(x=43, y=78) size=(w=45, h=41) valid=True
  1039. 2016-03-29 15:54:05.651 DEBUG [detect_vehicles] Contour #1: pos=(x=111, y=10) size=(w=16, h=14) valid=False
  1040. 2016-03-29 15:54:05.651 DEBUG [detect_vehicles] Contour #2: pos=(x=99, y=1) size=(w=14, h=7) valid=False
  1041. 2016-03-29 15:54:05.651 DEBUG [process_frame] Found 1 valid vehicle contours.
  1042. 2016-03-29 15:54:05.651 DEBUG [process_frame] Valid vehicle contour #0: centroid=(65, 98), bounding_box=(43, 78, 45, 41)
  1043. 2016-03-29 15:54:05.651 DEBUG [process_frame] Updating vehicle count...
  1044. 2016-03-29 15:54:05.651 DEBUG [vehicle_counter] Updating count using 1 matches...
  1045. 2016-03-29 15:54:05.651 DEBUG [root] Saving processed frame #79 as 'images/processed_0079.png'
  1046. 2016-03-29 15:54:05.651 DEBUG [main] Frame #79 processed.
  1047. 2016-03-29 15:54:05.665 DEBUG [main] Capturing frame #80...
  1048. 2016-03-29 15:54:05.665 DEBUG [main] Got frame #80: shape=(120, 160, 3)
  1049. 2016-03-29 15:54:05.665 DEBUG [main] Processing frame #80...
  1050. 2016-03-29 15:54:05.665 DEBUG [root] Saving foreground mask for frame #80 as 'images/mask_0080.png'
  1051. 2016-03-29 15:54:05.665 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1052. 2016-03-29 15:54:05.665 DEBUG [detect_vehicles] Contour #0: pos=(x=40, y=94) size=(w=41, h=25) valid=True
  1053. 2016-03-29 15:54:05.665 DEBUG [detect_vehicles] Contour #1: pos=(x=111, y=13) size=(w=18, h=13) valid=False
  1054. 2016-03-29 15:54:05.665 DEBUG [detect_vehicles] Contour #2: pos=(x=99, y=1) size=(w=13, h=8) valid=False
  1055. 2016-03-29 15:54:05.665 DEBUG [process_frame] Found 1 valid vehicle contours.
  1056. 2016-03-29 15:54:05.665 DEBUG [process_frame] Valid vehicle contour #0: centroid=(60, 106), bounding_box=(40, 94, 41, 25)
  1057. 2016-03-29 15:54:05.665 DEBUG [process_frame] Updating vehicle count...
  1058. 2016-03-29 15:54:05.665 DEBUG [vehicle_counter] Updating count using 1 matches...
  1059. 2016-03-29 15:54:05.665 DEBUG [root] Saving processed frame #80 as 'images/processed_0080.png'
  1060. 2016-03-29 15:54:05.665 DEBUG [main] Frame #80 processed.
  1061. 2016-03-29 15:54:05.681 DEBUG [main] Capturing frame #81...
  1062. 2016-03-29 15:54:05.681 DEBUG [main] Got frame #81: shape=(120, 160, 3)
  1063. 2016-03-29 15:54:05.681 DEBUG [main] Processing frame #81...
  1064. 2016-03-29 15:54:05.681 DEBUG [root] Saving foreground mask for frame #81 as 'images/mask_0081.png'
  1065. 2016-03-29 15:54:05.681 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1066. 2016-03-29 15:54:05.681 DEBUG [detect_vehicles] Contour #0: pos=(x=42, y=114) size=(w=31, h=5) valid=False
  1067. 2016-03-29 15:54:05.681 DEBUG [detect_vehicles] Contour #1: pos=(x=112, y=9) size=(w=17, h=20) valid=False
  1068. 2016-03-29 15:54:05.681 DEBUG [detect_vehicles] Contour #2: pos=(x=99, y=1) size=(w=13, h=10) valid=False
  1069. 2016-03-29 15:54:05.681 DEBUG [process_frame] No valid vehicle contours found.
  1070. 2016-03-29 15:54:05.681 DEBUG [root] Saving processed frame #81 as 'images/processed_0081.png'
  1071. 2016-03-29 15:54:05.681 DEBUG [main] Frame #81 processed.
  1072. 2016-03-29 15:54:05.697 DEBUG [main] Capturing frame #82...
  1073. 2016-03-29 15:54:05.697 DEBUG [main] Got frame #82: shape=(120, 160, 3)
  1074. 2016-03-29 15:54:05.697 DEBUG [main] Processing frame #82...
  1075. 2016-03-29 15:54:05.697 DEBUG [root] Saving foreground mask for frame #82 as 'images/mask_0082.png'
  1076. 2016-03-29 15:54:05.697 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1077. 2016-03-29 15:54:05.697 DEBUG [detect_vehicles] Contour #0: pos=(x=112, y=11) size=(w=18, h=21) valid=False
  1078. 2016-03-29 15:54:05.697 DEBUG [detect_vehicles] Contour #1: pos=(x=98, y=1) size=(w=14, h=12) valid=False
  1079. 2016-03-29 15:54:05.697 DEBUG [process_frame] No valid vehicle contours found.
  1080. 2016-03-29 15:54:05.697 DEBUG [root] Saving processed frame #82 as 'images/processed_0082.png'
  1081. 2016-03-29 15:54:05.697 DEBUG [main] Frame #82 processed.
  1082. 2016-03-29 15:54:05.713 DEBUG [main] Capturing frame #83...
  1083. 2016-03-29 15:54:05.713 DEBUG [main] Got frame #83: shape=(120, 160, 3)
  1084. 2016-03-29 15:54:05.713 DEBUG [main] Processing frame #83...
  1085. 2016-03-29 15:54:05.713 DEBUG [root] Saving foreground mask for frame #83 as 'images/mask_0083.png'
  1086. 2016-03-29 15:54:05.713 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1087. 2016-03-29 15:54:05.713 DEBUG [detect_vehicles] Contour #0: pos=(x=113, y=13) size=(w=18, h=23) valid=False
  1088. 2016-03-29 15:54:05.713 DEBUG [detect_vehicles] Contour #1: pos=(x=97, y=1) size=(w=15, h=13) valid=False
  1089. 2016-03-29 15:54:05.713 DEBUG [process_frame] No valid vehicle contours found.
  1090. 2016-03-29 15:54:05.713 DEBUG [root] Saving processed frame #83 as 'images/processed_0083.png'
  1091. 2016-03-29 15:54:05.713 DEBUG [main] Frame #83 processed.
  1092. 2016-03-29 15:54:05.729 DEBUG [main] Capturing frame #84...
  1093. 2016-03-29 15:54:05.729 DEBUG [main] Got frame #84: shape=(120, 160, 3)
  1094. 2016-03-29 15:54:05.729 DEBUG [main] Processing frame #84...
  1095. 2016-03-29 15:54:05.729 DEBUG [root] Saving foreground mask for frame #84 as 'images/mask_0084.png'
  1096. 2016-03-29 15:54:05.729 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1097. 2016-03-29 15:54:05.729 DEBUG [detect_vehicles] Contour #0: pos=(x=112, y=16) size=(w=20, h=24) valid=False
  1098. 2016-03-29 15:54:05.729 DEBUG [detect_vehicles] Contour #1: pos=(x=97, y=1) size=(w=15, h=16) valid=False
  1099. 2016-03-29 15:54:05.729 DEBUG [process_frame] No valid vehicle contours found.
  1100. 2016-03-29 15:54:05.729 DEBUG [root] Saving processed frame #84 as 'images/processed_0084.png'
  1101. 2016-03-29 15:54:05.729 DEBUG [main] Frame #84 processed.
  1102. 2016-03-29 15:54:05.743 DEBUG [main] Capturing frame #85...
  1103. 2016-03-29 15:54:05.743 DEBUG [main] Got frame #85: shape=(120, 160, 3)
  1104. 2016-03-29 15:54:05.743 DEBUG [main] Processing frame #85...
  1105. 2016-03-29 15:54:05.743 DEBUG [root] Saving foreground mask for frame #85 as 'images/mask_0085.png'
  1106. 2016-03-29 15:54:05.743 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1107. 2016-03-29 15:54:05.743 DEBUG [detect_vehicles] Contour #0: pos=(x=113, y=27) size=(w=19, h=17) valid=False
  1108. 2016-03-29 15:54:05.743 DEBUG [detect_vehicles] Contour #1: pos=(x=115, y=18) size=(w=14, h=9) valid=False
  1109. 2016-03-29 15:54:05.743 DEBUG [detect_vehicles] Contour #2: pos=(x=96, y=1) size=(w=15, h=18) valid=False
  1110. 2016-03-29 15:54:05.743 DEBUG [process_frame] No valid vehicle contours found.
  1111. 2016-03-29 15:54:05.743 DEBUG [root] Saving processed frame #85 as 'images/processed_0085.png'
  1112. 2016-03-29 15:54:05.743 DEBUG [main] Frame #85 processed.
  1113. 2016-03-29 15:54:05.759 DEBUG [main] Capturing frame #86...
  1114. 2016-03-29 15:54:05.759 DEBUG [main] Got frame #86: shape=(120, 160, 3)
  1115. 2016-03-29 15:54:05.759 DEBUG [main] Processing frame #86...
  1116. 2016-03-29 15:54:05.759 DEBUG [root] Saving foreground mask for frame #86 as 'images/mask_0086.png'
  1117. 2016-03-29 15:54:05.759 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1118. 2016-03-29 15:54:05.759 DEBUG [detect_vehicles] Contour #0: pos=(x=113, y=21) size=(w=22, h=29) valid=True
  1119. 2016-03-29 15:54:05.759 DEBUG [detect_vehicles] Contour #1: pos=(x=95, y=2) size=(w=16, h=19) valid=False
  1120. 2016-03-29 15:54:05.759 DEBUG [process_frame] Found 1 valid vehicle contours.
  1121. 2016-03-29 15:54:05.759 DEBUG [process_frame] Valid vehicle contour #0: centroid=(124, 35), bounding_box=(113, 21, 22, 29)
  1122. 2016-03-29 15:54:05.759 DEBUG [process_frame] Updating vehicle count...
  1123. 2016-03-29 15:54:05.759 DEBUG [vehicle_counter] Updating count using 1 matches...
  1124. 2016-03-29 15:54:05.759 DEBUG [root] Saving processed frame #86 as 'images/processed_0086.png'
  1125. 2016-03-29 15:54:05.759 DEBUG [main] Frame #86 processed.
  1126. 2016-03-29 15:54:05.776 DEBUG [main] Capturing frame #87...
  1127. 2016-03-29 15:54:05.776 DEBUG [main] Got frame #87: shape=(120, 160, 3)
  1128. 2016-03-29 15:54:05.776 DEBUG [main] Processing frame #87...
  1129. 2016-03-29 15:54:05.776 DEBUG [root] Saving foreground mask for frame #87 as 'images/mask_0087.png'
  1130. 2016-03-29 15:54:05.776 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1131. 2016-03-29 15:54:05.776 DEBUG [detect_vehicles] Contour #0: pos=(x=112, y=25) size=(w=23, h=31) valid=True
  1132. 2016-03-29 15:54:05.776 DEBUG [detect_vehicles] Contour #1: pos=(x=94, y=4) size=(w=17, h=20) valid=False
  1133. 2016-03-29 15:54:05.776 DEBUG [process_frame] Found 1 valid vehicle contours.
  1134. 2016-03-29 15:54:05.776 DEBUG [process_frame] Valid vehicle contour #0: centroid=(123, 40), bounding_box=(112, 25, 23, 31)
  1135. 2016-03-29 15:54:05.776 DEBUG [process_frame] Updating vehicle count...
  1136. 2016-03-29 15:54:05.776 DEBUG [vehicle_counter] Updating count using 1 matches...
  1137. 2016-03-29 15:54:05.776 DEBUG [root] Saving processed frame #87 as 'images/processed_0087.png'
  1138. 2016-03-29 15:54:05.776 DEBUG [main] Frame #87 processed.
  1139. 2016-03-29 15:54:05.790 DEBUG [main] Capturing frame #88...
  1140. 2016-03-29 15:54:05.790 DEBUG [main] Got frame #88: shape=(120, 160, 3)
  1141. 2016-03-29 15:54:05.790 DEBUG [main] Processing frame #88...
  1142. 2016-03-29 15:54:05.790 DEBUG [root] Saving foreground mask for frame #88 as 'images/mask_0088.png'
  1143. 2016-03-29 15:54:05.790 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1144. 2016-03-29 15:54:05.790 DEBUG [detect_vehicles] Contour #0: pos=(x=112, y=28) size=(w=26, h=34) valid=True
  1145. 2016-03-29 15:54:05.790 DEBUG [detect_vehicles] Contour #1: pos=(x=93, y=6) size=(w=16, h=21) valid=False
  1146. 2016-03-29 15:54:05.790 DEBUG [process_frame] Found 1 valid vehicle contours.
  1147. 2016-03-29 15:54:05.790 DEBUG [process_frame] Valid vehicle contour #0: centroid=(125, 45), bounding_box=(112, 28, 26, 34)
  1148. 2016-03-29 15:54:05.790 DEBUG [process_frame] Updating vehicle count...
  1149. 2016-03-29 15:54:05.790 DEBUG [vehicle_counter] Updating count using 1 matches...
  1150. 2016-03-29 15:54:05.790 DEBUG [root] Saving processed frame #88 as 'images/processed_0088.png'
  1151. 2016-03-29 15:54:05.790 DEBUG [main] Frame #88 processed.
  1152. 2016-03-29 15:54:05.806 DEBUG [main] Capturing frame #89...
  1153. 2016-03-29 15:54:05.806 DEBUG [main] Got frame #89: shape=(120, 160, 3)
  1154. 2016-03-29 15:54:05.806 DEBUG [main] Processing frame #89...
  1155. 2016-03-29 15:54:05.806 DEBUG [root] Saving foreground mask for frame #89 as 'images/mask_0089.png'
  1156. 2016-03-29 15:54:05.806 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1157. 2016-03-29 15:54:05.806 DEBUG [detect_vehicles] Contour #0: pos=(x=114, y=47) size=(w=26, h=24) valid=True
  1158. 2016-03-29 15:54:05.806 DEBUG [detect_vehicles] Contour #1: pos=(x=113, y=33) size=(w=22, h=14) valid=False
  1159. 2016-03-29 15:54:05.806 DEBUG [detect_vehicles] Contour #2: pos=(x=91, y=8) size=(w=18, h=23) valid=False
  1160. 2016-03-29 15:54:05.806 DEBUG [process_frame] Found 1 valid vehicle contours.
  1161. 2016-03-29 15:54:05.806 DEBUG [process_frame] Valid vehicle contour #0: centroid=(127, 59), bounding_box=(114, 47, 26, 24)
  1162. 2016-03-29 15:54:05.806 DEBUG [process_frame] Updating vehicle count...
  1163. 2016-03-29 15:54:05.806 DEBUG [vehicle_counter] Updating count using 1 matches...
  1164. 2016-03-29 15:54:05.806 DEBUG [root] Saving processed frame #89 as 'images/processed_0089.png'
  1165. 2016-03-29 15:54:05.806 DEBUG [main] Frame #89 processed.
  1166. 2016-03-29 15:54:05.822 DEBUG [main] Capturing frame #90...
  1167. 2016-03-29 15:54:05.822 DEBUG [main] Got frame #90: shape=(120, 160, 3)
  1168. 2016-03-29 15:54:05.822 DEBUG [main] Processing frame #90...
  1169. 2016-03-29 15:54:05.822 DEBUG [root] Saving foreground mask for frame #90 as 'images/mask_0090.png'
  1170. 2016-03-29 15:54:05.822 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1171. 2016-03-29 15:54:05.822 DEBUG [detect_vehicles] Contour #0: pos=(x=112, y=38) size=(w=29, h=42) valid=True
  1172. 2016-03-29 15:54:05.822 DEBUG [detect_vehicles] Contour #1: pos=(x=90, y=10) size=(w=19, h=25) valid=False
  1173. 2016-03-29 15:54:05.822 DEBUG [process_frame] Found 1 valid vehicle contours.
  1174. 2016-03-29 15:54:05.822 DEBUG [process_frame] Valid vehicle contour #0: centroid=(126, 59), bounding_box=(112, 38, 29, 42)
  1175. 2016-03-29 15:54:05.822 DEBUG [process_frame] Updating vehicle count...
  1176. 2016-03-29 15:54:05.822 DEBUG [vehicle_counter] Updating count using 1 matches...
  1177. 2016-03-29 15:54:05.822 DEBUG [root] Saving processed frame #90 as 'images/processed_0090.png'
  1178. 2016-03-29 15:54:05.822 DEBUG [main] Frame #90 processed.
  1179. 2016-03-29 15:54:05.838 DEBUG [main] Capturing frame #91...
  1180. 2016-03-29 15:54:05.838 DEBUG [main] Got frame #91: shape=(120, 160, 3)
  1181. 2016-03-29 15:54:05.838 DEBUG [main] Processing frame #91...
  1182. 2016-03-29 15:54:05.838 DEBUG [root] Saving foreground mask for frame #91 as 'images/mask_0091.png'
  1183. 2016-03-29 15:54:05.838 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1184. 2016-03-29 15:54:05.838 DEBUG [detect_vehicles] Contour #0: pos=(x=112, y=43) size=(w=33, h=49) valid=True
  1185. 2016-03-29 15:54:05.838 DEBUG [detect_vehicles] Contour #1: pos=(x=88, y=13) size=(w=21, h=26) valid=True
  1186. 2016-03-29 15:54:05.838 DEBUG [detect_vehicles] Contour #2: pos=(x=111, y=1) size=(w=7, h=3) valid=False
  1187. 2016-03-29 15:54:05.838 DEBUG [process_frame] Found 2 valid vehicle contours.
  1188. 2016-03-29 15:54:05.838 DEBUG [process_frame] Valid vehicle contour #0: centroid=(128, 67), bounding_box=(112, 43, 33, 49)
  1189. 2016-03-29 15:54:05.838 DEBUG [process_frame] Valid vehicle contour #1: centroid=(98, 26), bounding_box=(88, 13, 21, 26)
  1190. 2016-03-29 15:54:05.838 DEBUG [process_frame] Updating vehicle count...
  1191. 2016-03-29 15:54:05.838 DEBUG [vehicle_counter] Updating count using 2 matches...
  1192. 2016-03-29 15:54:05.838 DEBUG [root] Saving processed frame #91 as 'images/processed_0091.png'
  1193. 2016-03-29 15:54:05.838 DEBUG [main] Frame #91 processed.
  1194. 2016-03-29 15:54:05.854 DEBUG [main] Capturing frame #92...
  1195. 2016-03-29 15:54:05.854 DEBUG [main] Got frame #92: shape=(120, 160, 3)
  1196. 2016-03-29 15:54:05.854 DEBUG [main] Processing frame #92...
  1197. 2016-03-29 15:54:05.854 DEBUG [root] Saving foreground mask for frame #92 as 'images/mask_0092.png'
  1198. 2016-03-29 15:54:05.854 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1199. 2016-03-29 15:54:05.854 DEBUG [detect_vehicles] Contour #0: pos=(x=112, y=50) size=(w=36, h=56) valid=True
  1200. 2016-03-29 15:54:05.854 DEBUG [detect_vehicles] Contour #1: pos=(x=87, y=16) size=(w=21, h=28) valid=True
  1201. 2016-03-29 15:54:05.854 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=12, h=4) valid=False
  1202. 2016-03-29 15:54:05.854 DEBUG [process_frame] Found 2 valid vehicle contours.
  1203. 2016-03-29 15:54:05.854 DEBUG [process_frame] Valid vehicle contour #0: centroid=(130, 78), bounding_box=(112, 50, 36, 56)
  1204. 2016-03-29 15:54:05.854 DEBUG [process_frame] Valid vehicle contour #1: centroid=(97, 30), bounding_box=(87, 16, 21, 28)
  1205. 2016-03-29 15:54:05.854 DEBUG [process_frame] Updating vehicle count...
  1206. 2016-03-29 15:54:05.854 DEBUG [vehicle_counter] Updating count using 2 matches...
  1207. 2016-03-29 15:54:05.854 DEBUG [root] Saving processed frame #92 as 'images/processed_0092.png'
  1208. 2016-03-29 15:54:05.854 DEBUG [main] Frame #92 processed.
  1209. 2016-03-29 15:54:05.868 DEBUG [main] Capturing frame #93...
  1210. 2016-03-29 15:54:05.868 DEBUG [main] Got frame #93: shape=(120, 160, 3)
  1211. 2016-03-29 15:54:05.868 DEBUG [main] Processing frame #93...
  1212. 2016-03-29 15:54:05.868 DEBUG [root] Saving foreground mask for frame #93 as 'images/mask_0093.png'
  1213. 2016-03-29 15:54:05.868 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1214. 2016-03-29 15:54:05.868 DEBUG [detect_vehicles] Contour #0: pos=(x=112, y=58) size=(w=40, h=61) valid=True
  1215. 2016-03-29 15:54:05.868 DEBUG [detect_vehicles] Contour #1: pos=(x=85, y=19) size=(w=23, h=31) valid=True
  1216. 2016-03-29 15:54:05.868 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=12, h=5) valid=False
  1217. 2016-03-29 15:54:05.868 DEBUG [process_frame] Found 2 valid vehicle contours.
  1218. 2016-03-29 15:54:05.868 DEBUG [process_frame] Valid vehicle contour #0: centroid=(132, 88), bounding_box=(112, 58, 40, 61)
  1219. 2016-03-29 15:54:05.868 DEBUG [process_frame] Valid vehicle contour #1: centroid=(96, 34), bounding_box=(85, 19, 23, 31)
  1220. 2016-03-29 15:54:05.868 DEBUG [process_frame] Updating vehicle count...
  1221. 2016-03-29 15:54:05.868 DEBUG [vehicle_counter] Updating count using 2 matches...
  1222. 2016-03-29 15:54:05.868 DEBUG [root] Saving processed frame #93 as 'images/processed_0093.png'
  1223. 2016-03-29 15:54:05.868 DEBUG [main] Frame #93 processed.
  1224. 2016-03-29 15:54:05.884 DEBUG [main] Capturing frame #94...
  1225. 2016-03-29 15:54:05.884 DEBUG [main] Got frame #94: shape=(120, 160, 3)
  1226. 2016-03-29 15:54:05.884 DEBUG [main] Processing frame #94...
  1227. 2016-03-29 15:54:05.884 DEBUG [root] Saving foreground mask for frame #94 as 'images/mask_0094.png'
  1228. 2016-03-29 15:54:05.884 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1229. 2016-03-29 15:54:05.884 DEBUG [detect_vehicles] Contour #0: pos=(x=112, y=68) size=(w=45, h=51) valid=True
  1230. 2016-03-29 15:54:05.884 DEBUG [detect_vehicles] Contour #1: pos=(x=82, y=23) size=(w=25, h=35) valid=True
  1231. 2016-03-29 15:54:05.884 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=12, h=6) valid=False
  1232. 2016-03-29 15:54:05.884 DEBUG [process_frame] Found 2 valid vehicle contours.
  1233. 2016-03-29 15:54:05.884 DEBUG [process_frame] Valid vehicle contour #0: centroid=(134, 93), bounding_box=(112, 68, 45, 51)
  1234. 2016-03-29 15:54:05.884 DEBUG [process_frame] Valid vehicle contour #1: centroid=(94, 40), bounding_box=(82, 23, 25, 35)
  1235. 2016-03-29 15:54:05.884 DEBUG [process_frame] Updating vehicle count...
  1236. 2016-03-29 15:54:05.884 DEBUG [vehicle_counter] Updating count using 2 matches...
  1237. 2016-03-29 15:54:05.884 DEBUG [root] Saving processed frame #94 as 'images/processed_0094.png'
  1238. 2016-03-29 15:54:05.884 DEBUG [main] Frame #94 processed.
  1239. 2016-03-29 15:54:05.901 DEBUG [main] Capturing frame #95...
  1240. 2016-03-29 15:54:05.901 DEBUG [main] Got frame #95: shape=(120, 160, 3)
  1241. 2016-03-29 15:54:05.901 DEBUG [main] Processing frame #95...
  1242. 2016-03-29 15:54:05.901 DEBUG [root] Saving foreground mask for frame #95 as 'images/mask_0095.png'
  1243. 2016-03-29 15:54:05.901 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1244. 2016-03-29 15:54:05.901 DEBUG [detect_vehicles] Contour #0: pos=(x=113, y=80) size=(w=44, h=39) valid=True
  1245. 2016-03-29 15:54:05.901 DEBUG [detect_vehicles] Contour #1: pos=(x=79, y=27) size=(w=26, h=40) valid=True
  1246. 2016-03-29 15:54:05.901 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=13, h=8) valid=False
  1247. 2016-03-29 15:54:05.901 DEBUG [process_frame] Found 2 valid vehicle contours.
  1248. 2016-03-29 15:54:05.901 DEBUG [process_frame] Valid vehicle contour #0: centroid=(135, 99), bounding_box=(113, 80, 44, 39)
  1249. 2016-03-29 15:54:05.901 DEBUG [process_frame] Valid vehicle contour #1: centroid=(92, 47), bounding_box=(79, 27, 26, 40)
  1250. 2016-03-29 15:54:05.901 DEBUG [process_frame] Updating vehicle count...
  1251. 2016-03-29 15:54:05.901 DEBUG [vehicle_counter] Updating count using 2 matches...
  1252. 2016-03-29 15:54:05.901 DEBUG [root] Saving processed frame #95 as 'images/processed_0095.png'
  1253. 2016-03-29 15:54:05.901 DEBUG [main] Frame #95 processed.
  1254. 2016-03-29 15:54:05.915 DEBUG [main] Capturing frame #96...
  1255. 2016-03-29 15:54:05.915 DEBUG [main] Got frame #96: shape=(120, 160, 3)
  1256. 2016-03-29 15:54:05.915 DEBUG [main] Processing frame #96...
  1257. 2016-03-29 15:54:05.915 DEBUG [root] Saving foreground mask for frame #96 as 'images/mask_0096.png'
  1258. 2016-03-29 15:54:05.915 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1259. 2016-03-29 15:54:05.915 DEBUG [detect_vehicles] Contour #0: pos=(x=113, y=96) size=(w=44, h=23) valid=True
  1260. 2016-03-29 15:54:05.915 DEBUG [detect_vehicles] Contour #1: pos=(x=76, y=33) size=(w=29, h=44) valid=True
  1261. 2016-03-29 15:54:05.915 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=13, h=9) valid=False
  1262. 2016-03-29 15:54:05.915 DEBUG [process_frame] Found 2 valid vehicle contours.
  1263. 2016-03-29 15:54:05.915 DEBUG [process_frame] Valid vehicle contour #0: centroid=(135, 107), bounding_box=(113, 96, 44, 23)
  1264. 2016-03-29 15:54:05.915 DEBUG [process_frame] Valid vehicle contour #1: centroid=(90, 55), bounding_box=(76, 33, 29, 44)
  1265. 2016-03-29 15:54:05.915 DEBUG [process_frame] Updating vehicle count...
  1266. 2016-03-29 15:54:05.915 DEBUG [vehicle_counter] Updating count using 2 matches...
  1267. 2016-03-29 15:54:05.915 DEBUG [root] Saving processed frame #96 as 'images/processed_0096.png'
  1268. 2016-03-29 15:54:05.915 DEBUG [main] Frame #96 processed.
  1269. 2016-03-29 15:54:05.931 DEBUG [main] Capturing frame #97...
  1270. 2016-03-29 15:54:05.931 DEBUG [main] Got frame #97: shape=(120, 160, 3)
  1271. 2016-03-29 15:54:05.931 DEBUG [main] Processing frame #97...
  1272. 2016-03-29 15:54:05.931 DEBUG [root] Saving foreground mask for frame #97 as 'images/mask_0097.png'
  1273. 2016-03-29 15:54:05.931 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1274. 2016-03-29 15:54:05.931 DEBUG [detect_vehicles] Contour #0: pos=(x=118, y=115) size=(w=30, h=4) valid=False
  1275. 2016-03-29 15:54:05.931 DEBUG [detect_vehicles] Contour #1: pos=(x=71, y=39) size=(w=33, h=50) valid=True
  1276. 2016-03-29 15:54:05.931 DEBUG [detect_vehicles] Contour #2: pos=(x=110, y=1) size=(w=13, h=11) valid=False
  1277. 2016-03-29 15:54:05.931 DEBUG [process_frame] Found 1 valid vehicle contours.
  1278. 2016-03-29 15:54:05.931 DEBUG [process_frame] Valid vehicle contour #0: centroid=(87, 64), bounding_box=(71, 39, 33, 50)
  1279. 2016-03-29 15:54:05.931 DEBUG [process_frame] Updating vehicle count...
  1280. 2016-03-29 15:54:05.931 DEBUG [vehicle_counter] Updating count using 1 matches...
  1281. 2016-03-29 15:54:05.931 DEBUG [root] Saving processed frame #97 as 'images/processed_0097.png'
  1282. 2016-03-29 15:54:05.931 DEBUG [main] Frame #97 processed.
  1283. 2016-03-29 15:54:05.947 DEBUG [main] Capturing frame #98...
  1284. 2016-03-29 15:54:05.947 DEBUG [main] Got frame #98: shape=(120, 160, 3)
  1285. 2016-03-29 15:54:05.947 DEBUG [main] Processing frame #98...
  1286. 2016-03-29 15:54:05.947 DEBUG [root] Saving foreground mask for frame #98 as 'images/mask_0098.png'
  1287. 2016-03-29 15:54:05.947 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1288. 2016-03-29 15:54:05.947 DEBUG [detect_vehicles] Contour #0: pos=(x=65, y=47) size=(w=38, h=60) valid=True
  1289. 2016-03-29 15:54:05.947 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=4) size=(w=14, h=10) valid=False
  1290. 2016-03-29 15:54:05.947 DEBUG [process_frame] Found 1 valid vehicle contours.
  1291. 2016-03-29 15:54:05.947 DEBUG [process_frame] Valid vehicle contour #0: centroid=(84, 77), bounding_box=(65, 47, 38, 60)
  1292. 2016-03-29 15:54:05.947 DEBUG [process_frame] Updating vehicle count...
  1293. 2016-03-29 15:54:05.947 DEBUG [vehicle_counter] Updating count using 1 matches...
  1294. 2016-03-29 15:54:05.947 DEBUG [root] Saving processed frame #98 as 'images/processed_0098.png'
  1295. 2016-03-29 15:54:05.947 DEBUG [main] Frame #98 processed.
  1296. 2016-03-29 15:54:05.963 DEBUG [main] Capturing frame #99...
  1297. 2016-03-29 15:54:05.963 DEBUG [main] Got frame #99: shape=(120, 160, 3)
  1298. 2016-03-29 15:54:05.963 DEBUG [main] Processing frame #99...
  1299. 2016-03-29 15:54:05.963 DEBUG [root] Saving foreground mask for frame #99 as 'images/mask_0099.png'
  1300. 2016-03-29 15:54:05.963 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1301. 2016-03-29 15:54:05.963 DEBUG [detect_vehicles] Contour #0: pos=(x=57, y=55) size=(w=44, h=64) valid=True
  1302. 2016-03-29 15:54:05.963 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=4) size=(w=14, h=12) valid=False
  1303. 2016-03-29 15:54:05.963 DEBUG [process_frame] Found 1 valid vehicle contours.
  1304. 2016-03-29 15:54:05.963 DEBUG [process_frame] Valid vehicle contour #0: centroid=(79, 87), bounding_box=(57, 55, 44, 64)
  1305. 2016-03-29 15:54:05.963 DEBUG [process_frame] Updating vehicle count...
  1306. 2016-03-29 15:54:05.963 DEBUG [vehicle_counter] Updating count using 1 matches...
  1307. 2016-03-29 15:54:05.963 DEBUG [root] Saving processed frame #99 as 'images/processed_0099.png'
  1308. 2016-03-29 15:54:05.963 DEBUG [main] Frame #99 processed.
  1309. 2016-03-29 15:54:05.979 DEBUG [main] Capturing frame #100...
  1310. 2016-03-29 15:54:05.979 DEBUG [main] Got frame #100: shape=(120, 160, 3)
  1311. 2016-03-29 15:54:05.979 DEBUG [main] Processing frame #100...
  1312. 2016-03-29 15:54:05.979 DEBUG [root] Saving foreground mask for frame #100 as 'images/mask_0100.png'
  1313. 2016-03-29 15:54:05.979 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1314. 2016-03-29 15:54:05.979 DEBUG [detect_vehicles] Contour #0: pos=(x=51, y=67) size=(w=47, h=52) valid=True
  1315. 2016-03-29 15:54:05.979 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=7) size=(w=15, h=11) valid=False
  1316. 2016-03-29 15:54:05.979 DEBUG [process_frame] Found 1 valid vehicle contours.
  1317. 2016-03-29 15:54:05.979 DEBUG [process_frame] Valid vehicle contour #0: centroid=(74, 93), bounding_box=(51, 67, 47, 52)
  1318. 2016-03-29 15:54:05.979 DEBUG [process_frame] Updating vehicle count...
  1319. 2016-03-29 15:54:05.979 DEBUG [vehicle_counter] Updating count using 1 matches...
  1320. 2016-03-29 15:54:05.979 DEBUG [root] Saving processed frame #100 as 'images/processed_0100.png'
  1321. 2016-03-29 15:54:05.979 DEBUG [main] Frame #100 processed.
  1322. 2016-03-29 15:54:05.993 DEBUG [main] Capturing frame #101...
  1323. 2016-03-29 15:54:05.993 DEBUG [main] Got frame #101: shape=(120, 160, 3)
  1324. 2016-03-29 15:54:05.993 DEBUG [main] Processing frame #101...
  1325. 2016-03-29 15:54:05.993 DEBUG [root] Saving foreground mask for frame #101 as 'images/mask_0101.png'
  1326. 2016-03-29 15:54:05.993 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1327. 2016-03-29 15:54:05.993 DEBUG [detect_vehicles] Contour #0: pos=(x=49, y=85) size=(w=48, h=34) valid=True
  1328. 2016-03-29 15:54:05.993 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=9) size=(w=15, h=11) valid=False
  1329. 2016-03-29 15:54:05.993 DEBUG [process_frame] Found 1 valid vehicle contours.
  1330. 2016-03-29 15:54:05.993 DEBUG [process_frame] Valid vehicle contour #0: centroid=(73, 102), bounding_box=(49, 85, 48, 34)
  1331. 2016-03-29 15:54:05.993 DEBUG [process_frame] Updating vehicle count...
  1332. 2016-03-29 15:54:05.993 DEBUG [vehicle_counter] Updating count using 1 matches...
  1333. 2016-03-29 15:54:05.993 DEBUG [root] Saving processed frame #101 as 'images/processed_0101.png'
  1334. 2016-03-29 15:54:05.993 DEBUG [main] Frame #101 processed.
  1335. 2016-03-29 15:54:06.009 DEBUG [main] Capturing frame #102...
  1336. 2016-03-29 15:54:06.009 DEBUG [main] Got frame #102: shape=(120, 160, 3)
  1337. 2016-03-29 15:54:06.009 DEBUG [main] Processing frame #102...
  1338. 2016-03-29 15:54:06.009 DEBUG [root] Saving foreground mask for frame #102 as 'images/mask_0102.png'
  1339. 2016-03-29 15:54:06.009 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1340. 2016-03-29 15:54:06.009 DEBUG [detect_vehicles] Contour #0: pos=(x=48, y=105) size=(w=40, h=14) valid=False
  1341. 2016-03-29 15:54:06.009 DEBUG [detect_vehicles] Contour #1: pos=(x=110, y=10) size=(w=16, h=12) valid=False
  1342. 2016-03-29 15:54:06.009 DEBUG [process_frame] No valid vehicle contours found.
  1343. 2016-03-29 15:54:06.009 DEBUG [root] Saving processed frame #102 as 'images/processed_0102.png'
  1344. 2016-03-29 15:54:06.009 DEBUG [main] Frame #102 processed.
  1345. 2016-03-29 15:54:06.026 DEBUG [main] Capturing frame #103...
  1346. 2016-03-29 15:54:06.026 DEBUG [main] Got frame #103: shape=(120, 160, 3)
  1347. 2016-03-29 15:54:06.026 DEBUG [main] Processing frame #103...
  1348. 2016-03-29 15:54:06.026 DEBUG [root] Saving foreground mask for frame #103 as 'images/mask_0103.png'
  1349. 2016-03-29 15:54:06.026 DEBUG [detect_vehicles] Found 1 vehicle contours.
  1350. 2016-03-29 15:54:06.026 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=12) size=(w=16, h=13) valid=False
  1351. 2016-03-29 15:54:06.026 DEBUG [process_frame] No valid vehicle contours found.
  1352. 2016-03-29 15:54:06.026 DEBUG [root] Saving processed frame #103 as 'images/processed_0103.png'
  1353. 2016-03-29 15:54:06.026 DEBUG [main] Frame #103 processed.
  1354. 2016-03-29 15:54:06.040 DEBUG [main] Capturing frame #104...
  1355. 2016-03-29 15:54:06.040 DEBUG [main] Got frame #104: shape=(120, 160, 3)
  1356. 2016-03-29 15:54:06.040 DEBUG [main] Processing frame #104...
  1357. 2016-03-29 15:54:06.040 DEBUG [root] Saving foreground mask for frame #104 as 'images/mask_0104.png'
  1358. 2016-03-29 15:54:06.040 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1359. 2016-03-29 15:54:06.040 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=17) size=(w=17, h=11) valid=False
  1360. 2016-03-29 15:54:06.040 DEBUG [detect_vehicles] Contour #1: pos=(x=112, y=7) size=(w=7, h=7) valid=False
  1361. 2016-03-29 15:54:06.040 DEBUG [process_frame] No valid vehicle contours found.
  1362. 2016-03-29 15:54:06.040 DEBUG [root] Saving processed frame #104 as 'images/processed_0104.png'
  1363. 2016-03-29 15:54:06.040 DEBUG [main] Frame #104 processed.
  1364. 2016-03-29 15:54:06.056 DEBUG [main] Capturing frame #105...
  1365. 2016-03-29 15:54:06.056 DEBUG [main] Got frame #105: shape=(120, 160, 3)
  1366. 2016-03-29 15:54:06.056 DEBUG [main] Processing frame #105...
  1367. 2016-03-29 15:54:06.056 DEBUG [root] Saving foreground mask for frame #105 as 'images/mask_0105.png'
  1368. 2016-03-29 15:54:06.056 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1369. 2016-03-29 15:54:06.056 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=19) size=(w=18, h=12) valid=False
  1370. 2016-03-29 15:54:06.056 DEBUG [detect_vehicles] Contour #1: pos=(x=113, y=9) size=(w=7, h=7) valid=False
  1371. 2016-03-29 15:54:06.056 DEBUG [process_frame] No valid vehicle contours found.
  1372. 2016-03-29 15:54:06.056 DEBUG [root] Saving processed frame #105 as 'images/processed_0105.png'
  1373. 2016-03-29 15:54:06.056 DEBUG [main] Frame #105 processed.
  1374. 2016-03-29 15:54:06.072 DEBUG [main] Capturing frame #106...
  1375. 2016-03-29 15:54:06.072 DEBUG [main] Got frame #106: shape=(120, 160, 3)
  1376. 2016-03-29 15:54:06.072 DEBUG [main] Processing frame #106...
  1377. 2016-03-29 15:54:06.072 DEBUG [root] Saving foreground mask for frame #106 as 'images/mask_0106.png'
  1378. 2016-03-29 15:54:06.072 DEBUG [detect_vehicles] Found 1 vehicle contours.
  1379. 2016-03-29 15:54:06.072 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=23) size=(w=19, h=12) valid=False
  1380. 2016-03-29 15:54:06.072 DEBUG [process_frame] No valid vehicle contours found.
  1381. 2016-03-29 15:54:06.072 DEBUG [root] Saving processed frame #106 as 'images/processed_0106.png'
  1382. 2016-03-29 15:54:06.072 DEBUG [main] Frame #106 processed.
  1383. 2016-03-29 15:54:06.088 DEBUG [main] Capturing frame #107...
  1384. 2016-03-29 15:54:06.088 DEBUG [main] Got frame #107: shape=(120, 160, 3)
  1385. 2016-03-29 15:54:06.088 DEBUG [main] Processing frame #107...
  1386. 2016-03-29 15:54:06.088 DEBUG [root] Saving foreground mask for frame #107 as 'images/mask_0107.png'
  1387. 2016-03-29 15:54:06.088 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1388. 2016-03-29 15:54:06.088 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=25) size=(w=20, h=15) valid=False
  1389. 2016-03-29 15:54:06.088 DEBUG [detect_vehicles] Contour #1: pos=(x=114, y=14) size=(w=9, h=7) valid=False
  1390. 2016-03-29 15:54:06.088 DEBUG [process_frame] No valid vehicle contours found.
  1391. 2016-03-29 15:54:06.088 DEBUG [root] Saving processed frame #107 as 'images/processed_0107.png'
  1392. 2016-03-29 15:54:06.088 DEBUG [main] Frame #107 processed.
  1393. 2016-03-29 15:54:06.104 DEBUG [main] Capturing frame #108...
  1394. 2016-03-29 15:54:06.104 DEBUG [main] Got frame #108: shape=(120, 160, 3)
  1395. 2016-03-29 15:54:06.104 DEBUG [main] Processing frame #108...
  1396. 2016-03-29 15:54:06.104 DEBUG [root] Saving foreground mask for frame #108 as 'images/mask_0108.png'
  1397. 2016-03-29 15:54:06.104 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1398. 2016-03-29 15:54:06.104 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=29) size=(w=21, h=16) valid=False
  1399. 2016-03-29 15:54:06.104 DEBUG [detect_vehicles] Contour #1: pos=(x=113, y=17) size=(w=9, h=9) valid=False
  1400. 2016-03-29 15:54:06.104 DEBUG [process_frame] No valid vehicle contours found.
  1401. 2016-03-29 15:54:06.104 DEBUG [root] Saving processed frame #108 as 'images/processed_0108.png'
  1402. 2016-03-29 15:54:06.104 DEBUG [main] Frame #108 processed.
  1403. 2016-03-29 15:54:06.118 DEBUG [main] Capturing frame #109...
  1404. 2016-03-29 15:54:06.118 DEBUG [main] Got frame #109: shape=(120, 160, 3)
  1405. 2016-03-29 15:54:06.118 DEBUG [main] Processing frame #109...
  1406. 2016-03-29 15:54:06.118 DEBUG [root] Saving foreground mask for frame #109 as 'images/mask_0109.png'
  1407. 2016-03-29 15:54:06.118 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1408. 2016-03-29 15:54:06.118 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=35) size=(w=22, h=16) valid=False
  1409. 2016-03-29 15:54:06.118 DEBUG [detect_vehicles] Contour #1: pos=(x=113, y=20) size=(w=13, h=10) valid=False
  1410. 2016-03-29 15:54:06.118 DEBUG [process_frame] No valid vehicle contours found.
  1411. 2016-03-29 15:54:06.118 DEBUG [root] Saving processed frame #109 as 'images/processed_0109.png'
  1412. 2016-03-29 15:54:06.118 DEBUG [main] Frame #109 processed.
  1413. 2016-03-29 15:54:06.134 DEBUG [main] Capturing frame #110...
  1414. 2016-03-29 15:54:06.134 DEBUG [main] Got frame #110: shape=(120, 160, 3)
  1415. 2016-03-29 15:54:06.134 DEBUG [main] Processing frame #110...
  1416. 2016-03-29 15:54:06.134 DEBUG [root] Saving foreground mask for frame #110 as 'images/mask_0110.png'
  1417. 2016-03-29 15:54:06.134 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1418. 2016-03-29 15:54:06.134 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=40) size=(w=24, h=18) valid=False
  1419. 2016-03-29 15:54:06.134 DEBUG [detect_vehicles] Contour #1: pos=(x=114, y=24) size=(w=10, h=9) valid=False
  1420. 2016-03-29 15:54:06.134 DEBUG [process_frame] No valid vehicle contours found.
  1421. 2016-03-29 15:54:06.134 DEBUG [root] Saving processed frame #110 as 'images/processed_0110.png'
  1422. 2016-03-29 15:54:06.134 DEBUG [main] Frame #110 processed.
  1423. 2016-03-29 15:54:06.151 DEBUG [main] Capturing frame #111...
  1424. 2016-03-29 15:54:06.151 DEBUG [main] Got frame #111: shape=(120, 160, 3)
  1425. 2016-03-29 15:54:06.151 DEBUG [main] Processing frame #111...
  1426. 2016-03-29 15:54:06.151 DEBUG [root] Saving foreground mask for frame #111 as 'images/mask_0111.png'
  1427. 2016-03-29 15:54:06.151 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1428. 2016-03-29 15:54:06.151 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=47) size=(w=25, h=18) valid=False
  1429. 2016-03-29 15:54:06.151 DEBUG [detect_vehicles] Contour #1: pos=(x=114, y=28) size=(w=12, h=10) valid=False
  1430. 2016-03-29 15:54:06.151 DEBUG [process_frame] No valid vehicle contours found.
  1431. 2016-03-29 15:54:06.151 DEBUG [root] Saving processed frame #111 as 'images/processed_0111.png'
  1432. 2016-03-29 15:54:06.151 DEBUG [main] Frame #111 processed.
  1433. 2016-03-29 15:54:06.165 DEBUG [main] Capturing frame #112...
  1434. 2016-03-29 15:54:06.165 DEBUG [main] Got frame #112: shape=(120, 160, 3)
  1435. 2016-03-29 15:54:06.165 DEBUG [main] Processing frame #112...
  1436. 2016-03-29 15:54:06.165 DEBUG [root] Saving foreground mask for frame #112 as 'images/mask_0112.png'
  1437. 2016-03-29 15:54:06.165 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1438. 2016-03-29 15:54:06.165 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=46) size=(w=27, h=29) valid=True
  1439. 2016-03-29 15:54:06.165 DEBUG [detect_vehicles] Contour #1: pos=(x=114, y=33) size=(w=15, h=11) valid=False
  1440. 2016-03-29 15:54:06.165 DEBUG [process_frame] Found 1 valid vehicle contours.
  1441. 2016-03-29 15:54:06.165 DEBUG [process_frame] Valid vehicle contour #0: centroid=(123, 60), bounding_box=(110, 46, 27, 29)
  1442. 2016-03-29 15:54:06.165 DEBUG [process_frame] Updating vehicle count...
  1443. 2016-03-29 15:54:06.165 DEBUG [vehicle_counter] Updating count using 1 matches...
  1444. 2016-03-29 15:54:06.165 DEBUG [root] Saving processed frame #112 as 'images/processed_0112.png'
  1445. 2016-03-29 15:54:06.165 DEBUG [main] Frame #112 processed.
  1446. 2016-03-29 15:54:06.181 DEBUG [main] Capturing frame #113...
  1447. 2016-03-29 15:54:06.181 DEBUG [main] Got frame #113: shape=(120, 160, 3)
  1448. 2016-03-29 15:54:06.181 DEBUG [main] Processing frame #113...
  1449. 2016-03-29 15:54:06.181 DEBUG [root] Saving foreground mask for frame #113 as 'images/mask_0113.png'
  1450. 2016-03-29 15:54:06.181 DEBUG [detect_vehicles] Found 1 vehicle contours.
  1451. 2016-03-29 15:54:06.181 DEBUG [detect_vehicles] Contour #0: pos=(x=110, y=40) size=(w=30, h=46) valid=True
  1452. 2016-03-29 15:54:06.181 DEBUG [process_frame] Found 1 valid vehicle contours.
  1453. 2016-03-29 15:54:06.181 DEBUG [process_frame] Valid vehicle contour #0: centroid=(125, 63), bounding_box=(110, 40, 30, 46)
  1454. 2016-03-29 15:54:06.181 DEBUG [process_frame] Updating vehicle count...
  1455. 2016-03-29 15:54:06.181 DEBUG [vehicle_counter] Updating count using 1 matches...
  1456. 2016-03-29 15:54:06.181 DEBUG [root] Saving processed frame #113 as 'images/processed_0113.png'
  1457. 2016-03-29 15:54:06.181 DEBUG [main] Frame #113 processed.
  1458. 2016-03-29 15:54:06.197 DEBUG [main] Capturing frame #114...
  1459. 2016-03-29 15:54:06.197 DEBUG [main] Got frame #114: shape=(120, 160, 3)
  1460. 2016-03-29 15:54:06.197 DEBUG [main] Processing frame #114...
  1461. 2016-03-29 15:54:06.197 DEBUG [root] Saving foreground mask for frame #114 as 'images/mask_0114.png'
  1462. 2016-03-29 15:54:06.197 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1463. 2016-03-29 15:54:06.197 DEBUG [detect_vehicles] Contour #0: pos=(x=108, y=61) size=(w=35, h=40) valid=True
  1464. 2016-03-29 15:54:06.197 DEBUG [detect_vehicles] Contour #1: pos=(x=129, y=57) size=(w=7, h=8) valid=False
  1465. 2016-03-29 15:54:06.197 DEBUG [detect_vehicles] Contour #2: pos=(x=115, y=47) size=(w=15, h=13) valid=False
  1466. 2016-03-29 15:54:06.197 DEBUG [process_frame] Found 1 valid vehicle contours.
  1467. 2016-03-29 15:54:06.197 DEBUG [process_frame] Valid vehicle contour #0: centroid=(125, 81), bounding_box=(108, 61, 35, 40)
  1468. 2016-03-29 15:54:06.197 DEBUG [process_frame] Updating vehicle count...
  1469. 2016-03-29 15:54:06.197 DEBUG [vehicle_counter] Updating count using 1 matches...
  1470. 2016-03-29 15:54:06.197 DEBUG [root] Saving processed frame #114 as 'images/processed_0114.png'
  1471. 2016-03-29 15:54:06.197 DEBUG [main] Frame #114 processed.
  1472. 2016-03-29 15:54:06.213 DEBUG [main] Capturing frame #115...
  1473. 2016-03-29 15:54:06.213 DEBUG [main] Got frame #115: shape=(120, 160, 3)
  1474. 2016-03-29 15:54:06.213 DEBUG [main] Processing frame #115...
  1475. 2016-03-29 15:54:06.213 DEBUG [root] Saving foreground mask for frame #115 as 'images/mask_0115.png'
  1476. 2016-03-29 15:54:06.213 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1477. 2016-03-29 15:54:06.213 DEBUG [detect_vehicles] Contour #0: pos=(x=109, y=68) size=(w=37, h=51) valid=True
  1478. 2016-03-29 15:54:06.213 DEBUG [detect_vehicles] Contour #1: pos=(x=116, y=57) size=(w=17, h=13) valid=False
  1479. 2016-03-29 15:54:06.213 DEBUG [process_frame] Found 1 valid vehicle contours.
  1480. 2016-03-29 15:54:06.213 DEBUG [process_frame] Valid vehicle contour #0: centroid=(127, 93), bounding_box=(109, 68, 37, 51)
  1481. 2016-03-29 15:54:06.213 DEBUG [process_frame] Updating vehicle count...
  1482. 2016-03-29 15:54:06.213 DEBUG [vehicle_counter] Updating count using 1 matches...
  1483. 2016-03-29 15:54:06.213 DEBUG [root] Saving processed frame #115 as 'images/processed_0115.png'
  1484. 2016-03-29 15:54:06.213 DEBUG [main] Frame #115 processed.
  1485. 2016-03-29 15:54:06.229 DEBUG [main] Capturing frame #116...
  1486. 2016-03-29 15:54:06.229 DEBUG [main] Got frame #116: shape=(120, 160, 3)
  1487. 2016-03-29 15:54:06.229 DEBUG [main] Processing frame #116...
  1488. 2016-03-29 15:54:06.229 DEBUG [root] Saving foreground mask for frame #116 as 'images/mask_0116.png'
  1489. 2016-03-29 15:54:06.229 DEBUG [detect_vehicles] Found 6 vehicle contours.
  1490. 2016-03-29 15:54:06.229 DEBUG [detect_vehicles] Contour #0: pos=(x=129, y=115) size=(w=7, h=4) valid=False
  1491. 2016-03-29 15:54:06.229 DEBUG [detect_vehicles] Contour #1: pos=(x=142, y=113) size=(w=9, h=6) valid=False
  1492. 2016-03-29 15:54:06.229 DEBUG [detect_vehicles] Contour #2: pos=(x=122, y=110) size=(w=8, h=7) valid=False
  1493. 2016-03-29 15:54:06.229 DEBUG [detect_vehicles] Contour #3: pos=(x=134, y=83) size=(w=15, h=23) valid=False
  1494. 2016-03-29 15:54:06.229 DEBUG [detect_vehicles] Contour #4: pos=(x=107, y=78) size=(w=38, h=41) valid=True
  1495. 2016-03-29 15:54:06.229 DEBUG [detect_vehicles] Contour #5: pos=(x=117, y=67) size=(w=14, h=14) valid=False
  1496. 2016-03-29 15:54:06.229 DEBUG [process_frame] Found 1 valid vehicle contours.
  1497. 2016-03-29 15:54:06.229 DEBUG [process_frame] Valid vehicle contour #0: centroid=(126, 98), bounding_box=(107, 78, 38, 41)
  1498. 2016-03-29 15:54:06.229 DEBUG [process_frame] Updating vehicle count...
  1499. 2016-03-29 15:54:06.229 DEBUG [vehicle_counter] Updating count using 1 matches...
  1500. 2016-03-29 15:54:06.229 DEBUG [root] Saving processed frame #116 as 'images/processed_0116.png'
  1501. 2016-03-29 15:54:06.229 DEBUG [main] Frame #116 processed.
  1502. 2016-03-29 15:54:06.243 DEBUG [main] Capturing frame #117...
  1503. 2016-03-29 15:54:06.243 DEBUG [main] Got frame #117: shape=(120, 160, 3)
  1504. 2016-03-29 15:54:06.243 DEBUG [main] Processing frame #117...
  1505. 2016-03-29 15:54:06.243 DEBUG [root] Saving foreground mask for frame #117 as 'images/mask_0117.png'
  1506. 2016-03-29 15:54:06.243 DEBUG [detect_vehicles] Found 3 vehicle contours.
  1507. 2016-03-29 15:54:06.243 DEBUG [detect_vehicles] Contour #0: pos=(x=140, y=110) size=(w=9, h=8) valid=False
  1508. 2016-03-29 15:54:06.243 DEBUG [detect_vehicles] Contour #1: pos=(x=134, y=101) size=(w=12, h=9) valid=False
  1509. 2016-03-29 15:54:06.243 DEBUG [detect_vehicles] Contour #2: pos=(x=109, y=81) size=(w=33, h=38) valid=True
  1510. 2016-03-29 15:54:06.243 DEBUG [process_frame] Found 1 valid vehicle contours.
  1511. 2016-03-29 15:54:06.243 DEBUG [process_frame] Valid vehicle contour #0: centroid=(125, 100), bounding_box=(109, 81, 33, 38)
  1512. 2016-03-29 15:54:06.243 DEBUG [process_frame] Updating vehicle count...
  1513. 2016-03-29 15:54:06.243 DEBUG [vehicle_counter] Updating count using 1 matches...
  1514. 2016-03-29 15:54:06.243 DEBUG [root] Saving processed frame #117 as 'images/processed_0117.png'
  1515. 2016-03-29 15:54:06.243 DEBUG [main] Frame #117 processed.
  1516. 2016-03-29 15:54:06.259 DEBUG [main] Capturing frame #118...
  1517. 2016-03-29 15:54:06.259 DEBUG [main] Got frame #118: shape=(120, 160, 3)
  1518. 2016-03-29 15:54:06.259 DEBUG [main] Processing frame #118...
  1519. 2016-03-29 15:54:06.259 DEBUG [root] Saving foreground mask for frame #118 as 'images/mask_0118.png'
  1520. 2016-03-29 15:54:06.259 DEBUG [detect_vehicles] Found 2 vehicle contours.
  1521. 2016-03-29 15:54:06.259 DEBUG [detect_vehicles] Contour #0: pos=(x=141, y=110) size=(w=9, h=9) valid=False
  1522. 2016-03-29 15:54:06.259 DEBUG [detect_vehicles] Contour #1: pos=(x=109, y=104) size=(w=13, h=15) valid=False
  1523. 2016-03-29 15:54:06.259 DEBUG [process_frame] No valid vehicle contours found.
  1524. 2016-03-29 15:54:06.259 DEBUG [root] Saving processed frame #118 as 'images/processed_0118.png'
  1525. 2016-03-29 15:54:06.259 DEBUG [main] Frame #118 processed.
  1526. 2016-03-29 15:54:06.276 DEBUG [main] Capturing frame #119...
  1527. 2016-03-29 15:54:06.276 DEBUG [main] Got frame #119: shape=(120, 160, 3)
  1528. 2016-03-29 15:54:06.276 DEBUG [main] Processing frame #119...
  1529. 2016-03-29 15:54:06.276 DEBUG [root] Saving foreground mask for frame #119 as 'images/mask_0119.png'
  1530. 2016-03-29 15:54:06.276 DEBUG [detect_vehicles] Found 0 vehicle contours.
  1531. 2016-03-29 15:54:06.276 DEBUG [process_frame] No valid vehicle contours found.
  1532. 2016-03-29 15:54:06.276 DEBUG [root] Saving processed frame #119 as 'images/processed_0119.png'
  1533. 2016-03-29 15:54:06.276 DEBUG [main] Frame #119 processed.
  1534. 2016-03-29 15:54:06.290 DEBUG [main] Capturing frame #120...
  1535. 2016-03-29 15:54:06.290 ERROR [main] Frame capture failed, stopping...
  1536. 2016-03-29 15:54:06.290 DEBUG [main] Closing video capture device...
  1537. 2016-03-29 15:54:06.290 DEBUG [main] Done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement