Update README.md
Browse files
README.md
CHANGED
@@ -45,3 +45,22 @@ configs:
|
|
45 |
- split: train
|
46 |
path: data/train-*
|
47 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
- split: train
|
46 |
path: data/train-*
|
47 |
---
|
48 |
+
|
49 |
+
# AVA Subset with Metrics
|
50 |
+
|
51 |
+
This dataset is a processed subset of the **AVA (Aesthetic Visual Analysis) dataset**, derived from **trojblue/AVA-aesthetics-10pct-min50-10bins**. It includes a selection of images alongside computed **visual quality metrics**.
|
52 |
+
|
53 |
+
## **Derivation Process**
|
54 |
+
1. **Subset Selection**: Images were extracted from `trojblue/AVA-aesthetics-10pct-min50-10bins`, ensuring a minimum of 50 samples per bin.
|
55 |
+
2. **Efficient Local Export**: Images were stored locally using a multi-threaded approach to speed up processing.
|
56 |
+
3. **Metric Calculation**: Various **computer vision metrics** were computed using `cv2_metrics` from `procslib`, including sharpness, contrast, and other image quality indicators.
|
57 |
+
4. **Data Merging**: The computed metrics were merged back into the dataset, providing additional insights beyond aesthetic scores.
|
58 |
+
|
59 |
+
## **Usage**
|
60 |
+
This dataset is ideal for:
|
61 |
+
- Training models that incorporate both **aesthetic scores and image quality metrics**.
|
62 |
+
- Analyzing relationships between **image structure and subjective ratings**.
|
63 |
+
- Benchmarking computer vision models on real-world **aesthetic quality assessment**.
|
64 |
+
|
65 |
+
The dataset is publicly available for research and model development. 🚀
|
66 |
+
|