vasken commited on
Commit
2711507
1 Parent(s): 2281572

commit files to HF hub

Browse files
.gitattributes CHANGED
@@ -48,3 +48,8 @@ images/hallway_room.jpg filter=lfs diff=lfs merge=lfs -text
48
  images/home_office_room.jpg filter=lfs diff=lfs merge=lfs -text
49
  images/kitchen_room.jpg filter=lfs diff=lfs merge=lfs -text
50
  images/laundry_room_staging.jpg filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
48
  images/home_office_room.jpg filter=lfs diff=lfs merge=lfs -text
49
  images/kitchen_room.jpg filter=lfs diff=lfs merge=lfs -text
50
  images/laundry_room_staging.jpg filter=lfs diff=lfs merge=lfs -text
51
+ images/balcony.jpg filter=lfs diff=lfs merge=lfs -text
52
+ images/floorplan.jpg filter=lfs diff=lfs merge=lfs -text
53
+ images/neighbourhood.jpg filter=lfs diff=lfs merge=lfs -text
54
+ images/office_room.jpg filter=lfs diff=lfs merge=lfs -text
55
+ images/yard.jpg filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -15,7 +15,7 @@ model-index:
15
  metrics:
16
  - name: Accuracy
17
  type: accuracy
18
- value: 0.7663043737411499
19
  ---
20
 
21
  # house_rooms
@@ -31,6 +31,10 @@ Report any issues with the demo at the [github repo](https://github.com/nateraw/
31
  ## Example Images
32
 
33
 
 
 
 
 
34
  #### bathroom staging
35
 
36
  ![bathroom staging](images/bathroom_staging.jpg)
@@ -39,21 +43,17 @@ Report any issues with the demo at the [github repo](https://github.com/nateraw/
39
 
40
  ![bedroom staging](images/bedroom_staging.jpg)
41
 
42
- #### building facade
43
-
44
- ![building facade](images/building_facade.jpg)
45
-
46
  #### dining room
47
 
48
  ![dining room](images/dining_room.jpg)
49
 
50
- #### hallway room
51
 
52
- ![hallway room](images/hallway_room.jpg)
53
 
54
- #### home office room
55
 
56
- ![home office room](images/home_office_room.jpg)
57
 
58
  #### kitchen room
59
 
@@ -65,4 +65,16 @@ Report any issues with the demo at the [github repo](https://github.com/nateraw/
65
 
66
  #### living room
67
 
68
- ![living room](images/living_room.jpg)
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  metrics:
16
  - name: Accuracy
17
  type: accuracy
18
+ value: 0.7490494251251221
19
  ---
20
 
21
  # house_rooms
 
31
  ## Example Images
32
 
33
 
34
+ #### balcony
35
+
36
+ ![balcony](images/balcony.jpg)
37
+
38
  #### bathroom staging
39
 
40
  ![bathroom staging](images/bathroom_staging.jpg)
 
43
 
44
  ![bedroom staging](images/bedroom_staging.jpg)
45
 
 
 
 
 
46
  #### dining room
47
 
48
  ![dining room](images/dining_room.jpg)
49
 
50
+ #### floorplan
51
 
52
+ ![floorplan](images/floorplan.jpg)
53
 
54
+ #### hallway room
55
 
56
+ ![hallway room](images/hallway_room.jpg)
57
 
58
  #### kitchen room
59
 
 
65
 
66
  #### living room
67
 
68
+ ![living room](images/living_room.jpg)
69
+
70
+ #### neighbourhood
71
+
72
+ ![neighbourhood](images/neighbourhood.jpg)
73
+
74
+ #### office room
75
+
76
+ ![office room](images/office_room.jpg)
77
+
78
+ #### yard
79
+
80
+ ![yard](images/yard.jpg)
config.json CHANGED
@@ -9,29 +9,35 @@
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "bathroom staging",
13
- "1": "bedroom staging",
14
- "2": "building facade",
 
 
15
  "3": "dining room",
16
- "4": "hallway room",
17
- "5": "home office room",
18
  "6": "kitchen room",
19
  "7": "laundry room staging",
20
- "8": "living room"
 
21
  },
22
  "image_size": 224,
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
- "bathroom staging": "0",
27
- "bedroom staging": "1",
28
- "building facade": "2",
29
  "dining room": "3",
30
- "hallway room": "4",
31
- "home office room": "5",
32
  "kitchen room": "6",
33
  "laundry room staging": "7",
34
- "living room": "8"
 
 
 
35
  },
36
  "layer_norm_eps": 1e-12,
37
  "model_type": "vit",
 
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "balcony",
13
+ "1": "bathroom staging",
14
+ "10": "office room",
15
+ "11": "yard",
16
+ "2": "bedroom staging",
17
  "3": "dining room",
18
+ "4": "floorplan",
19
+ "5": "hallway room",
20
  "6": "kitchen room",
21
  "7": "laundry room staging",
22
+ "8": "living room",
23
+ "9": "neighbourhood"
24
  },
