Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: image
|
10 |
+
dtype: image
|
11 |
+
- name: label
|
12 |
+
dtype:
|
13 |
+
class_label:
|
14 |
+
names:
|
15 |
+
'0': Aedes_aegypti
|
16 |
+
'1': Aedes_alboannulatus
|
17 |
+
'2': Aedes_albopictus
|
18 |
+
'3': Aedes_alternans
|
19 |
+
'4': Aedes_camptorhynchus
|
20 |
+
'5': Aedes_canadensis
|
21 |
+
'6': Aedes_japonicus
|
22 |
+
'7': Aedes_notoscriptus
|
23 |
+
'8': Aedes_sollicitans
|
24 |
+
'9': Aedes_taeniorhynchus
|
25 |
+
'10': Aedes_triseriatus
|
26 |
+
'11': Aedes_trivittatus
|
27 |
+
'12': Aedes_vexans
|
28 |
+
'13': Aedes_vigilax
|
29 |
+
'14': Aedes_vittiger
|
30 |
+
'15': Anopheles_punctipennis
|
31 |
+
'16': Coquillettidia_perturbans
|
32 |
+
'17': Culex_quinquefasciatus
|
33 |
+
'18': Culex_tarsalis
|
34 |
+
'19': Culiseta_annulata
|
35 |
+
'20': Culiseta_incidens
|
36 |
+
'21': Culiseta_inornata
|
37 |
+
'22': Culiseta_longiareolata
|
38 |
+
'23': Psorophora_ciliata
|
39 |
+
'24': Psorophora_columbiae
|
40 |
+
'25': Psorophora_cyanescens
|
41 |
+
'26': Psorophora_ferox
|
42 |
+
'27': Psorophora_howardii
|
43 |
+
'28': Toxorhynchites_rutilus
|
44 |
+
'29': Toxorhynchites_speciosus
|
45 |
+
splits:
|
46 |
+
- name: train
|
47 |
+
num_bytes: 38023118.0
|
48 |
+
num_examples: 462
|
49 |
+
download_size: 38029530
|
50 |
+
dataset_size: 38023118.0
|
51 |
+
---
|
52 |
+
# Dataset Card for "top30mosq-300"
|
53 |
+
|
54 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|