-
Notifications
You must be signed in to change notification settings - Fork 18
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
Thank you for your work. How can we reproduce the V-NIAH benchmark results? #7
Comments
We cannot provide the haystack video ourselves as we use an actual movie in our evaluation. Specifically, I use the movie "孤注一掷(no more bet)" as the haystack :) The rest instructions are written the README: https://github.com/EvolvingLMMs-Lab/LongVA?tab=readme-ov-file#v-niah-evaluation Let me know if you encounter any problems. |
Thanks, could you describe what the duration distribution of clips extracted from movies is, and can you provide more query prompts for LongVA as a reference? |
We do not use clips from the movie. We load the entire movie as the haystack video and sample frames at 1 fps, as stated in the paper and also reflected in our code: LongVA/vision_niah/produce_haystack_embedding.py Lines 12 to 21 in efc27fd
I am not sure what you mean by "query prompts". If you are looking for needle images & questions, they are here: https://huggingface.co/datasets/lmms-lab/v_niah_needles. LongVA/vision_niah/eval_vision_niah.py Lines 48 to 51 in efc27fd
|
I got None logits.Is there any possible reason. |
[rank0]: Traceback (most recent call last): |
I Find You set logits=None in forward function of class Qwen2ForCausalLM_RingAttn, which is located at easy_context/modeling_qwen2.py. |
Hello, I got the same problem, have you solved it? |
@hello-bluedog Hi yes this is a bug introduced by a PR. I just fix this. |
@jzhang38 Hi Peiyuan, do you consider to add v-NIAH to lmms-eval? |
No description provided.
The text was updated successfully, but these errors were encountered: