garrying commited on
Commit
6d65c9e
·
verified ·
1 Parent(s): ad5f4cd

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +29 -6
README.md CHANGED
@@ -1,15 +1,38 @@
1
  ---
2
  license: cc-by-nc-4.0
3
  task_categories:
4
- - image-segmentation
5
  tags:
6
- - glass-surface-detection
7
- - segmentation
8
- - reflection
9
- - computer-vision
10
  pretty_name: Glass Surface Detection (GSD)
11
  size_categories:
12
- - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  # Glass Surface Detection (GSD) Dataset
 
1
  ---
2
  license: cc-by-nc-4.0
3
  task_categories:
4
+ - image-segmentation
5
  tags:
6
+ - glass-surface-detection
7
+ - segmentation
8
+ - reflection
9
+ - computer-vision
10
  pretty_name: Glass Surface Detection (GSD)
11
  size_categories:
12
+ - 1K<n<10K
13
+ configs:
14
+ - config_name: default
15
+ data_files:
16
+ - split: train
17
+ path: data/train-*
18
+ dataset_info:
19
+ features:
20
+ - name: image_id
21
+ dtype: string
22
+ - name: image
23
+ dtype: image
24
+ - name: mask
25
+ dtype: image
26
+ - name: reflections
27
+ dtype: image
28
+ - name: edge
29
+ dtype: image
30
+ splits:
31
+ - name: train
32
+ num_bytes: 371281123
33
+ num_examples: 2710
34
+ download_size: 330683598
35
+ dataset_size: 371281123
36
  ---
37
 
38
  # Glass Surface Detection (GSD) Dataset