Datasets:
Add links to paper and code
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,52 +1,52 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
pretty_name: SA-BENCH
|
| 4 |
language:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
- image-classification
|
| 8 |
size_categories:
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
| 10 |
tags:
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
configs:
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
---
|
| 51 |
|
| 52 |
# SA-BENCH
|
|
@@ -76,8 +76,8 @@ SA-BENCH is designed for image quality and aesthetic assessment of interior scen
|
|
| 76 |
### Dataset Sources
|
| 77 |
|
| 78 |
- Repository: this Hugging Face dataset repository
|
| 79 |
-
- Associated paper:
|
| 80 |
-
- Code and model release: SA-IQA
|
| 81 |
|
| 82 |
## Dataset Structure
|
| 83 |
|
|
@@ -173,4 +173,4 @@ If you use SA-BENCH, please cite:
|
|
| 173 |
booktitle={CVPR 2025 Workshop},
|
| 174 |
year={2025}
|
| 175 |
}
|
| 176 |
-
```
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
|
|
|
| 5 |
size_categories:
|
| 6 |
+
- 10K<n<100K
|
| 7 |
+
task_categories:
|
| 8 |
+
- image-classification
|
| 9 |
+
pretty_name: SA-BENCH
|
| 10 |
tags:
|
| 11 |
+
- image
|
| 12 |
+
- image-quality-assessment
|
| 13 |
+
- aesthetics
|
| 14 |
+
- spatial-aesthetics
|
| 15 |
+
- interior-design
|
| 16 |
+
- benchmark
|
| 17 |
configs:
|
| 18 |
+
- config_name: distortion
|
| 19 |
+
data_files:
|
| 20 |
+
- split: train
|
| 21 |
+
path: annotations/distortion_2k_train.csv
|
| 22 |
+
- split: test
|
| 23 |
+
path: annotations/distortion_2k_test.csv
|
| 24 |
+
- split: full
|
| 25 |
+
path: annotations/distortion_2k_full.csv
|
| 26 |
+
- config_name: harmony
|
| 27 |
+
data_files:
|
| 28 |
+
- split: train
|
| 29 |
+
path: annotations/harmony_7k_train.csv
|
| 30 |
+
- split: test
|
| 31 |
+
path: annotations/harmony_7k_test.csv
|
| 32 |
+
- split: full
|
| 33 |
+
path: annotations/harmony_7k_full.csv
|
| 34 |
+
- config_name: layout
|
| 35 |
+
data_files:
|
| 36 |
+
- split: train
|
| 37 |
+
path: annotations/layout_6k_train.csv
|
| 38 |
+
- split: test
|
| 39 |
+
path: annotations/layout_6k_test.csv
|
| 40 |
+
- split: full
|
| 41 |
+
path: annotations/layout_6k_full.csv
|
| 42 |
+
- config_name: lighting
|
| 43 |
+
data_files:
|
| 44 |
+
- split: train
|
| 45 |
+
path: annotations/lighting_3k_train.csv
|
| 46 |
+
- split: test
|
| 47 |
+
path: annotations/lighting_3k_test.csv
|
| 48 |
+
- split: full
|
| 49 |
+
path: annotations/lighting_3k_full.csv
|
| 50 |
---
|
| 51 |
|
| 52 |
# SA-BENCH
|
|
|
|
| 76 |
### Dataset Sources
|
| 77 |
|
| 78 |
- Repository: this Hugging Face dataset repository
|
| 79 |
+
- Associated paper: [Beyond Pixels: Benchmarking and Reward-Based Assessing Framework for Visual Spatial Aesthetics](https://huggingface.co/papers/2512.05098)
|
| 80 |
+
- Code and model release: [SA-IQA](https://github.com/AlibabaResearch/SA-IQA)
|
| 81 |
|
| 82 |
## Dataset Structure
|
| 83 |
|
|
|
|
| 173 |
booktitle={CVPR 2025 Workshop},
|
| 174 |
year={2025}
|
| 175 |
}
|
| 176 |
+
```
|