Hello,
I am using a Hailo8 connected to my Desktop PC through PCIe.
Currently just trying to learn more about Hailo by running some examples from Model Zoo through CLI and other HailoRT CLI commands.
While trying some examples from the Model Zoo models such as YOLOv8n, I observed that after compiling the model using hailomz compile yolov8n –performance and using the HEF file to obtain benchmark, I get FPS of about 1036 which is similar to what is reported on HailoAI Model Explorer.
However, when I run the model using hailomz eval yolov8n –har yolov8n.har –hef yolov8n.hef –target hardware –batch-size 1, I get very low FPS in the range of 40-45 (inferred from the completion bar displaying img/s).
Upon looking at the device utilization through hailo monitor, I see that hailortcli benchmark has a 100% utilization while hailomz eval has only 15-20% utilization.
Could you please explain what is the difference between the two commands and the FPS obtained from them. And why the model doesn’t run with 100% utilization during hailomz eval?
Sorry if this has already been mentioned somewhere in the documentation. If so, please guide me where I can find the explanation in documentation?
My Desktop PC environment is as follows:
- Ubuntu-20.04
- Python-3.8
- HailoRT-4.21.0
- Hailo DFC-3.31.0
- Hailo MZ-2.15.0