Open
Conversation
Collaborator
There was a problem hiding this comment.
- Consider add quick config in vlmeval/dataset/video_dataset_config.py for better usage
- Please report OMTG Bench performance for representative models (using VLMEvalKit, the official repo, and paper results). Include environment details (transformers, torch, vllm/sglang, flash-attention, python) and specific configs (like nframe) used for these runs.
- Please help fix the lint: https://github.com/open-compass/VLMEvalKit/actions/runs/21662694744/job/62492361066?pr=1427
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds support for the One-to-Many Temporal Grounding (OMTG) benchmark, as proposed in the paper Towards One-to-Many Temporal Grounding.
Unlike traditional temporal grounding tasks that assume a one-to-one mapping, OMTG requires the model to localize all disjoint video segments corresponding to a query.
Key Changes
OMTGBenchdataset class.C-Acc(Count Accuracy): Evaluates event cardinality perception.EtF1(Effective Temporal F1): The primary metric that penalizes incomplete retrieval.tF1(Temporal F1-Score).How to Use
Users can evaluate models on the OMTG benchmark using the following command: