alec-groff commited on
Commit
b388379
·
1 Parent(s): 3aeb7ad

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: filename
14
+ dtype: string
15
+ - name: objects
16
+ struct:
17
+ - name: bbox
18
+ sequence:
19
+ sequence: float64
20
+ - name: categories
21
+ sequence: int64
22
+ splits:
23
+ - name: train
24
+ num_bytes: 2551114
25
+ num_examples: 4789
26
+ - name: validation
27
+ num_bytes: 216128
28
+ num_examples: 459
29
+ - name: test
30
+ num_bytes: 128909
31
+ num_examples: 229
32
+ download_size: 526880
33
+ dataset_size: 2896151
34
+ ---
35
+ # Dataset Card for "warehouse-detection"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)