Yorai commited on
Commit
244b6c7
1 Parent(s): 4d9f229

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: image_id
12
+ dtype: int64
13
+ - name: image
14
+ dtype: image
15
+ - name: width
16
+ dtype: int32
17
+ - name: height
18
+ dtype: int32
19
+ - name: objects
20
+ sequence:
21
+ - name: id
22
+ dtype: int64
23
+ - name: area
24
+ dtype: int64
25
+ - name: bbox
26
+ sequence: float32
27
+ length: 4
28
+ - name: category
29
+ dtype:
30
+ class_label:
31
+ names:
32
+ '0': metals_and_plastic
33
+ '1': other
34
+ '2': non_recyclable
35
+ '3': glass
36
+ '4': paper
37
+ '5': bio
38
+ '6': unknown
39
+ splits:
40
+ - name: train
41
+ num_bytes: 14799255261.307
42
+ num_examples: 3647
43
+ - name: test
44
+ num_bytes: 3009820376.0
45
+ num_examples: 915
46
+ download_size: 3002391644
47
+ dataset_size: 17809075637.307
48
+ ---
49
+ # Dataset Card for "detect-waste"
50
+
51
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)