Chapter 2 Vehicle Counts by Class at Multiple Intersections

I can split this into 3 main tasks:

  • Detection car/truck/whatever classes.
  • Tracking them
  • Counting

2.1 Tracking

One problem is overlapping 2 path and it could affect the results (change the object bbox). Solution could be counting them as a whole, and counting a small path, then substract it. We can do this because we assume they are good at detection, no miss no redundant.