leonelgv commited on
Commit
7c3f498
·
verified ·
1 Parent(s): f209a21

📊 Add metadata file: dataset_stats.json

Browse files
Files changed (1) hide show
  1. data/dataset_stats.json +51 -0
data/dataset_stats.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_info": {
3
+ "name": "Pollinator Insects Dataset",
4
+ "version": "1.0.0",
5
+ "description": "High-quality images of 10 pollinator insect species",
6
+ "total_images": 2063,
7
+ "num_classes": 10,
8
+ "created_date": "2025-06-29T21:53:46.290511",
9
+ "author": "Leonel Gonzalez Vidales",
10
+ "repository": "leonelgv/pollinator-insects-dataset"
11
+ },
12
+ "splits": {
13
+ "train": {
14
+ "count": 1443,
15
+ "percentage": 69.9
16
+ },
17
+ "validation": {
18
+ "count": 206,
19
+ "percentage": 10.0
20
+ },
21
+ "test": {
22
+ "count": 414,
23
+ "percentage": 20.1
24
+ }
25
+ },
26
+ "class_distribution": {
27
+ "7": 1081,
28
+ "8": 982
29
+ },
30
+ "image_statistics": {
31
+ "avg_width": 454.3,
32
+ "avg_height": 426.7,
33
+ "avg_aspect_ratio": 1.123,
34
+ "avg_file_size_mb": 0.09,
35
+ "total_size_gb": 0.18,
36
+ "width_range": [
37
+ 180,
38
+ 2048
39
+ ],
40
+ "height_range": [
41
+ 154,
42
+ 1638
43
+ ]
44
+ },
45
+ "quality_checks": {
46
+ "images_processed": 2063,
47
+ "images_valid": 2063,
48
+ "duplicate_hashes": 5,
49
+ "avg_quality_score": "Medium"
50
+ }
51
+ }