commit files to HF hub
Browse files- .gitattributes +5 -0
- README.md +22 -10
- config.json +18 -12
- images/balcony.jpg +3 -0
- images/floorplan.jpg +3 -0
- images/living_room.jpg +2 -2
- images/neighbourhood.jpg +3 -0
- images/office_room.jpg +3 -0
- images/yard.jpg +3 -0
- pytorch_model.bin +2 -2
- runs/events.out.tfevents.1692044701.bbec58bd2423.186.0 +3 -0
.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.
|
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 |
-
####
|
51 |
|
52 |
-
![
|
53 |
|
54 |
-
####
|
55 |
|
56 |
-
![
|
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": "
|
13 |
-
"1": "
|
14 |
-
"
|
|
|
|
|
15 |
"3": "dining room",
|
16 |
-
"4": "
|
17 |
-
"5": "
|
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 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
"dining room": "3",
|
30 |
-
"
|
31 |
-
"
|
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
|
images/floorplan.jpg
ADDED
Git LFS Details
|
images/living_room.jpg
CHANGED
Git LFS Details
|
Git LFS Details
|
images/neighbourhood.jpg
ADDED
Git LFS Details
|
images/office_room.jpg
ADDED
Git LFS Details
|
images/yard.jpg
ADDED
Git LFS Details
|
pytorch_model.bin
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: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
|