Datasets:
File size: 573 Bytes
3ed9485 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
configs:
- config_name: default
data_files:
- split: test
path: test/metadata.jsonl
features:
- name: qid
dtype: int64
- name: video_file
dtype: string
- name: query
dtype: string
- name: ground_truth
sequence:
sequence: float32
- name: duration
dtype: float32
- name: video_id
dtype: string
license: mit
language:
- en
tags:
- video_temporal_grounding
size_categories:
- n<1K
---
# SQMMBench
**SQMMBench** is a benchmark for evaluating the single query multi-moments capability in the video temporal grounding task. |