Upload README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,27 @@ tags:
|
|
| 12 |
- vision-language-models
|
| 13 |
- camera-control
|
| 14 |
- agentic-ai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# VPhotoBench
|
|
|
|
| 12 |
- vision-language-models
|
| 13 |
- camera-control
|
| 14 |
- agentic-ai
|
| 15 |
+
configs:
|
| 16 |
+
- config_name: tasks
|
| 17 |
+
data_files:
|
| 18 |
+
- split: train
|
| 19 |
+
path: benchmark/tasks.csv
|
| 20 |
+
- config_name: scenes
|
| 21 |
+
data_files:
|
| 22 |
+
- split: train
|
| 23 |
+
path: benchmark/scenes.csv
|
| 24 |
+
- config_name: attribution
|
| 25 |
+
data_files:
|
| 26 |
+
- split: train
|
| 27 |
+
path: licenses/ATTRIBUTION.csv
|
| 28 |
+
- config_name: licenses
|
| 29 |
+
data_files:
|
| 30 |
+
- split: train
|
| 31 |
+
path: licenses/LICENSES_PER_ASSET.csv
|
| 32 |
+
- config_name: benchmark_list
|
| 33 |
+
data_files:
|
| 34 |
+
- split: train
|
| 35 |
+
path: metadata/benchmark_list_clean.csv
|
| 36 |
---
|
| 37 |
|
| 38 |
# VPhotoBench
|