garrying commited on
Commit
adb762a
·
verified ·
1 Parent(s): e4b8150

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +32 -14
README.md CHANGED
@@ -1,24 +1,42 @@
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: train/metadata.jsonl
18
- - split: extra
19
- path: extra/metadata.jsonl
20
- - split: test
21
- path: test/metadata.jsonl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # 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
+ - split: extra
19
+ path: extra/metadata.jsonl
20
+ - split: test
21
+ path: test/metadata.jsonl
22
+ dataset_info:
23
+ features:
24
+ - name: image_id
25
+ dtype: string
26
+ - name: image
27
+ dtype: image
28
+ - name: mask
29
+ dtype: image
30
+ - name: reflections
31
+ dtype: image
32
+ - name: edge
33
+ dtype: image
34
+ splits:
35
+ - name: train
36
+ num_bytes: 371281123
37
+ num_examples: 2710
38
+ download_size: 330683598
39
+ dataset_size: 371281123
40
  ---
41
 
42
  # Glass Surface Detection (GSD) Dataset