I’m currently testing with the hailo-rpi5-examples, and my goal is to combine a person Re-ID model with the YOLO detection pipeline.
Specifically, I want to be able to continue tracking a specific object (person), even if they temporarily disappear from the camera view. Once they reappear, I want the system to reassign the same track ID to that specific person, so tracking continues seamlessly.
After thoroughly reviewing the example codes provided in hailo-rpi5-examples, I believe it’s possible to integrate the Re-ID model into the INFERENCE_PIPELINE, and use it within the TRACKER_PIPELINE to assign track IDs based on feature similarity.
If anyone has experience working on a YOLO + Re-ID project using the TAPPAS framework, I would really appreciate any advice or guidance you could share.