-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Hi,
Thanks for this amazing package!
I'm having troubles running inference using different yolo versions, whenever I'm running tiny_yolov2 test the inference seems to succeed.
Whenever I try any of the other version it fails with segmentation fault - exported to onnx, tried different opsets (including 12) and increase MAX_NUMBER_OF_NODES since yolov8 has 259 nodes.
More observations:
Running resolve
function from inferece.c outputs segmentation fault. When I copy the content of resolve function to connx.c
it seems to be running (after commenting the part preparing the operators since the opset is already 12).
Doing the same with inference
function did not work as it seems that all_context[nodeIdx].executer
is NULL
.
Can anyone assist please?
Metadata
Metadata
Assignees
Labels
No labels