commit files to HF hub
Browse files- .gitattributes +6 -0
- README.md +16 -4
- config.json +12 -6
- images/g_shaped_kitchen.JPEG +3 -0
- images/galley_kitchen.JPEG +3 -0
- images/island_kitchen.JPEG +3 -0
- images/l_shaped_kitchen.JPEG +3 -0
- images/single_wall_kitchen.JPEG +3 -0
- images/u_shaped_kitchen.JPEG +3 -0
- model.safetensors +2 -2
.gitattributes
CHANGED
@@ -41,3 +41,9 @@ images/others.jpeg filter=lfs diff=lfs merge=lfs -text
|
|
41 |
images/single_wall_kitchen.jpeg filter=lfs diff=lfs merge=lfs -text
|
42 |
images/u_shaped_kitchen.jpeg filter=lfs diff=lfs merge=lfs -text
|
43 |
images/l_and_u_shaped_kitchen.jpeg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
images/single_wall_kitchen.jpeg filter=lfs diff=lfs merge=lfs -text
|
42 |
images/u_shaped_kitchen.jpeg filter=lfs diff=lfs merge=lfs -text
|
43 |
images/l_and_u_shaped_kitchen.jpeg filter=lfs diff=lfs merge=lfs -text
|
44 |
+
images/g_shaped_kitchen.JPEG filter=lfs diff=lfs merge=lfs -text
|
45 |
+
images/galley_kitchen.JPEG filter=lfs diff=lfs merge=lfs -text
|
46 |
+
images/island_kitchen.JPEG filter=lfs diff=lfs merge=lfs -text
|
47 |
+
images/l_shaped_kitchen.JPEG filter=lfs diff=lfs merge=lfs -text
|
48 |
+
images/single_wall_kitchen.JPEG filter=lfs diff=lfs merge=lfs -text
|
49 |
+
images/u_shaped_kitchen.JPEG filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -27,14 +27,26 @@ Kitchen Layouts detection🤗🖼️
|
|
27 |
## Example Images
|
28 |
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
#### island_kitchen
|
31 |
|
32 |
-
![island_kitchen](images/island_kitchen.
|
33 |
|
34 |
-
####
|
35 |
|
36 |
-
![
|
37 |
|
38 |
#### single_wall_kitchen
|
39 |
|
40 |
-
![single_wall_kitchen](images/single_wall_kitchen.
|
|
|
|
|
|
|
|
|
|
27 |
## Example Images
|
28 |
|
29 |
|
30 |
+
#### g_shaped_kitchen
|
31 |
+
|
32 |
+
![g_shaped_kitchen](images/g_shaped_kitchen.JPEG)
|
33 |
+
|
34 |
+
#### galley_kitchen
|
35 |
+
|
36 |
+
![galley_kitchen](images/galley_kitchen.JPEG)
|
37 |
+
|
38 |
#### island_kitchen
|
39 |
|
40 |
+
![island_kitchen](images/island_kitchen.JPEG)
|
41 |
|
42 |
+
#### l_shaped_kitchen
|
43 |
|
44 |
+
![l_shaped_kitchen](images/l_shaped_kitchen.JPEG)
|
45 |
|
46 |
#### single_wall_kitchen
|
47 |
|
48 |
+
![single_wall_kitchen](images/single_wall_kitchen.JPEG)
|
49 |
+
|
50 |
+
#### u_shaped_kitchen
|
51 |
+
|
52 |
+
![u_shaped_kitchen](images/u_shaped_kitchen.JPEG)
|
config.json
CHANGED
@@ -9,17 +9,23 @@
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
|
|
|
|
|
|
15 |
},
|
16 |
"image_size": 224,
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
|
|
|
|
|
|
23 |
},
|
24 |
"layer_norm_eps": 1e-12,
|
25 |
"model_type": "vit",
|
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
+
"0": "g_shaped_kitchen",
|
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,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
+
"g_shaped_kitchen": "0",
|
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",
|
images/g_shaped_kitchen.JPEG
ADDED
Git LFS Details
|
images/galley_kitchen.JPEG
ADDED
Git LFS Details
|
images/island_kitchen.JPEG
ADDED
Git LFS Details
|
images/l_shaped_kitchen.JPEG
ADDED
Git LFS Details
|
images/single_wall_kitchen.JPEG
ADDED
Git LFS Details
|
images/u_shaped_kitchen.JPEG
ADDED
Git LFS Details
|
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:2c9a7d88718dc4b48a032d4dc31fac85d63be40e465fa8000e8c989f7aa8f241
|
3 |
+
size 343236280
|