Skip to content

Unable to create interpreter while using custom yolov11n model #429

@micktsai

Description

@micktsai

Search before asking

  • I checked the docs, issues, and discussions and could not find an answer.

Question

I encounter Invalid argument(s): Unable to create interpreter. When I'm trying to use my customize YOLO v11n model(add P2 head and remove P5 head). Model type is tflite.
I had tried v8n model with same settings (add P2 head and remove P5 head) and it works normally.
Is there any setting wrong at export model? or the current version can't support customize YOLOv11n model?
Below is how I export my model.

model.export(
    format="tflite",
    half=True,
    imgsz=1280
)

Additional

No response

Metadata

Metadata

Assignees

Labels

StaleStale and schedule for closing soondetectObject Detection issues, PR'sexportsModel exports (ONNX, TensorRT, TFLite, etc.)questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions