McMasterAI / TrafficTracker

A street traffic counter that provides efficient and ethical modelling of how people engage and interact within a given public space.
MIT License
7 stars 2 forks source link

Write test cases for object detection model #10

Open cczarnuch opened 4 years ago

cczarnuch commented 4 years ago

Use PyTest to write test cases for models using assert statements.

You should manually go through one (or more than one) test video and count all of the objects that should be detected (and the times that they enter the frame) so that we can test if the model can accurately count the same number of objects.