commit files to HF hub
Browse files- .gitattributes +1 -0
- README.md +17 -1
- config.json +7 -13
- images/l_and_u_shaped_kitchen.jpeg +3 -0
- model.safetensors +2 -2
- preprocessor_config.json +1 -1
.gitattributes
CHANGED
|
@@ -40,3 +40,4 @@ images/l_shaped_kitchen.jpeg filter=lfs diff=lfs merge=lfs -text
|
|
| 40 |
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
|
|
|
|
|
|
| 40 |
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
|
README.md
CHANGED
|
@@ -21,4 +21,20 @@ model-index:
|
|
| 21 |
# kitchen-layouts-2.2.0
|
| 22 |
|
| 23 |
|
| 24 |
-
Kitchen Layouts detection🤗🖼️
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
# kitchen-layouts-2.2.0
|
| 22 |
|
| 23 |
|
| 24 |
+
Kitchen Layouts detection🤗🖼️
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
## Example Images
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
#### island_kitchen
|
| 31 |
+
|
| 32 |
+

|
| 33 |
+
|
| 34 |
+
#### l_and_u_shaped_kitchen
|
| 35 |
+
|
| 36 |
+

|
| 37 |
+
|
| 38 |
+
#### single_wall_kitchen
|
| 39 |
+
|
| 40 |
+

|
config.json
CHANGED
|
@@ -9,23 +9,17 @@
|
|
| 9 |
"hidden_dropout_prob": 0.0,
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 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 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 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",
|
|
@@ -36,5 +30,5 @@
|
|
| 36 |
"problem_type": "single_label_classification",
|
| 37 |
"qkv_bias": true,
|
| 38 |
"torch_dtype": "float32",
|
| 39 |
-
"transformers_version": "4.39.
|
| 40 |
}
|
|
|
|
| 9 |
"hidden_dropout_prob": 0.0,
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "island_kitchen",
|
| 13 |
+
"1": "l_and_u_shaped_kitchen",
|
| 14 |
+
"2": "single_wall_kitchen"
|
|
|
|
|
|
|
|
|
|
| 15 |
},
|
| 16 |
"image_size": 224,
|
| 17 |
"initializer_range": 0.02,
|
| 18 |
"intermediate_size": 3072,
|
| 19 |
"label2id": {
|
| 20 |
+
"island_kitchen": "0",
|
| 21 |
+
"l_and_u_shaped_kitchen": "1",
|
| 22 |
+
"single_wall_kitchen": "2"
|
|
|
|
|
|
|
|
|
|
| 23 |
},
|
| 24 |
"layer_norm_eps": 1e-12,
|
| 25 |
"model_type": "vit",
|
|
|
|
| 30 |
"problem_type": "single_label_classification",
|
| 31 |
"qkv_bias": true,
|
| 32 |
"torch_dtype": "float32",
|
| 33 |
+
"transformers_version": "4.39.1"
|
| 34 |
}
|
images/l_and_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:c14ba3eba7ae49cc30d11f996315a8fcb1e3b0af0a30570cb778e7ea805b8c48
|
| 3 |
+
size 343227052
|
preprocessor_config.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
0.5,
|
| 22 |
0.5
|
| 23 |
],
|
| 24 |
-
"image_processor_type": "
|
| 25 |
"image_std": [
|
| 26 |
0.5,
|
| 27 |
0.5,
|
|
|
|
| 21 |
0.5,
|
| 22 |
0.5
|
| 23 |
],
|
| 24 |
+
"image_processor_type": "ViTFeatureExtractor",
|
| 25 |
"image_std": [
|
| 26 |
0.5,
|
| 27 |
0.5,
|