viewer: add configs YAML + metadata.jsonl for 2dbbox & dense_captioning
#22
by arihantj - opened
- CHANGELOG.md +11 -12
- README.md +18 -2
- data/2dbbox/metadata.jsonl +97 -0
- data/dense_captioning/metadata.jsonl +19 -0
CHANGELOG.md
CHANGED
|
@@ -1,15 +1,16 @@
|
|
| 1 |
# Changelog
|
| 2 |
|
| 3 |
-
All notable changes to **`nvidia/PhysicalAI-VANTAGE-Bench`** on Hugging Face.
|
| 4 |
|
| 5 |
-
## 2026-05-
|
| 6 |
|
| 7 |
-
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
| 13 |
|
| 14 |
## 2026-05-15
|
| 15 |
|
|
@@ -27,13 +28,11 @@ All notable changes to **`nvidia/PhysicalAI-VANTAGE-Bench`** on Hugging Face.
|
|
| 27 |
per-task prompts.
|
| 28 |
|
| 29 |
## 2026-05-09
|
| 30 |
-
|
| 31 |
- **`data/` restructured.** Top-level task directories renamed:
|
| 32 |
`dense_captioning/`, `event_verification/`, `pointing/`,
|
| 33 |
`referring/`, `temporal_localization/`, `vqa/`. The legacy
|
| 34 |
`Spatial/` directory was dropped.
|
| 35 |
|
| 36 |
## 2026-05-04
|
| 37 |
-
|
| 38 |
-
-
|
| 39 |
-
`nvidia/PhysicalAI-VANTAGE-Bench` under `data/` (PR #2).
|
|
|
|
| 1 |
# Changelog
|
| 2 |
|
| 3 |
+
All notable changes to **`nvidia/PhysicalAI-VANTAGE-Bench-Subset`** on Hugging Face.
|
| 4 |
|
| 5 |
+
## 2026-05-19
|
| 6 |
|
| 7 |
+
- README YAML updated with a `configs:` block so the HF dataset viewer
|
| 8 |
+
exposes one tab per task (`vqa`, `temporal_localization`,
|
| 9 |
+
`event_verification`, `referring`, `pointing`, `tracking`, `2dbbox`,
|
| 10 |
+
`dense_captioning`).
|
| 11 |
+
- Added `data/2dbbox/metadata.jsonl` and
|
| 12 |
+
`data/dense_captioning/metadata.jsonl` so the image / video tasks are
|
| 13 |
+
browsable in the viewer.
|
| 14 |
|
| 15 |
## 2026-05-15
|
| 16 |
|
|
|
|
| 28 |
per-task prompts.
|
| 29 |
|
| 30 |
## 2026-05-09
|
|
|
|
| 31 |
- **`data/` restructured.** Top-level task directories renamed:
|
| 32 |
`dense_captioning/`, `event_verification/`, `pointing/`,
|
| 33 |
`referring/`, `temporal_localization/`, `vqa/`. The legacy
|
| 34 |
`Spatial/` directory was dropped.
|
| 35 |
|
| 36 |
## 2026-05-04
|
| 37 |
+
- **Initial release**: 4 GB sample uploaded to
|
| 38 |
+
`nvidia/PhysicalAI-VANTAGE-Bench-Subset` under `data/` (PR #1).
|
|
|
README.md
CHANGED
|
@@ -7,18 +7,34 @@ configs:
|
|
| 7 |
data_files:
|
| 8 |
- split: test
|
| 9 |
path: data/vqa/data_jsons/annotations/*.json
|
| 10 |
-
- config_name:
|
| 11 |
data_files:
|
| 12 |
- split: test
|
| 13 |
path: data/temporal_localization/data_jsons/annotations/*.json
|
| 14 |
- config_name: event_verification
|
| 15 |
data_files:
|
| 16 |
- split: test
|
| 17 |
-
path: data/event_verification/**/
|
| 18 |
- config_name: referring
|
| 19 |
data_files:
|
| 20 |
- split: test
|
| 21 |
path: data/referring/refdrone_test_llava.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# VANTAGE-BENCH
|
|
|
|
| 7 |
data_files:
|
| 8 |
- split: test
|
| 9 |
path: data/vqa/data_jsons/annotations/*.json
|
| 10 |
+
- config_name: temporal_localization
|
| 11 |
data_files:
|
| 12 |
- split: test
|
| 13 |
path: data/temporal_localization/data_jsons/annotations/*.json
|
| 14 |
- config_name: event_verification
|
| 15 |
data_files:
|
| 16 |
- split: test
|
| 17 |
+
path: data/event_verification/filtered/**/*.json
|
| 18 |
- config_name: referring
|
| 19 |
data_files:
|
| 20 |
- split: test
|
| 21 |
path: data/referring/refdrone_test_llava.json
|
| 22 |
+
- config_name: pointing
|
| 23 |
+
data_files:
|
| 24 |
+
- split: test
|
| 25 |
+
path: data/pointing/Vantage2DPointing.tsv
|
| 26 |
+
- config_name: tracking
|
| 27 |
+
data_files:
|
| 28 |
+
- split: test
|
| 29 |
+
path: data/tracking/sot_benchmark.jsonl
|
| 30 |
+
- config_name: 2dbbox
|
| 31 |
+
data_files:
|
| 32 |
+
- split: test
|
| 33 |
+
path: data/2dbbox/metadata.jsonl
|
| 34 |
+
- config_name: dense_captioning
|
| 35 |
+
data_files:
|
| 36 |
+
- split: test
|
| 37 |
+
path: data/dense_captioning/metadata.jsonl
|
| 38 |
---
|
| 39 |
|
| 40 |
# VANTAGE-BENCH
|
data/2dbbox/metadata.jsonl
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"file_name": "sequence_a/images/000013.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 2 |
+
{"file_name": "sequence_a/images/000023.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 3 |
+
{"file_name": "sequence_a/images/000074.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 4 |
+
{"file_name": "sequence_a/images/000287.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 5 |
+
{"file_name": "sequence_a/images/000322.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 6 |
+
{"file_name": "sequence_a/images/000373.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 7 |
+
{"file_name": "sequence_a/images/000405.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 8 |
+
{"file_name": "sequence_a/images/000462.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 9 |
+
{"file_name": "sequence_a/images/000475.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 10 |
+
{"file_name": "sequence_a/images/000651.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 11 |
+
{"file_name": "sequence_a/images/000661.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 12 |
+
{"file_name": "sequence_a/images/000665.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 13 |
+
{"file_name": "sequence_a/images/000761.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 14 |
+
{"file_name": "sequence_a/images/000792.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 15 |
+
{"file_name": "sequence_a/images/000820.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 16 |
+
{"file_name": "sequence_a/images/000877.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 17 |
+
{"file_name": "sequence_a/images/000927.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 18 |
+
{"file_name": "sequence_a/images/000951.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 19 |
+
{"file_name": "sequence_a/images/000963.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 20 |
+
{"file_name": "sequence_a/images/001002.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 21 |
+
{"file_name": "sequence_a/images/001291.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 22 |
+
{"file_name": "sequence_a/images/001358.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 23 |
+
{"file_name": "sequence_a/images/001376.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 24 |
+
{"file_name": "sequence_a/images/001494.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 25 |
+
{"file_name": "sequence_a/images/001606.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 26 |
+
{"file_name": "sequence_a/images/001627.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 27 |
+
{"file_name": "sequence_a/images/001633.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 28 |
+
{"file_name": "sequence_a/images/001751.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 29 |
+
{"file_name": "sequence_a/images/001810.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 30 |
+
{"file_name": "sequence_a/images/001970.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 31 |
+
{"file_name": "sequence_a/images/002091.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 32 |
+
{"file_name": "sequence_a/images/002126.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 33 |
+
{"file_name": "sequence_a/images/002185.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 34 |
+
{"file_name": "sequence_a/images/002214.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 35 |
+
{"file_name": "sequence_a/images/002217.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 36 |
+
{"file_name": "sequence_a/images/002528.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 37 |
+
{"file_name": "sequence_a/images/002585.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 38 |
+
{"file_name": "sequence_a/images/002591.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 39 |
+
{"file_name": "sequence_a/images/002600.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 40 |
+
{"file_name": "sequence_a/images/002776.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 41 |
+
{"file_name": "sequence_a/images/002805.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 42 |
+
{"file_name": "sequence_a/images/002903.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 43 |
+
{"file_name": "sequence_a/images/002938.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 44 |
+
{"file_name": "sequence_a/images/002964.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 45 |
+
{"file_name": "sequence_a/images/002997.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 46 |
+
{"file_name": "sequence_a/images/003234.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 47 |
+
{"file_name": "sequence_a/images/003245.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 48 |
+
{"file_name": "sequence_a/images/003297.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 49 |
+
{"file_name": "sequence_a/images/003438.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 50 |
+
{"file_name": "sequence_a/images/003441.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 51 |
+
{"file_name": "sequence_a/images/003529.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 52 |
+
{"file_name": "sequence_a/images/003537.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 53 |
+
{"file_name": "sequence_b/images/000016.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 54 |
+
{"file_name": "sequence_b/images/000071.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 55 |
+
{"file_name": "sequence_b/images/000073.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 56 |
+
{"file_name": "sequence_b/images/000099.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 57 |
+
{"file_name": "sequence_b/images/000123.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 58 |
+
{"file_name": "sequence_b/images/000338.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 59 |
+
{"file_name": "sequence_b/images/000376.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 60 |
+
{"file_name": "sequence_b/images/000403.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 61 |
+
{"file_name": "sequence_b/images/000426.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 62 |
+
{"file_name": "sequence_b/images/000441.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 63 |
+
{"file_name": "sequence_b/images/000486.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 64 |
+
{"file_name": "sequence_b/images/000613.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 65 |
+
{"file_name": "sequence_b/images/000713.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 66 |
+
{"file_name": "sequence_b/images/000735.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 67 |
+
{"file_name": "sequence_b/images/000799.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 68 |
+
{"file_name": "sequence_b/images/000980.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 69 |
+
{"file_name": "sequence_b/images/001035.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 70 |
+
{"file_name": "sequence_b/images/001041.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 71 |
+
{"file_name": "sequence_c/images/000612.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 72 |
+
{"file_name": "sequence_c/images/000669.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 73 |
+
{"file_name": "sequence_c/images/000685.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 74 |
+
{"file_name": "sequence_c/images/000703.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 75 |
+
{"file_name": "sequence_c/images/000740.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 76 |
+
{"file_name": "sequence_c/images/000742.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 77 |
+
{"file_name": "sequence_c/images/000743.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 78 |
+
{"file_name": "sequence_c/images/000803.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 79 |
+
{"file_name": "sequence_c/images/000857.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 80 |
+
{"file_name": "sequence_c/images/000864.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 81 |
+
{"file_name": "sequence_c/images/000911.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 82 |
+
{"file_name": "sequence_c/images/001093.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 83 |
+
{"file_name": "sequence_c/images/001129.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 84 |
+
{"file_name": "sequence_c/images/001182.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 85 |
+
{"file_name": "sequence_c/images/001187.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 86 |
+
{"file_name": "sequence_c/images/001303.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 87 |
+
{"file_name": "sequence_c/images/001312.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 88 |
+
{"file_name": "sequence_c/images/001434.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 89 |
+
{"file_name": "sequence_c/images/001440.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 90 |
+
{"file_name": "sequence_c/images/001533.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 91 |
+
{"file_name": "sequence_c/images/001625.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 92 |
+
{"file_name": "sequence_c/images/001628.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 93 |
+
{"file_name": "sequence_c/images/001640.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 94 |
+
{"file_name": "sequence_c/images/001725.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 95 |
+
{"file_name": "sequence_c/images/001787.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 96 |
+
{"file_name": "sequence_c/images/001790.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
| 97 |
+
{"file_name": "sequence_c/images/001940.jpg", "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."}
|
data/dense_captioning/metadata.jsonl
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"file_name": "videos/GX010011_Clip_2.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|
| 2 |
+
{"file_name": "videos/GX010013_Clip_4.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|
| 3 |
+
{"file_name": "videos/GX010014_Clip_2.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|
| 4 |
+
{"file_name": "videos/GX010029_Clip_11.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|
| 5 |
+
{"file_name": "videos/GX010029_Clip_5.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|
| 6 |
+
{"file_name": "videos/GX010030_Clip_1.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|
| 7 |
+
{"file_name": "videos/GX010031_Clip_6.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|
| 8 |
+
{"file_name": "videos/GX010032_Clip_1.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|
| 9 |
+
{"file_name": "videos/GX010069_Clip_1.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|
| 10 |
+
{"file_name": "videos/GX010069_Clip_5.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|
| 11 |
+
{"file_name": "videos/GX010070_Clip_1.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|
| 12 |
+
{"file_name": "videos/GX010070_Clip_2.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|
| 13 |
+
{"file_name": "videos/GX010070_Clip_3.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|
| 14 |
+
{"file_name": "videos/GX010070_Clip_4.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|
| 15 |
+
{"file_name": "videos/GX010072_Clip_1.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|
| 16 |
+
{"file_name": "videos/Warehouse_240219_GoPro_7_GX010600_500.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|
| 17 |
+
{"file_name": "videos/concat_wh_52_2925.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|
| 18 |
+
{"file_name": "videos/concat_wh_52_910.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|
| 19 |
+
{"file_name": "videos/dvc_9dcc5e669d.mp4", "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."}
|