File size: 903 Bytes
2ca2af4
 
a377657
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2ca2af4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---

license: cc-by-4.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
dataset_info:
  features:
  - name: input_image
    dtype: image
  - name: target_image
    dtype: image
  - name: segmentation
    struct:
    - name: bbox
      list:
        list: float64
    - name: counts
      list: string
    - name: category_id
      list: int64
    - name: categories
      list: string
    - name: supercategories
      list: string
  - name: coco_url
    dtype: string
  - name: flickr_url
    dtype: string
  - name: date_captured
    dtype: timestamp[s]
  splits:
  - name: train
    num_bytes: 21487127065.44
    num_examples: 118280
  - name: validation
    num_bytes: 883104919.0
    num_examples: 5000
  download_size: 21461618783
  dataset_size: 22370231984.44
---