-
Notifications
You must be signed in to change notification settings - Fork 35
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
How to use yolo8x #22
Comments
I checked the model from example and it has the following parameters
But my model has different
All yolo models has image size 640px. How could it be 224? |
I believe you could change the input size while converting your model from |
Have you achieved to fit the inputs size? I'm facing same problem right now. When exporting my yolov8n-seg to tflite I specified imgsz=640 but when running the model on frame it throws the same error. How did you solve this? Please. Thank you for your reply in advanced |
@guiiyanxD and @AlexanderKozhevin. How were you guys able to resolve the input tensor shape, because the model shape for the tensor here is [(tensor: float32[1,640,640,3]) while i have tensor: float32[1,3,640,640]. I don't know why it is so. |
I converted it to tflite. But it gives an error like this
The text was updated successfully, but these errors were encountered: