iamkaikai commited on
Commit
4f775e4
·
verified ·
1 Parent(s): 7e1698a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +103 -64
README.md CHANGED
@@ -1,66 +1,105 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: image_id
5
- dtype: int64
6
- - name: gallery_id
7
- dtype: int64
8
- - name: gallery_name
9
- dtype: string
10
- - name: title
11
- dtype: string
12
- - name: photographer
13
- dtype: string
14
- - name: challenge
15
- dtype: string
16
- - name: editing_rule
17
- dtype: string
18
- - name: camera
19
- dtype: string
20
- - name: location
21
- dtype: string
22
- - name: date_uploaded
23
- dtype: string
24
- - name: place
25
- dtype: float64
26
- - name: total_entries
27
- dtype: int64
28
- - name: avg_all_users
29
- dtype: float64
30
- - name: avg_commenters
31
- dtype: float64
32
- - name: avg_participants
33
- dtype: float64
34
- - name: avg_nonparticipants
35
- dtype: float64
36
- - name: views_since_voting
37
- dtype: int64
38
- - name: views_during_voting
39
- dtype: int64
40
- - name: votes
41
- dtype: int64
42
- - name: comments_count
43
- dtype: int64
44
- - name: favorites_count
45
- dtype: int64
46
- - name: image_url
47
- dtype: string
48
- - name: has_statistics
49
- dtype: bool
50
- splits:
51
- - name: train
52
- num_bytes: 70686246.75
53
- num_examples: 184982
54
- - name: test
55
- num_bytes: 7854197.25
56
- num_examples: 20554
57
- download_size: 28085111
58
- dataset_size: 78540444.0
59
- configs:
60
- - config_name: default
61
- data_files:
62
- - split: train
63
- path: data/train-*
64
- - split: test
65
- path: data/test-*
66
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ size_categories:
5
+ - 100K<n<1M
6
+ task_categories:
7
+ - image-classification
8
+ pretty_name: DPChallenge Photo Metadata Dataset
9
+ tags:
10
+ - photography
11
+ - image-quality
12
+ - human-labels
13
+ - ratings
14
+ - Evaluation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
+
17
+ # DPChallenge Photo Metadata Dataset
18
+
19
+ ## Dataset Description
20
+
21
+ This dataset contains metadata and statistics from DPChallenge, a photography community platform where photographers participate in themed challenges and receive peer ratings.
22
+
23
+ **Key Features:**
24
+ - **Valuable Human Labels**: Contains human-scored quality ratings from multiple rater groups (all users, commenters, participants, non-participants)
25
+ - **Collection Date**: Dec 2025
26
+ - **Data Quality**:
27
+ - Only includes images with complete statistics
28
+ - Scores validated and corrected for parsing errors (original scrape had ~1,400 rows with incorrectly parsed scores from user comments)
29
+ - Score range: 2.0 - 8.6 (realistic competition scores)
30
+
31
+ **Note**: In all columns, a value of `0` represents N/A (not available/not applicable).
32
+
33
+ ## Dataset Structure
34
+
35
+ ### Data Splits
36
+
37
+ - **Train**: 184,982 images (90%)
38
+ - **Test**: 20,554 images (10%)
39
+
40
+ The test set is stratified by score bins (0-4, 5-6, 7-10) to ensure even distribution of image quality ratings.
41
+
42
+ ### Features
43
+
44
+ - `image_id` (int): Unique identifier for the image
45
+ - `gallery_id` (int): Challenge/gallery identifier
46
+ - `gallery_name` (string): Name of the challenge/gallery
47
+ - `title` (string): Photo title
48
+ - `photographer` (string): Photographer username
49
+ - `challenge` (string): Challenge theme
50
+ - `editing_rule` (string): Editing rules (Basic/Advanced)
51
+ - `camera` (string): Camera and lens information
52
+ - `location` (string): Photo location
53
+ - `date_uploaded` (string): Upload date
54
+ - `place` (string): Additional location details
55
+ - `total_entries` (int): Total entries in the challenge
56
+ - `avg_all_users` (float): Average rating from all users (0-10 scale)
57
+ - `avg_commenters` (float): Average rating from commenters
58
+ - `avg_participants` (float): Average rating from challenge participants
59
+ - `avg_nonparticipants` (float): Average rating from non-participants
60
+ - `views_since_voting` (int): Views after voting period
61
+ - `views_during_voting` (int): Views during voting period
62
+ - `votes` (int): Number of votes received
63
+ - `comments_count` (int): Number of comments
64
+ - `favorites_count` (int): Number of times favorited
65
+ - `image_url` (string): URL to the image
66
+ - `has_statistics` (bool): Whether full statistics are available
67
+
68
+ ### Score Distribution
69
+
70
+ The dataset uses stratified sampling based on rounded `avg_all_users` scores (the main quality metric):
71
+ - **0-4**: Low-rated images
72
+ - **5-6**: Medium-rated images
73
+ - **7-8+**: High-rated images (max score in dataset is ~8.6)
74
+
75
+ Most scores fall in the 4-7 range, with very few extreme scores. This reflects real-world photography competition dynamics where truly exceptional images are rare.
76
+
77
+ ### Rating Statistics
78
+
79
+ Statistics for human label scores across the dataset:
80
+
81
+ | Metric | Min | Max | Mean | Std |
82
+ |--------|-----|-----|------|-----|
83
+ | `avg_all_users` | 2.00 | 8.60 | 5.45 | 0.73 |
84
+ | `avg_commenters` | 1.00 | 10.00 | 6.28 | 1.32 |
85
+ | `avg_participants` | 1.77 | 9.33 | 5.29 | 0.75 |
86
+ | `avg_nonparticipants` | 1.96 | 8.62 | 5.57 | 0.74 |
87
+
88
+ **Note**: `avg_all_users` is used as the primary splitting criterion for stratified train/test split to ensure balanced quality distribution.
89
+
90
+ ## Source Data
91
+
92
+ Data scraped from [DPChallenge](https://www.dpchallenge.com/) public photo galleries. This dataset contains only metadata and statistics; images are referenced by URL.
93
+
94
+
95
+ ## Citation
96
+
97
+ If you use this dataset, please cite DPChallenge as the source of the data:
98
+ ```
99
+ DPChallenge Photography Community
100
+ https://www.dpchallenge.com/
101
+ ```
102
+
103
+ ## License
104
+
105
+ This dataset contains metadata from publicly available information on DPChallenge. Images remain the property of their respective photographers. Please respect copyright and usage terms.