Replies: 1 comment 1 reply
-
I also want to note that this really should be documented somewhere. Qwen 2.5VL's object detection is raw pixel values, not relative (unfortunately) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to make an agent and I am using qwen 2.5vl, the issue is that while Qwen accepts images up to 2048x2048 (as far as I am concerned), I can't input bigger images than 1024x1024 since llama-cpp resizes the images.
Is there a way to increase this limit to a custom value?
Beta Was this translation helpful? Give feedback.
All reactions