Skip to content

Help running inference using yolov5, 6 & 8 #107

@dvirla

Description

@dvirla

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions