Lit4pCol4b commited on
Commit
2b12e50
·
1 Parent(s): c328560

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,6 +1,35 @@
1
  ---
2
  task_categories:
3
  - image-segmentation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Dataset card for test_dataset_huggingface_ADE20k_format_v1
 
1
  ---
2
  task_categories:
3
  - image-segmentation
4
+ configs:
5
+ - config_name: default
6
+ data_files:
7
+ - split: train
8
+ path: data/train-*
9
+ dataset_info:
10
+ features:
11
+ - name: name
12
+ dtype: string
13
+ - name: uuid
14
+ dtype: string
15
+ - name: status
16
+ dtype: string
17
+ - name: pixel_values
18
+ dtype: image
19
+ - name: label.annotations
20
+ list:
21
+ - name: id
22
+ dtype: int32
23
+ - name: category_id
24
+ dtype: int32
25
+ - name: label
26
+ dtype: image
27
+ splits:
28
+ - name: train
29
+ num_bytes: 6899993.0
30
+ num_examples: 4
31
+ download_size: 720869
32
+ dataset_size: 6899993.0
33
  ---
34
 
35
  # Dataset card for test_dataset_huggingface_ADE20k_format_v1