Xpitfire commited on
Commit
590d996
1 Parent(s): 66e8ccd

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_name_or_path": "nvidia/mit-b0",
3
  "architectures": [
4
- "SegformerForSemanticSegmentation"
5
  ],
6
  "attention_probs_dropout_prob": 0.0,
7
  "classifier_dropout_prob": 0.1,
@@ -33,11 +33,11 @@
33
  "2": "facade",
34
  "3": "window",
35
  "4": "door",
36
- "5": "pillar",
37
  "6": "sill",
38
  "7": "balcony",
39
  "8": "blind",
40
- "9": "cornice",
41
  "10": "deco",
42
  "11": "molding",
43
  "12": "shop"
@@ -50,11 +50,11 @@
50
  "facade": 2,
51
  "window": 3,
52
  "door": 4,
53
- "pillar": 5,
54
  "sill": 6,
55
  "balcony": 7,
56
  "blind": 8,
57
- "cornice": 9,
58
  "deco": 10,
59
  "molding": 11,
60
  "shop": 12
 
1
  {
2
+ "_name_or_path": "Xpitfire/segformer-finetuned-segments-cmp-facade",
3
  "architectures": [
4
+ "SegformerForImageClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.0,
7
  "classifier_dropout_prob": 0.1,
 
33
  "2": "facade",
34
  "3": "window",
35
  "4": "door",
36
+ "5": "cornice",
37
  "6": "sill",
38
  "7": "balcony",
39
  "8": "blind",
40
+ "9": "pillar",
41
  "10": "deco",
42
  "11": "molding",
43
  "12": "shop"
 
50
  "facade": 2,
51
  "window": 3,
52
  "door": 4,
53
+ "cornice": 5,
54
  "sill": 6,
55
  "balcony": 7,
56
  "blind": 8,
57
+ "pillar": 9,
58
  "deco": 10,
59
  "molding": 11,
60
  "shop": 12