Hey everyone, So I’ve been trying to convert this onnx file to hef or har, but whenever I try doing it, I keep getting an error saying that the hailo packages are not there. And when I check all the packages, things like the hailort, compiler, etc are installed, but this one command hailo_convert doesn’t exist, I checked chatgpt and other online forums, but couldn’t resolve this issue, would really appreiciate it if any of u could help with this, thanks!!
File and file paths:
python source code, compiler (whl file), hailort (whl file), ai software suite (run file) :- All r in: Home/Downloads
hailort (deb file), hailo_venv (Virtual environment), the tflite and onnx file obtained from the python code:- All r in Home/Downloads/software_ai_sw_suite
COMPRESSED (File containing test, train and valid folders with the xml and jpg image data): All in Home/Trial
I noticed there might be some confusion with the command you’re using. For DFC operations, you should use the hailo command rather than hailo_convert in the CLI. If you’re trying to run this from a Python script, could you share it so I can provide more specific guidance? Also, please ensure you’re working within the virtual environment where all the necessary packages are installed.
Thanks for replying back, and idk why but the compiler keeps giving me the same error even now, And yes, Im using a python script (I managed to train the data, but yea…not able to convert it to hef). Will add it below