KaraAgroAI commited on
Commit
bd45dd2
·
1 Parent(s): 2ad3584

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ task_categories:
4
+ - object-detection
5
+ language:
6
+ - en
7
+ tags:
8
+ - object detection
9
+ - vision
10
+ size_categories:
11
+ - 1K<n<10K
12
  ---
13
+
14
+ ### Dataset Labels
15
+
16
+ ```
17
+ ['abiotic', 'insect', 'disease']
18
+ ```
19
+
20
+ ### Number of Images
21
+
22
+ ```json
23
+ {'train': 3788, 'valid': 710, 'test': 238}
24
+ ```
25
+
26
+ ### Number of Instances
27
+
28
+ ```json
29
+ {'insect':1618, 'abiotic':13960, 'disease':7032}
30
+ ```