File size: 2,102 Bytes
7d69b3f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e024d1c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
dataset_info:
  features:
  - name: image_id
    dtype: string
  - name: image
    struct:
    - name: bytes
      dtype: binary
    - name: path
      dtype: string
  - name: mean_score
    dtype: float32
  - name: label
    dtype: int64
  - name: total_votes
    dtype: int32
  - name: rating_counts
    sequence: int32
  - name: edge_density
    dtype: float64
  - name: focus_measure
    dtype: float64
  - name: texture_score
    dtype: float64
  - name: noise_level
    dtype: float64
  - name: saturation
    dtype: float64
  - name: contrast
    dtype: float64
  - name: brightness
    dtype: float64
  - name: avg_dynamic_range
    dtype: float64
  splits:
  - name: train
    num_bytes: 2737038380
    num_examples: 20437
  download_size: 2710920619
  dataset_size: 2737038380
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

# AVA Subset with Metrics

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**.

## **Derivation Process**
1. **Subset Selection**: Images were extracted from `trojblue/AVA-aesthetics-10pct-min50-10bins`, ensuring a minimum of 50 samples per bin.
2. **Efficient Local Export**: Images were stored locally using a multi-threaded approach to speed up processing.
3. **Metric Calculation**: Various **computer vision metrics** were computed using `cv2_metrics` from `procslib`, including sharpness, contrast, and other image quality indicators.
4. **Data Merging**: The computed metrics were merged back into the dataset, providing additional insights beyond aesthetic scores.

## **Usage**
This dataset is ideal for:
- Training models that incorporate both **aesthetic scores and image quality metrics**.
- Analyzing relationships between **image structure and subjective ratings**.
- Benchmarking computer vision models on real-world **aesthetic quality assessment**.

The dataset is publicly available for research and model development. 🚀