Person ReID + Duration Tracking

Description

Implement person re-identification using Hailo’s ReID model and track how long each unique person stays in the camera feed.

Requirements

  • Detect people in the video stream

  • Assign consistent IDs across frames

  • Track entry and exit times

  • Compute duration per person

  • Output results in a simple log/CSV

Deliverables

  • Working ReID + duration tracking module

  • Basic output showing each person’s total time in view

    i need the guide of how to do this Task in hailo not on the cpu

Hey @surya_yelamanchili,

Actually, we built something really similar to what you’re looking for right here:

It’s got the regular tracker built in, just not the time tracking piece yet. I’m thinking this would be a solid starting point for your app - I’ll go ahead and modify it to add the duration tracking functionality you need!