File size: 881 Bytes
7d69b3f |
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 |
---
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-*
---
|