polish readme
Browse files
README.md
CHANGED
|
@@ -2,22 +2,34 @@
|
|
| 2 |
license: other
|
| 3 |
license_name: nvidia-evaluation-data-license
|
| 4 |
license_link: LICENSE
|
| 5 |
-
pretty_name: VANTAGE-Bench
|
| 6 |
language:
|
| 7 |
- en
|
|
|
|
|
|
|
|
|
|
| 8 |
task_categories:
|
| 9 |
- visual-question-answering
|
| 10 |
- video-text-to-text
|
| 11 |
-
|
| 12 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
tags:
|
| 14 |
- video
|
|
|
|
|
|
|
|
|
|
| 15 |
- video-understanding
|
|
|
|
| 16 |
- benchmark
|
| 17 |
- evaluation
|
| 18 |
- infrastructure-cameras
|
| 19 |
- warehouse
|
| 20 |
- smart-city
|
|
|
|
| 21 |
- smart-spaces
|
| 22 |
configs:
|
| 23 |
- config_name: vqa
|
|
@@ -54,38 +66,44 @@ configs:
|
|
| 54 |
path: data/dense_captioning/metadata.jsonl
|
| 55 |
---
|
| 56 |
|
| 57 |
-
# VANTAGE-
|
| 58 |
|
| 59 |
*Video ANalysis Tasks Across Generalized Environments*
|
| 60 |
|
| 61 |
**3 domains · 8 tasks · 35,027 annotations · 3,346 media samples · 42 GB**
|
| 62 |
|
| 63 |
-
<img src="./assets/vantage_bench_tasks.png" alt="VANTAGE-
|
| 64 |
|
| 65 |
## Dataset Description
|
| 66 |
|
| 67 |
-
VANTAGE-
|
| 68 |
|
| 69 |
> **Evaluation-only / test split.** Ground-truth answers are withheld and all scoring is performed server-side — this dataset repository does not provide local benchmark scoring.
|
| 70 |
|
| 71 |
### Directory Structure
|
| 72 |
|
| 73 |
```text
|
| 74 |
-
VANTAGE-
|
| 75 |
-
├──
|
| 76 |
-
├──
|
| 77 |
-
├──
|
| 78 |
-
├── event_verification/
|
| 79 |
-
├──
|
| 80 |
-
├── referring/
|
| 81 |
-
├──
|
| 82 |
-
├── tracking/
|
| 83 |
-
└──
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
```
|
| 85 |
|
| 86 |
## Get Started
|
| 87 |
|
| 88 |
-
|
| 89 |
|
| 90 |
- **[VANTAGE-Bench's official website](https://vantage-bench.org/)** — detailed overview of VANTAGE-Bench, the benchmark suite, and submission entry points.
|
| 91 |
- **[VANTAGE-Bench GitHub repository](https://github.com/Clemson-Capstone/VANTAGE-Bench)** — run guides, inference workflows, submission formats, and benchmark tooling.
|
|
@@ -94,9 +112,9 @@ VANTAGE-Bench is a multi-component benchmark; this repository is its **data and
|
|
| 94 |
## Quick Start
|
| 95 |
|
| 96 |
This repository ships the **test-split media and question-side annotations**;
|
| 97 |
-
ground-truth answers are withheld for server-side scoring.
|
| 98 |
-
|
| 99 |
-
task:
|
| 100 |
|
| 101 |
```bash
|
| 102 |
python scripts/run_lmudata.py --all --lmu-root ~/LMUData
|
|
@@ -114,7 +132,7 @@ requirements, per-task notes, and troubleshooting.
|
|
| 114 |
|
| 115 |
`run_lmudata.py` automates the inference-prep step end to end. It sources the
|
| 116 |
public dataset (an auto-detected local `data/` clone, an explicit
|
| 117 |
-
`--local-source`, or a Hugging Face snapshot), builds each task's
|
| 118 |
index file (`*.tsv` / `annotations.json`), and places the media by symlink
|
| 119 |
(default) or `--copy`. It writes **no** ground-truth fields — withheld answers
|
| 120 |
are left empty — and is idempotent, so re-runs only fill in what is missing.
|
|
@@ -126,7 +144,7 @@ which the script handles automatically when they are met:
|
|
| 126 |
- **2D Referring Expressions (grounding)** — downloads the RefDrone / VisDrone images over the network.
|
| 127 |
|
| 128 |
Under `--all`, a task that cannot meet its prerequisites is skipped while the
|
| 129 |
-
others continue. The result is a
|
| 130 |
`<LMUData root>/datasets/`:
|
| 131 |
|
| 132 |
```text
|
|
@@ -188,7 +206,7 @@ The end-to-end workflow is:
|
|
| 188 |
python scripts/run_lmudata.py --all --lmu-root ~/LMUData
|
| 189 |
```
|
| 190 |
|
| 191 |
-
2. Run
|
| 192 |
`*.submission.jsonl` of predictions.
|
| 193 |
3. Submit the predictions through the flow documented on
|
| 194 |
[VANTAGE-Bench's official website](https://vantage-bench.org/) and in the
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: nvidia-evaluation-data-license
|
| 4 |
license_link: LICENSE
|
|
|
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
+
pretty_name: VANTAGE-Bench
|
| 8 |
+
size_categories:
|
| 9 |
+
- 10K<n<100K
|
| 10 |
task_categories:
|
| 11 |
- visual-question-answering
|
| 12 |
- video-text-to-text
|
| 13 |
+
- image-text-to-text
|
| 14 |
+
- object-detection
|
| 15 |
+
- multiple-choice
|
| 16 |
+
task_ids:
|
| 17 |
+
- visual-question-answering
|
| 18 |
+
- image-captioning
|
| 19 |
+
- multiple-choice-qa
|
| 20 |
tags:
|
| 21 |
- video
|
| 22 |
+
- image
|
| 23 |
+
- text
|
| 24 |
+
- multimodal
|
| 25 |
- video-understanding
|
| 26 |
+
- image-understanding
|
| 27 |
- benchmark
|
| 28 |
- evaluation
|
| 29 |
- infrastructure-cameras
|
| 30 |
- warehouse
|
| 31 |
- smart-city
|
| 32 |
+
- intelligent-transportation-systems
|
| 33 |
- smart-spaces
|
| 34 |
configs:
|
| 35 |
- config_name: vqa
|
|
|
|
| 66 |
path: data/dense_captioning/metadata.jsonl
|
| 67 |
---
|
| 68 |
|
| 69 |
+
# VANTAGE-Bench
|
| 70 |
|
| 71 |
*Video ANalysis Tasks Across Generalized Environments*
|
| 72 |
|
| 73 |
**3 domains · 8 tasks · 35,027 annotations · 3,346 media samples · 42 GB**
|
| 74 |
|
| 75 |
+
<img src="./assets/vantage_bench_tasks.png" alt="VANTAGE-Bench task overview across Semantic, Temporal, Spatial, and Spatio-Temporal understanding categories" width="100%">
|
| 76 |
|
| 77 |
## Dataset Description
|
| 78 |
|
| 79 |
+
VANTAGE-Bench is the first public benchmark purpose-built for evaluating visual understanding on video captured by fixed infrastructure cameras. It spans three real-world domains — warehouse, smart city / Intelligent Transportation Systems (ITS), and smart spaces — across 8 tasks spanning semantic, temporal, spatial, and spatio-temporal evaluation, including video question answering (VQA), temporal localization, dense video captioning (DVC), event verification, spatial pointing, referring expressions, and spatio-temporal tracking. Unlike ordinary web video, this footage comes from fixed, infrastructure-mounted viewpoints — persistent scenes under long-duration monitoring that demand reasoning over stationary warehouse, ITS, and smart-space environments.
|
| 80 |
|
| 81 |
> **Evaluation-only / test split.** Ground-truth answers are withheld and all scoring is performed server-side — this dataset repository does not provide local benchmark scoring.
|
| 82 |
|
| 83 |
### Directory Structure
|
| 84 |
|
| 85 |
```text
|
| 86 |
+
PhysicalAI-VANTAGE-Bench/
|
| 87 |
+
├── data/
|
| 88 |
+
│ ├── 2dbbox/ # 2D object localization
|
| 89 |
+
│ ├── dense_captioning/ # Dense video captioning
|
| 90 |
+
│ ├── event_verification/ # Event verification
|
| 91 |
+
│ ├── pointing/ # 2D spatial pointing
|
| 92 |
+
│ ├── referring/ # 2D referring expressions
|
| 93 |
+
│ ├── temporal_localization/ # Temporal localization
|
| 94 |
+
│ ├── tracking/ # Single object tracking
|
| 95 |
+
│ └── vqa/ # Video question answering
|
| 96 |
+
│
|
| 97 |
+
├── scripts/
|
| 98 |
+
│ ├── run_lmudata.py # Prepare benchmark datasets
|
| 99 |
+
│ └── RUN_LMUData.md # Setup and usage guide
|
| 100 |
+
│
|
| 101 |
+
└── README.md # Dataset documentation
|
| 102 |
```
|
| 103 |
|
| 104 |
## Get Started
|
| 105 |
|
| 106 |
+
This repository contains the official VANTAGE-Bench dataset and data schemas. For benchmark documentation, submissions, and leaderboard results, use the resources below:
|
| 107 |
|
| 108 |
- **[VANTAGE-Bench's official website](https://vantage-bench.org/)** — detailed overview of VANTAGE-Bench, the benchmark suite, and submission entry points.
|
| 109 |
- **[VANTAGE-Bench GitHub repository](https://github.com/Clemson-Capstone/VANTAGE-Bench)** — run guides, inference workflows, submission formats, and benchmark tooling.
|
|
|
|
| 112 |
## Quick Start
|
| 113 |
|
| 114 |
This repository ships the **test-split media and question-side annotations**;
|
| 115 |
+
ground-truth answers are withheld for server-side scoring. VANTAGE-Bench's evaluation
|
| 116 |
+
toolkit expects benchmark datasets to be organized using a standard directory structure
|
| 117 |
+
called LMUData. To build an inference-ready LMUData layout across every task:
|
| 118 |
|
| 119 |
```bash
|
| 120 |
python scripts/run_lmudata.py --all --lmu-root ~/LMUData
|
|
|
|
| 132 |
|
| 133 |
`run_lmudata.py` automates the inference-prep step end to end. It sources the
|
| 134 |
public dataset (an auto-detected local `data/` clone, an explicit
|
| 135 |
+
`--local-source`, or a Hugging Face snapshot), builds each task's
|
| 136 |
index file (`*.tsv` / `annotations.json`), and places the media by symlink
|
| 137 |
(default) or `--copy`. It writes **no** ground-truth fields — withheld answers
|
| 138 |
are left empty — and is idempotent, so re-runs only fill in what is missing.
|
|
|
|
| 144 |
- **2D Referring Expressions (grounding)** — downloads the RefDrone / VisDrone images over the network.
|
| 145 |
|
| 146 |
Under `--all`, a task that cannot meet its prerequisites is skipped while the
|
| 147 |
+
others continue. The result is a inference-ready layout under
|
| 148 |
`<LMUData root>/datasets/`:
|
| 149 |
|
| 150 |
```text
|
|
|
|
| 206 |
python scripts/run_lmudata.py --all --lmu-root ~/LMUData
|
| 207 |
```
|
| 208 |
|
| 209 |
+
2. Run inference using VANTAGE-Bench's evaluation toolkit. Each run emits a
|
| 210 |
`*.submission.jsonl` of predictions.
|
| 211 |
3. Submit the predictions through the flow documented on
|
| 212 |
[VANTAGE-Bench's official website](https://vantage-bench.org/) and in the
|