Closed olcaybuyan closed 11 months ago
https://github.com/PKU-YuanGroup/Video-LLaVA/blob/main/llava/model/multimodal_encoder/languagebind/video/processing_video.py#L101 you can adjust frame_id_list from here
Change decord
to opencv
and adjust the frame_id_list
. We will provide more flexible codes and a strong video-llm in next version.
Thanks
@LinB203 I am wandering when will you release the next version? Thanks!
@LinB203 I am wandering when will you release the next version? Thanks!
Conservative estimate, about next month.
Change
decord
toopencv
and adjust theframe_id_list
. We will provide more flexible codes and a strong video-llm in next version.
请问是通过增加frame token的方式,但是固定frame 数量。但是指 固定fps 方式,frame数量可变呢
If I read your paper correctly, you're only using 8 frames of a video? Would it be possible to specify which 8 frames to use instead of just using the first 8 frames?