-
Notifications
You must be signed in to change notification settings - Fork 6
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
实验结果复现 #8
Comments
Perhaps you could provide your reproduction details, such as which evaluation toolkit you chose, lmmseval or vlmeval kit, the code and your reproduction results. |
我想要复现您的实验结果,请问能否提供Qwen2-VL的代码 |
We did not save the relevant code. This implementation is very easy and can be directly evaluated using lmmseval or vlmevalkit. The settings we use are also the default settings of Qwen/Qwen2-VL-7B-Instruct. |
However, the maximum supported pixel value of qwen2-vl-7b model is 1280 * 28 * 28, which is smaller than the image size of the dataset. How to deal with it? |
Thanks for reaching out! Generally, most MLLM models, including Qwen2-VL, can't handle high-resolution images as per our benchmark, which is why their performance might not match expectations. The |
Thank you for your answer. Now I want to use gpt-4o-mini to reproduce your results, but the image processed by gpt-4o-mini needs to be less than 20MB, how did you handle it? |
对于您的数据集,超出了很多模型的最大图片限制,请问您是都按照这个压缩函数压缩到7MB以下吗 |
压缩到最大能承受的上传限制~ |
I used the following code to compress your remote sensing image, but it could not be compressed, what is the reason?
Output:
|
我想复现在qwen2-VL 上的实验结果,但是结果和表里不同,请问有什么参数设置和版本的要求吗
The text was updated successfully, but these errors were encountered: