Could not run "hailomz eval"

I am trying to run Hailo Emulator with “hailomz eval efficientnet_l” command, but encounter following error:

“FileNotFoundError: Couldn’t find dataset in /local/shared_with_docker/.hailomz/models_files/imagenet/2021-06-20/imagenet_calib.tfrecord. Please refer to docs/DATA.rst.”

Does anyone has any idea how to solve this?

Hi @ShingHin.Hung, in order to evaluate the accuracy of the network you need to have the relevant dataset available on the machine. In this case you need to have COCO installed on the machine, please check this readme:
hailo_model_zoo/docs/DATA.rst at master · hailo-ai/hailo_model_zoo (github.com)