Slide 35
Slide 35 text
Person tracking
Person tracking is online tracking. It is using deep person
feature, person velocity, and distance to track the person in the
video.
●
It keeps the last frames people ID with features based on
the maxFrameNumber. i.e 30
●
If the person goes out of the frame, it will check next
maxFrameNumber frames, after that it deletes missed
person id and features from the list.
●
It keeps updating the tracker ID and features based on new
person entry.
●
Module input is images. output is person id and coordinates.