nielsr HF Staff commited on
Commit
7b05658
·
1 Parent(s): 7cf862f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: image_id
7
+ dtype: string
8
+ - name: segments_info
9
+ list:
10
+ - name: id
11
+ dtype: int64
12
+ - name: category_id
13
+ dtype: int64
14
+ - name: area
15
+ dtype: int64
16
+ - name: bbox
17
+ sequence: int64
18
+ - name: iscrowd
19
+ dtype: int64
20
+ splits:
21
+ - name: train
22
+ num_bytes: 88157.0
23
+ num_examples: 10
24
+ - name: validation
25
+ num_bytes: 67914.0
26
+ num_examples: 10
27
+ download_size: 151843
28
+ dataset_size: 156071.0
29
+ ---
30
+ # Dataset Card for "ade20k-panoptic-demo-imagefolder"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)