-
Notifications
You must be signed in to change notification settings - Fork 262
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
ValueError: fps and nframe should be set at least one valid value #754
Comments
Hi @aimanu, MME-RealWorld-Lite is not a video dataset, so you do not need to pass
|
@FangXinyu-0913 Thanks for the reply. Actually I have tried that configuration. It raised an error telling "ValueError: fps and nframe should be set at least one valid value". |
Hi @aimanu, Thank you for pointing out this issue. We have fixed it in the latest code, and you can pull the code again to try. If you have any questions, feel free to leave a message below and at me. |
Thanks a lot. |
Hi,
My config is as follows:
It gave the error saying "
[2025-01-27 02:05:51,584] ERROR - RUN - run.py: main - 416: Model Qwen2-VL-7B-Instruct x Dataset MME-RealWorld-Lite combination failed: fps and nframe should be set at least one valid value, skipping this combination.
Traceback (most recent call last):
File "/lpai/VLMEvalKit/run.py", line 222, in main
dataset = build_dataset_from_config(cfg['data'], dataset_name)
File "/lpai/VLMEvalKit/run.py", line 45, in build_dataset_from_config
raise ValueError('fps and nframe should be set at least one valid value')
ValueError: fps and nframe should be set at least one valid value
[2025-01-27 02:05:51] ERROR - run.py: main - 416: Model Qwen2-VL-7B-Instruct x Dataset MME-RealWorld-Lite combination failed: fps and nframe should be set at least one valid value, skipping this combination.
Traceback (most recent call last):
File "/lpai/VLMEvalKit/run.py", line 222, in main
dataset = build_dataset_from_config(cfg['data'], dataset_name)
File "/lpai/VLMEvalKit/run.py", line 45, in build_dataset_from_config
raise ValueError('fps and nframe should be set at least one valid value')
ValueError: fps and nframe should be set at least one valid value
root@lx-dev-0:/lpai#
"
I also tried the dataset config without "nframe" and "fps" parameter, the error is same.
Please help with this issue. Thanks.
The text was updated successfully, but these errors were encountered: