How to re-train the re-train the reid model

Hi there. I wonder how to re-train the reid model: repvgg_a0_person_reid_512.hef

Maybe this helps:

GitHub - Hailo Model Zoo - reid - Training guide

GitHub - Hailo Model Zoo - Hailo Models - reid - README

Thanks for replying! By the way, I’m wondering if it means that I need two hailo devices if I use the yolo hef and the reid hef.

The HailoRT scheduler can switch between multiple HEF dynamically. Have a look at the Tappas License Plate Recognition example. It uses 3 different models to achieve the required task.

GitHub - Tappas - License Plate Recognition