mvondracek / VUT-FIT-POVa-2018-Pedestrian-Tracking

Computer vision system for tracking pedestrians in a scene observed by multiple cameras.
10 stars 4 forks source link

Person tracking — tracker.PositionAndHistogramTracker(PersonTracker) #11

Closed mvondracek closed 5 years ago

mvondracek commented 5 years ago

Please implement Person tracking based on position and histograms in tracker.PositionAndHistogramTracker(PersonTracker). If consecutive time frames have similar position and histogram they can belong to the same person. Suitable interface is defined by tracker.PersonTracker(ABC) (13e4005b5f3a9dfd5c0e70bc582d3fd0f882588b). Histogram comparison could be similar to #10, and openpose.main.person_synchronization. More info in #9.

mvondracek commented 5 years ago

I've implemented tracker — only histogram based for now. 30e4ca4d3b88653357b6bb2b9e115d38602d05af