EGOISTyrh commited on
Commit
74714f2
·
verified ·
1 Parent(s): d5404bd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - image-text-retrieval
5
+ language:
6
+ - en
7
+ tags:
8
+ - agriculture
9
+ - plant-disease
10
+ - image-text-retrieval
11
+ - leafnet
12
+ - structured-captions
13
+ pretty_name: LeafNet 5-Caption Structured
14
+ size_categories:
15
+ - 10K<n<100K
16
+ ---
17
+
18
+ # LeafNet 5-Caption Structured Dataset
19
+
20
+ ## Description
21
+ Agricultural leaf image dataset with **5-angle structured captions** for image-text retrieval.
22
+
23
+ Each image has 5 captions from different perspectives:
24
+ - **[Distribution]**: Lesion/spots distribution and quantity
25
+ - **[Lesion]**: Individual lesion shape, border, and internal structure
26
+ - **[Color]**: Color changes, halos, powdery coatings, or texture
27
+ - **[Location]**: Where symptoms concentrate on the leaf
28
+ - **[Diagnosis]**: Comparison to healthy state and distinguishing features
29
+
30
+ **Disease names are NOT included** in captions to ensure genuine cross-modal understanding.
31
+
32
+ ## Stats
33
+ - **Images**: 13,012
34
+ - **Classes**: 89 (crop-disease pairs)
35
+ - **Captions per image**: 5
36
+ - **Total captions**: 65,060
37
+
38
+ ## Splits
39
+ | Split | Images |
40
+ |-------|--------|
41
+ | Train | 10,405 |
42
+ | Val | 1,299 |
43
+ | Test | 1,308 |
44
+
45
+ ## Files
46
+ - : All 13,012 images with 5 captions each
47
+ - : Training set (1 caption per image)
48
+ - : Validation set (1 caption per image)
49
+ - : Test set (1 caption per image)
50
+ - : Test set with all 5 captions per image
51
+ - : img2txt and txt2img mapping for retrieval evaluation
52
+ - : Split details and class distribution