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

Create metrics for each detected object #11

Closed cczarnuch closed 4 years ago

cczarnuch commented 4 years ago

Create/modify the detection/tracker class (the object that was detected) to contain the following measures:

Mal-ik commented 4 years ago

Refer to object_tracker.py: Entry/ exit times - line 68 and 81 include entry and exit time, respectively? Coordinates - line 98: boxes include all bbox objects (which have coordinates) in frame Type of object - line 99: names includes the types of all objects in frame