davanstrien HF Staff commited on
Commit
50836ae
·
1 Parent(s): 45d9dca

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ list:
14
+ - name: category_id
15
+ dtype:
16
+ class_label:
17
+ names:
18
+ '0': Image
19
+ '1': Main heading (CAPS)
20
+ '2': Page header (TRADES)
21
+ '3': Running heads
22
+ '4': Section title
23
+ '5': Text Box
24
+ - name: image_id
25
+ dtype: string
26
+ - name: id
27
+ dtype: int64
28
+ - name: area
29
+ dtype: int64
30
+ - name: bbox
31
+ sequence: float32
32
+ length: 4
33
+ - name: segmentation
34
+ list:
35
+ list: float32
36
+ - name: iscrowd
37
+ dtype: bool
38
+ - name: ignore
39
+ dtype: int32
40
+ splits:
41
+ - name: train
42
+ num_bytes: 11022954.0
43
+ num_examples: 6
44
+ download_size: 10923350
45
+ dataset_size: 11022954.0
46
+ ---
47
+ # Dataset Card for "testcocotrade"
48
+
49
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)