Hello, I would like to collect the utilization metrics of Hailo while running a Python script on my Raspberry Pi that uses Hailo for inference. I found the hailortcli monitor tool, but when I run it, the monitor does not retrieve any information (I have already set the environment variable HAILO_MONITOR
to 1). Could someone help me troubleshoot this issue?
Welcome to the Hailo Community!
Please try the following. Open two terminals.
In one terminal you run:
hailortcli monitor
In the second terminal run:
export HAILO_MONITOR=1
hailortcli run some_model_file.hef
You can use the -t parameter to run the model for longer e.g. -t 30
to run the model for 30 seconds.