Hello I saw that there are available Re-ID models for the Hailo-8L platform:
Public Pre-Trained Models
=========================
.. |rocket| image:: ../../images/rocket.png
:width: 18
.. |star| image:: ../../images/star.png
:width: 18
Here, we give the full list of publicly pre-trained models supported by the Hailo Model Zoo.
* Network available in `Hailo Benchmark <https://hailo.ai/products/ai-accelerators/hailo-8l-ai-accelerator-for-ai-light-applications/#hailo8l-benchmarks/>`_ are marked with |rocket|
* Networks available in `TAPPAS <https://github.com/hailo-ai/tappas>`_ are marked with |star|
* Benchmark and TAPPAS networks run in performance mode
* All models were compiled using Hailo Dataflow Compiler v3.31.0
.. _Person Re-ID:
This file has been truncated. show original
How do I run these on the Raspberry Pi? On the hailo rpi examples git project there doesnt appear to be any pipeline for Re-ID.
If possible I would love to run this on the Degyrum SDK @shashi as it already works really well for me for yolo obejct detection with Picamera.
Thank you.
shashi
April 19, 2025, 2:54am
2
Hi @neoklisv
It is relatively easy to add this to PySDK. How do you plan to use it? The output of such models is an embedding vector. Do you plan to use it as a part of tracking pipeline?
yes i was thinking of combining it with yolo object detection for bounding box tracking
shashi
April 26, 2025, 4:30pm
4