I’ve been trying to follow this tutorial:
and been having difficulties during the compile/optimize.
The first error I got was
" FileNotFoundError: Couldn’t find dataset in /home/seansamu/.hailomz/data/models_files/coco/2021-06-18/coco_calib2017.tfrecord. Please refer to docs/DATA.rst.
and in the directory I found a 2023-08-03 folder, so I tried to solve the error by creating a 2021-06-18 folder with the same datasets in the 2023 folder. This led to the following error:
hailo_sdk_client.sdk_backend.sdk_backend_exceptions.AllocatorScriptParserException: Post-process config file isn’t found in /home/seansamu/Projects/hailo/hailo_env/lib/python3.10/site-packages/hailo_model_zoo/cfg/alls/generic/…/…/postprocess_config/yolov8n_nms_config.json. Please make sure the given path is relative to the .alls file location, or it is a global path.
Any guidance on what is going wrong or what I could do to fix it would be helpful!