-
-
Notifications
You must be signed in to change notification settings - Fork 148
Closed as not planned
Labels
StaleStale and schedule for closing soonStale and schedule for closing soondetectObject Detection issues, PR'sObject Detection issues, PR'sexportsModel exports (ONNX, TensorRT, TFLite, etc.)Model exports (ONNX, TensorRT, TFLite, etc.)questionFurther information is requestedFurther information is requested
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
StaleStale and schedule for closing soonStale and schedule for closing soondetectObject Detection issues, PR'sObject Detection issues, PR'sexportsModel exports (ONNX, TensorRT, TFLite, etc.)Model exports (ONNX, TensorRT, TFLite, etc.)questionFurther information is requestedFurther information is requested