JuanMa360 commited on
Commit
e51da8f
·
1 Parent(s): 6a6fe5e

commit files to HF hub

Browse files
Files changed (4) hide show
  1. README.md +1 -29
  2. config.json +7 -7
  3. model.safetensors +1 -1
  4. preprocessor_config.json +15 -1
README.md CHANGED
@@ -21,32 +21,4 @@ model-index:
21
  # kitchen-layouts-2.2.0
22
 
23
 
24
- Kitchen Layouts detection🤗🖼️
25
-
26
-
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)
 
21
  # kitchen-layouts-2.2.0
22
 
23
 
24
+ Kitchen Layouts detection🤗🖼️
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
config.json CHANGED
@@ -20,12 +20,12 @@
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",
@@ -36,5 +36,5 @@
36
  "problem_type": "single_label_classification",
37
  "qkv_bias": true,
38
  "torch_dtype": "float32",
39
- "transformers_version": "4.38.2"
40
  }
 
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",
 
36
  "problem_type": "single_label_classification",
37
  "qkv_bias": true,
38
  "torch_dtype": "float32",
39
+ "transformers_version": "4.39.0"
40
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c5c666eabac3de6028a6a1df4d4c641bd5fd97b743b758212110468e7de5151
3
  size 343236280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b99a3e854df44e58bdd71865e8f9e87775dd2d992404f4162c2ffecdd165b030
3
  size 343236280
preprocessor_config.json CHANGED
@@ -1,4 +1,18 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "do_normalize": true,
3
  "do_rescale": true,
4
  "do_resize": true,
@@ -7,7 +21,7 @@
7
  0.5,
8
  0.5
9
  ],
10
- "image_processor_type": "ViTFeatureExtractor",
11
  "image_std": [
12
  0.5,
13
  0.5,
 
1
  {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
  "do_normalize": true,
17
  "do_rescale": true,
18
  "do_resize": true,
 
21
  0.5,
22
  0.5
23
  ],
24
+ "image_processor_type": "ViTImageProcessor",
25
  "image_std": [
26
  0.5,
27
  0.5,