emwebaze commited on
Commit
a6966d8
·
verified ·
1 Parent(s): dda6f0c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: image_id
7
+ dtype: int32
8
+ - name: abundance_type
9
+ dtype: string
10
+ - name: bboxes
11
+ sequence:
12
+ sequence: float32
13
+ splits:
14
+ - name: train
15
+ num_bytes: 78938224.0
16
+ num_examples: 30
17
+ download_size: 78266712
18
+ dataset_size: 78938224.0
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-*
24
+ ---
25
+ # Dataset Card for "whiteflies-small-object-detection"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)