haiyizxx commited on
Commit
3a97075
·
verified ·
1 Parent(s): 2cf0552

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # ndimensions/semantic-segmentation
2
 
3
  Semantic segmentation dataset in COCO format with direct index masks.
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: image
10
+ dtype: image
11
+ - name: timestamp_ms
12
+ dtype: int64
13
+ - name: width
14
+ dtype: int64
15
+ - name: height
16
+ dtype: int64
17
+ - name: machine_id
18
+ dtype: string
19
+ - name: image_id
20
+ dtype: string
21
+ - name: instance_mask
22
+ dtype: image
23
+ - name: semantic_mask
24
+ dtype: image
25
+ - name: review_status
26
+ dtype: string
27
+ splits:
28
+ - name: train
29
+ num_bytes: 7267937
30
+ num_examples: 89
31
+ download_size: 7270769
32
+ dataset_size: 7267937
33
+ ---
34
  # ndimensions/semantic-segmentation
35
 
36
  Semantic segmentation dataset in COCO format with direct index masks.