Hello, I encountered the following error while using my yolov8.onnx file with the Dataflow Compiler,how can I fix that:
(hailo_env) halil@halil-VirtualBox:~/hailo_env$ hailomz parse --hw-arch hailo8l --ckpt hepsi3_yeni.onnx yolov8n
This CPU does not support `avx` instructions, and they are needed to run Tensorflow.
It is recommended to run the Dataflow Compiler on another host.
Another option is to compile Tensorflow from sources without `avx` instructions.
Traceback (most recent call last):
File “/home/halil/hailo_env/bin/hailomz”, line 8, in
sys.exit(main())
File “/home/halil/hailo_env/lib/python3.8/site-packages/hailo_model_zoo/main.py”, line 122, in main
run(args)
File “/home/halil/hailo_env/lib/python3.8/site-packages/hailo_model_zoo/main.py”, line 101, in run
from hailo_model_zoo.main_driver import compile, evaluate, optimize, parse, profile
File “/home/halil/hailo_env/lib/python3.8/site-packages/hailo_model_zoo/main_driver.py”, line 10, in
from hailo_sdk_client import ClientRunner, InferenceContext
ModuleNotFoundError: No module named ‘hailo_sdk_client’