KaraAgroAI commited on
Commit
fc7e9e0
1 Parent(s): a33bf60

Update Readme

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -28,7 +28,7 @@ Each image in the Ghana set has a resolution of 16000 by 13000 pixels.
28
 
29
  ```
30
  Cashew --> ['cashew_tree', 'flower', 'immature', 'mature', 'ripe', 'spoilt']
31
- Cocoa --> ['flower', 'immature', 'mature', 'ripe', 'spoilt', 'tree']
32
  ```
33
 
34
  #### Number of Images
@@ -37,6 +37,13 @@ Cashew --> 4,715 images
37
  Cocoa --> 4, 069 images
38
  ```
39
 
 
 
 
 
 
 
 
40
  ### Uganda
41
  A total of 6,086 drone images, comprising 3,000 for coffee and 3,086 for cashew. See data sheet for more information on the dataset.
42
 
 
28
 
29
  ```
30
  Cashew --> ['cashew_tree', 'flower', 'immature', 'mature', 'ripe', 'spoilt']
31
+ Cocoa --> ['cocoa-pod-mature-unripe', 'cocoa-tree', 'cocoa-pod-immature', 'cocoa-pod-riped', 'cocoa-pod-spoilt']
32
  ```
33
 
34
  #### Number of Images
 
37
  Cocoa --> 4, 069 images
38
  ```
39
 
40
+ ### Number of Instances Annotated
41
+
42
+ ```json
43
+ Cashew --> {'cashew_tree':1107, 'flower':16757, 'immature':11766, 'mature': 4244, 'ripe': 11721, 'spoilt': 518}
44
+ Cocoa --> {'cocoa-pod-mature-unripe': 10786, 'cocoa-tree': 2831, 'cocoa-pod-immature': 2401, 'cocoa-pod-riped': 4193, 'cocoa-pod-spoilt': 2018}
45
+ ```
46
+
47
  ### Uganda
48
  A total of 6,086 drone images, comprising 3,000 for coffee and 3,086 for cashew. See data sheet for more information on the dataset.
49