25
  "image_size": 224,
26
  "initializer_range": 0.02,
27
  "intermediate_size": 3072,
28
  "label2id": {
29
+ "balcony": "0",
30
+ "bathroom staging": "1",
31
+ "bedroom staging": "2",
32
  "dining room": "3",
33
+ "floorplan": "4",
34
+ "hallway room": "5",
35
  "kitchen room": "6",
36
  "laundry room staging": "7",
37
+ "living room": "8",
38
+ "neighbourhood": "9",
39
+ "office room": "10",
40
+ "yard": "11"
41
  },
42
  "layer_norm_eps": 1e-12,
43
  "model_type": "vit",
images/balcony.jpg ADDED

Git LFS Details

  • SHA256: b171952efb6cda1aac3ceb09f8cf48565ba0d76e0d974011e50583a2841aab6e
  • Pointer size: 130 Bytes
  • Size of remote file: 24.1 kB
images/floorplan.jpg ADDED

Git LFS Details

  • SHA256: 76f4b957bea27b437ac448d279ae9a8f0ac7434ab0e930d1e34eb8cea5abde85
  • Pointer size: 130 Bytes
  • Size of remote file: 13.9 kB
images/living_room.jpg CHANGED

Git LFS Details

  • SHA256: 668b5638725fc4296f9e76d571057c3746aa769e8ead660223de68cc188f29fa
  • Pointer size: 130 Bytes
  • Size of remote file: 32.5 kB

Git LFS Details

  • SHA256: fbd0dc279da585297b909a9621400056fe2299511cec7d10645741a569a669a1
  • Pointer size: 130 Bytes
  • Size of remote file: 32.7 kB
images/neighbourhood.jpg ADDED

Git LFS Details

  • SHA256: 91f07a54ad1662ca4604a40a402d79cf5b9ac5fc979aa5c5b02c9cf86f614983
  • Pointer size: 130 Bytes
  • Size of remote file: 37.4 kB
images/office_room.jpg ADDED

Git LFS Details

  • SHA256: 5236e47cd0e8e04bc95c8c7c0674b4b448f50d366db6a8cee7228a7bf78d50fb
  • Pointer size: 130 Bytes
  • Size of remote file: 32.9 kB
images/yard.jpg ADDED

Git LFS Details

  • SHA256: 740cb5189b980da54c4e3df60ccb7b04e4a16b4042664f2e90707875efe3ff2b
  • Pointer size: 130 Bytes
  • Size of remote file: 49.8 kB
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:726d993a0890579f986c4da12a629125decd6d1dd5c7417ebac416ec02fd18be
3
- size 343287469
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a7be941ad8d86dd632ab85cf3aa822b5042d54306bc967ef3381234f87af949
3
+ size 343296685
runs/events.out.tfevents.1692044701.bbec58bd2423.186.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7512944f1b6fd9616074dbfeb04247257ca311685e6d316b5e649a7ecac6e28f
3
+ size 5200