CreatlV commited on
Commit
845338f
·
1 Parent(s): b2574b6

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: 4632653914.321059
46
+ num_examples: 4969
47
+ - name: val
48
+ num_bytes: 1322017156.4715762
49
+ num_examples: 1418
50
+ - name: test
51
+ num_bytes: 1261416934.2073643
52
+ num_examples: 1353
53
+ download_size: 7207373107
54
+ dataset_size: 7216088004.999999
55
+ ---
56
+ # Dataset Card for "CoVa-coco-v2-fold2"
57
+
58
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)