commit files to HF hub
Browse files- README.md +0 -4
- config.json +4 -6
- model.safetensors +2 -2
README.md
CHANGED
@@ -43,10 +43,6 @@ Kitchen Layouts detection🤗🖼️
|
|
43 |
|
44 |

|
45 |
|
46 |
-
#### others
|
47 |
-
|
48 |
-

|
49 |
-
|
50 |
#### single_wall_kitchen
|
51 |
|
52 |

|
|
|
43 |
|
44 |

|
45 |
|
|
|
|
|
|
|
|
|
46 |
#### single_wall_kitchen
|
47 |
|
48 |

|
config.json
CHANGED
@@ -13,9 +13,8 @@
|
|
13 |
"1": "galley_kitchen",
|
14 |
"2": "island_kitchen",
|
15 |
"3": "l_shaped_kitchen",
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "u_shaped_kitchen"
|
19 |
},
|
20 |
"image_size": 224,
|
21 |
"initializer_range": 0.02,
|
@@ -25,9 +24,8 @@
|
|
25 |
"galley_kitchen": "1",
|
26 |
"island_kitchen": "2",
|
27 |
"l_shaped_kitchen": "3",
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"u_shaped_kitchen": "6"
|
31 |
},
|
32 |
"layer_norm_eps": 1e-12,
|
33 |
"model_type": "vit",
|
|
|
13 |
"1": "galley_kitchen",
|
14 |
"2": "island_kitchen",
|
15 |
"3": "l_shaped_kitchen",
|
16 |
+
"4": "single_wall_kitchen",
|
17 |
+
"5": "u_shaped_kitchen"
|
|
|
18 |
},
|
19 |
"image_size": 224,
|
20 |
"initializer_range": 0.02,
|
|
|
24 |
"galley_kitchen": "1",
|
25 |
"island_kitchen": "2",
|
26 |
"l_shaped_kitchen": "3",
|
27 |
+
"single_wall_kitchen": "4",
|
28 |
+
"u_shaped_kitchen": "5"
|
|
|
29 |
},
|
30 |
"layer_norm_eps": 1e-12,
|
31 |
"model_type": "vit",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c15181c53369cc47abf4f43ad871bb37fbe4273f63d4a0e8226a2b3e1330226
|
3 |
+
size 343236280
|