Francesco commited on
Commit
ded7ed1
1 Parent(s): 3328470

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_id
5
+ dtype: int64
6
+ - name: image
7
+ dtype: image
8
+ - name: width
9
+ dtype: int32
10
+ - name: height
11
+ dtype: int32
12
+ - name: objects
13
+ sequence:
14
+ - name: id
15
+ dtype: int64
16
+ - name: area
17
+ dtype: int64
18
+ - name: bbox
19
+ sequence: float32
20
+ length: 4
21
+ - name: category
22
+ dtype:
23
+ class_label:
24
+ names:
25
+ '0': pests
26
+ '1': Agrotis
27
+ '2': Athetis lepigone
28
+ '3': Athetis lineosa
29
+ '4': Chilo suppressalis
30
+ '5': Cnaphalocrocis medinalis Guenee
31
+ '6': Creatonotus transiens
32
+ '7': Diaphania indica
33
+ '8': Endotricha consocia
34
+ '9': Euproctis sparsa
35
+ '10': Gryllidae
36
+ '11': Gryllotalpidae
37
+ '12': Helicoverpa armigera
38
+ '13': Holotrichia oblita Faldermann
39
+ '14': Loxostege sticticalis
40
+ '15': Mamestra brassicae
41
+ '16': Maruca testulalis Geyer
42
+ '17': Mythimna separata
43
+ '18': Naranga aenescens Moore
44
+ '19': Nilaparvata
45
+ '20': Paracymoriza taiwanalis
46
+ '21': Sesamia inferens
47
+ '22': Sirthenea flavipes
48
+ '23': Sogatella furcifera
49
+ '24': Spodoptera exigua
50
+ '25': Spoladea recurvalis
51
+ '26': Staurophora celsia
52
+ '27': Timandra Recompta
53
+ '28': Trichoptera
54
+ splits:
55
+ - name: train
56
+ num_bytes: 45394365.0
57
+ num_examples: 509
58
+ download_size: 45385434
59
+ dataset_size: 45394365.0
60
+ ---
61
+ # Dataset Card for "pests-2xlvx"
62
+
63
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)