CreatlV commited on
Commit
4068969
1 Parent(s): e1efe11

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: image_id
7
+ dtype: string
8
+ - name: height
9
+ dtype: int64
10
+ - name: width
11
+ dtype: int64
12
+ - name: objects
13
+ struct:
14
+ - name: bbox
15
+ sequence:
16
+ sequence: float64
17
+ - name: categories
18
+ sequence: int64
19
+ - name: annotations
20
+ list:
21
+ - name: id
22
+ dtype: int64
23
+ - name: image_id
24
+ dtype: string
25
+ - name: category_id
26
+ dtype: int64
27
+ - name: segmentation
28
+ sequence: 'null'
29
+ - name: area
30
+ dtype: float64
31
+ - name: bbox
32
+ sequence: float64
33
+ - name: iscrowd
34
+ dtype: int64
35
+ - name: attributes
36
+ struct:
37
+ - name: occluded
38
+ dtype: bool
39
+ - name: rotation
40
+ dtype: float64
41
+ - name: pixel_values
42
+ dtype: image
43
+ splits:
44
+ - name: train
45
+ num_bytes: 4224301647.371447
46
+ num_examples: 4531
47
+ - name: val
48
+ num_bytes: 1578402712.2047803
49
+ num_examples: 1693
50
+ - name: test
51
+ num_bytes: 1413383645.4237726
52
+ num_examples: 1516
53
+ download_size: 7207311109
54
+ dataset_size: 7216088005.0
55
+ ---
56
+ # Dataset Card for "cova-coco-v2"
57
+
58
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)