Yuxuan Wang
Yuxuan Wang
> > I got rid of the try-except block in `llava/model/__init__.py` and then reinstalled from root with `pip install -e .` and the error went away for me > >...
> Just curious, does the name in annotation like: `gpt4v-dataset/images/gpt_v7519.jpg` the name is the index in json order? same question here, did you get a reasonable explanation?
I encounter the same issue when using Torch version 2.2 or higher; the error persists.
same question, did you solve it?
same issue, any update? How can we obtain more detailed debug info?
Yes, I apologize for the lack of a proper introduction.
抱歉现在才注意到这个issue,我们对视频限制了最大帧数,参考 eval/utils/builder_utils.py 中的 get_frame() 函数;此外,为了加速训练,我们对视频压缩到2fps,压缩工具可以参考:https://github.com/jayleicn/singularity/blob/main/preprocess/compress.py
> Hello, I have to say, VideoChat2 now got MVBench 60 point.... I hope this message finds you well. I have a question out of curiosity: How do you compare...
You mean manually check the file for each split? That's fine, but solely changing file names is confusing and adds unnecessary workload without any benefits.