What is the maximum size of the image that it will support?

#67
by eddprogrammer - opened

I tried with 1700x2200 and it only analyze the top half.

I've had the same problem..The size of the picture seems to have changed after the model is processed.

Same here as well. Would love a solution for this!!

it turns out to be a non-issue for me. I forgot to change the max_new_tokens value in the sample code, so I only got text for half page.
generated_ids = model.generate(**inputs, max_new_tokens=128)
Once I changed it to something like 1000, I got all the text from the image. With that said, I don't know the maximum size of the image it will support though, if there is a limit.

eddprogrammer changed discussion status to closed

Sign up or log in to comment