-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My tflite file cannot run in your YOLOv9 #12
Comments
Any error it is showing in logcat when you try to run? |
May I know the output and input shape. visit https://netron.app/ and get properties. |
|
Yeah, this YOLOv9 model is probably exported and trained from here https://github.com/WongKinYiu/yolov9 While I took models from here https://docs.ultralytics.com/models/yolov9/ So, you may also use ultralytics's environment and use this repo. I will also try to interpret your model, if successful I will publish codes. |
|
You mind sharing your tflite model, with labels and sample images? [email protected] |
Hello, I have packaged the items and placed them in the data file,My email address is [email protected] |
Does it support yolo11? |
I haven't tried it before, you can give it a try |
yolo11模型部署到yolov8上直接闪退,我用的是yolo11x的模型转成了yolo11_float16.tflite,把他放在yolov8或者yolov9的android里并调用会直接闪退 |
Yes, it did indeed crash directly. I am also looking for the reason behind it |
我找到了原因 把GPU加速关掉就好了 但是识别速度会很慢 |
I switched to my YOLOV9 model and ran it inside YOLOV9, but it crashed and the software couldn't open |
Hello, I changed v9 in your file to my model file, but when I recompile and run it again, it doesn't open. What's going on
The text was updated successfully, but these errors were encountered: