gj5520 commited on
Commit
055e9b5
·
verified ·
1 Parent(s): ab0400c

Upload accompanying processor

Browse files
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
preprocessor_config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "class_info_file": "cityscapes_panoptic.json",
3
+ "do_normalize": true,
4
+ "do_reduce_labels": false,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "ignore_index": 255,
8
+ "image_mean": [
9
+ 0.48500001430511475,
10
+ 0.4560000002384186,
11
+ 0.4059999883174896
12
+ ],
13
+ "image_processor_type": "OneFormerImageProcessor",
14
+ "image_std": [
15
+ 0.2290000021457672,
16
+ 0.2239999920129776,
17
+ 0.22499999403953552
18
+ ],
19
+ "metadata": {
20
+ "0": "road",
21
+ "1": "building",
22
+ "10": "sky",
23
+ "11": "person",
24
+ "12": "rider",
25
+ "13": "car",
26
+ "14": "truck",
27
+ "15": "bus",
28
+ "16": "train",
29
+ "17": "motorcycle",
30
+ "18": "bicycle",
31
+ "2": "sidewalk",
32
+ "3": "wall",
33
+ "4": "fence",
34
+ "5": "pole",
35
+ "6": "traffic light",
36
+ "7": "traffic sign",
37
+ "8": "vegetation",
38
+ "9": "terrain",
39
+ "class_names": [
40
+ "road",
41
+ "building",
42
+ "sidewalk",
43
+ "wall",
44
+ "fence",
45
+ "pole",
46
+ "traffic light",
47
+ "traffic sign",
48
+ "vegetation",
49
+ "terrain",
50
+ "sky",
51
+ "person",
52
+ "rider",
53
+ "car",
54
+ "truck",
55
+ "bus",
56
+ "train",
57
+ "motorcycle",
58
+ "bicycle"
59
+ ],
60
+ "thing_ids": [
61
+ 11,
62
+ 12,
63
+ 13,
64
+ 14,
65
+ 15,
66
+ 16,
67
+ 17,
68
+ 18
69
+ ]
70
+ },
71
+ "num_labels": 19,
72
+ "num_text": 1,
73
+ "processor_class": "OneFormerProcessor",
74
+ "repo_path": "shi-labs/oneformer_demo",
75
+ "resample": 2,
76
+ "rescale_factor": 0.00392156862745098,
77
+ "size": {
78
+ "height": 512,
79
+ "width": 512
80
+ }
81
+ }
processor_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 77,
3
+ "processor_class": "OneFormerProcessor",
4
+ "task_seq_length": 77
5
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "49406": {
4
+ "content": "<|startoftext|>",
5
+ "lstrip": false,
6
+ "normalized": true,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "49407": {
12
+ "content": "<|endoftext|>",
13
+ "lstrip": false,
14
+ "normalized": true,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ }
19
+ },
20
+ "bos_token": "<|startoftext|>",
21
+ "clean_up_tokenization_spaces": false,
22
+ "eos_token": "<|endoftext|>",
23
+ "errors": "replace",
24
+ "extra_special_tokens": {},
25
+ "model_max_length": 1000000000000000019884624838656,
26
+ "pad_token": "<|endoftext|>",
27
+ "processor_class": "OneFormerProcessor",
28
+ "tokenizer_class": "CLIPTokenizer",
29
+ "unk_token": "<|endoftext|>"
30
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff