Unable to interpret output tensor after running .hef model

I tried running inference on a .hef model present in Hailo SDK using the command, hailortcli run /usr/share/hailo-models/resnet_v1_50_h8l.hef --input-files /home/sameer/Desktop/Codespace/Experiments/E
xp5/test_images/tiny-imagenet-resized-bin/val_1170.JPEG.bin

but am unable to interpret the output tensor obtained after running this inference. Can anyone please help me with this?

The hailortcli run command is not intended to be used to retrieve inference results. The tool is intended to run models with random data to measure throughput and latency.

Try to check this it could help you Hailo-Application-Code-Examples/runtime/hailo-8 at main · hailo-ai/Hailo-Application-Code-Examples · GitHub