Skip to content
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

Some question about timestamp. #82

Open
Leon1207 opened this issue Oct 14, 2024 · 6 comments
Open

Some question about timestamp. #82

Leon1207 opened this issue Oct 14, 2024 · 6 comments

Comments

@Leon1207
Copy link

Hi, thanks for your work.
I would like to ask about what does the field "time" of breakpoint mode omean in your json file?
And when you evaluate LLM-based video understanding models like VideoChat, does breakpoint mode act more like single-image perception rather than long-video understanding?
thanks!

@Espere-1119-Song
Copy link
Collaborator

For the "time" of breakpoint mode, it refers to the moment when the video is paused during evaluation. You can think of it as the point where the model needs to analyze and respond based on the content leading up to that specific timestamp. Most questions in breakpoint mode are related to the context from the recent video segments before the “time.”

For LLM-based video understanding models evaluation, to solve breakpoint mode, we simulate long-video understanding by sampling frames evenly from the video clips leading up to the “time.”

@Leon1207
Copy link
Author

Thanks for your reply!
So time=750 means the video clip from frame 0 ~ frame 750 that the model needs to concern about?

@Espere-1119-Song
Copy link
Collaborator

We don't specify a start time that the model needs to consider; time=750 only represents the ending frame.

@Leon1207
Copy link
Author

If I want to evaluate my LLM-based video understanding model, I can uniform sample the frames between frame 0 ~ frame 750 in breakpoint mode?

@Espere-1119-Song
Copy link
Collaborator

It depends on your strategy

@Leon1207
Copy link
Author

Thanks for your explanation~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants