What is the purpose of the red region drawn on the screen?
the bounding boxes of cars much pass through this to be counted
How can you make the program display the individual frames more slowly?
use the --delay qualifier
Why is the red region not just a line?
a car's bounding box must pass through it to be counted
How are cars detected?
they move from one frame to the next
How many cars are counted?
71
What is the main purpose of this experiment?
to see how a difficult problem (identifying and counting cars) can be simplified to one of detecting crossing regions
What would you have to do to be able to process video slips of other roads?
change the information in the configuration file
What would you need to do to count true positives, false positives etc?
you would need to know the position of each car in each frame
What is detected in the sky towards the end of the video?
a flock of birds
What does the configuration file contain?
the definitions of the red regions