You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Hello @mamun01714, thank you for submitting a yolo-flutter-app 🚀 issue! This is an automated response to help address your concern as efficiently as possible. An Ultralytics engineer will also assist you soon 😊.
To better understand and resolve the issue you're encountering, could you please provide more details? Specifically:
A minimum reproducible example (MRE): This will help us reproduce the error on our side. See the MRE guide for tips on creating one.
Your environment details:
OS and version
Flutter version
Relevant package/plugin versions
A detailed explanation of:
What you expected to happen vs. what actually occurred
Error messages or logs beyond the "A resource failed to call close" message, if available
@mamun01714 the error suggests a potential resource management issue, possibly related to file or model handling. Ensure you're closing file streams or explicitly disposing of unused resources. Also, confirm you're using the latest version of ultralytics_yolo and that your .tflite model is compatible with TensorFlow Lite. If the issue persists, please consider testing with a simpler setup or a different model format.
I have Picked an image, then pass it to yolo model like below:
but showing the error mentioned in title on the last line during detection. I haven't found anything to close..
The text was updated successfully, but these errors were encountered: