Geting system stuck runing compilation of model

@omria @Omer i have converting model from yolo to hef format using DFC to run on rpi5 with hailo8l ai kit
but during convertion sysytem geting stuck after some time frequently

system configrartions:
nvidia rtx3050
8gb ram
2tb hard disk
i5 intel
linux 22.04lts

Hi, can you specify what command have you used, and what does it mean stuck? What do you see on the screen?

stuck means system get struck the system get hang is not oprate any more and i need to restart it for work

and i used the command for model convertion from yolov8 to hailo format
commond hailomz compile yolov8s --ckpt=barcode-detection.onnx --hw-arch hailo8l --calib-path barcode-detect/test/images/ --classes 2 --performance

@omria @Omer @Nadav plz give solutions for it

Your system doesn’t meet the minimum requirements for the DFC (16GB+ of RAM), please try without the --performance flag, since it’s quite exhaustive.

@Nadav @omria @Omer while converting model into onnx is it nessary to set offset=11 or we can leve it

Generally speaking, higher opset is better.