commit files to HF hub
Browse files- .gitattributes +2 -0
- README.md +9 -1
- config.json +13 -9
- images/bird_in_yard.jpg +2 -2
- images/deer_at_night.jpg +3 -0
- images/deer_in_yard.jpg +2 -2
- images/person_at_night.jpg +3 -0
- images/person_in_yard.jpg +2 -2
- images/rodent_in_yard.jpg +2 -2
- images/yard.jpg +2 -2
- preprocessor_config.json +1 -1
- pytorch_model.bin +2 -2
- runs/events.out.tfevents.1685979176.mat.859897.0 +3 -0
.gitattributes
CHANGED
|
@@ -42,3 +42,5 @@ images/deer_in_yard.jpg filter=lfs diff=lfs merge=lfs -text
|
|
| 42 |
images/person_in_yard.jpg filter=lfs diff=lfs merge=lfs -text
|
| 43 |
images/rodent_in_yard.jpg filter=lfs diff=lfs merge=lfs -text
|
| 44 |
images/yard.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 42 |
images/person_in_yard.jpg filter=lfs diff=lfs merge=lfs -text
|
| 43 |
images/rodent_in_yard.jpg filter=lfs diff=lfs merge=lfs -text
|
| 44 |
images/yard.jpg filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
images/deer_at_night.jpg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
images/person_at_night.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 |
# backyard-objects
|
|
@@ -35,10 +35,18 @@ Report any issues with the demo at the [github repo](https://github.com/nateraw/
|
|
| 35 |
|
| 36 |

|
| 37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
#### deer in yard
|
| 39 |
|
| 40 |

|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
#### person in yard
|
| 43 |
|
| 44 |

|
|
|
|
| 15 |
metrics:
|
| 16 |
- name: Accuracy
|
| 17 |
type: accuracy
|
| 18 |
+
value: 0.6583333611488342
|
| 19 |
---
|
| 20 |
|
| 21 |
# backyard-objects
|
|
|
|
| 35 |
|
| 36 |

|
| 37 |
|
| 38 |
+
#### deer at night
|
| 39 |
+
|
| 40 |
+

|
| 41 |
+
|
| 42 |
#### deer in yard
|
| 43 |
|
| 44 |

|
| 45 |
|
| 46 |
+
#### person at night
|
| 47 |
+
|
| 48 |
+

|
| 49 |
+
|
| 50 |
#### person in yard
|
| 51 |
|
| 52 |

|
config.json
CHANGED
|
@@ -10,20 +10,24 @@
|
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
"0": "bird in yard",
|
| 13 |
-
"1": "deer
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
-
"4": "yard"
|
|
|
|
|
|
|
| 17 |
},
|
| 18 |
"image_size": 224,
|
| 19 |
"initializer_range": 0.02,
|
| 20 |
"intermediate_size": 3072,
|
| 21 |
"label2id": {
|
| 22 |
"bird in yard": "0",
|
| 23 |
-
"deer
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"yard": "4"
|
|
|
|
|
|
|
| 27 |
},
|
| 28 |
"layer_norm_eps": 1e-12,
|
| 29 |
"model_type": "vit",
|
|
@@ -34,5 +38,5 @@
|
|
| 34 |
"problem_type": "single_label_classification",
|
| 35 |
"qkv_bias": true,
|
| 36 |
"torch_dtype": "float32",
|
| 37 |
-
"transformers_version": "4.
|
| 38 |
}
|
|
|
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
"0": "bird in yard",
|
| 13 |
+
"1": "deer at night",
|
| 14 |
+
"2": "deer in yard",
|
| 15 |
+
"3": "person at night",
|
| 16 |
+
"4": "person in yard",
|
| 17 |
+
"5": "rodent in yard",
|
| 18 |
+
"6": "yard"
|
| 19 |
},
|
| 20 |
"image_size": 224,
|
| 21 |
"initializer_range": 0.02,
|
| 22 |
"intermediate_size": 3072,
|
| 23 |
"label2id": {
|
| 24 |
"bird in yard": "0",
|
| 25 |
+
"deer at night": "1",
|
| 26 |
+
"deer in yard": "2",
|
| 27 |
+
"person at night": "3",
|
| 28 |
+
"person in yard": "4",
|
| 29 |
+
"rodent in yard": "5",
|
| 30 |
+
"yard": "6"
|
| 31 |
},
|
| 32 |
"layer_norm_eps": 1e-12,
|
| 33 |
"model_type": "vit",
|
|
|
|
| 38 |
"problem_type": "single_label_classification",
|
| 39 |
"qkv_bias": true,
|
| 40 |
"torch_dtype": "float32",
|
| 41 |
+
"transformers_version": "4.25.1"
|
| 42 |
}
|
images/bird_in_yard.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images/deer_at_night.jpg
ADDED
|
Git LFS Details
|
images/deer_in_yard.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images/person_at_night.jpg
ADDED
|
Git LFS Details
|
images/person_in_yard.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images/rodent_in_yard.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images/yard.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
preprocessor_config.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
0.5,
|
| 8 |
0.5
|
| 9 |
],
|
| 10 |
-
"image_processor_type": "
|
| 11 |
"image_std": [
|
| 12 |
0.5,
|
| 13 |
0.5,
|
|
|
|
| 7 |
0.5,
|
| 8 |
0.5
|
| 9 |
],
|
| 10 |
+
"image_processor_type": "ViTImageProcessor",
|
| 11 |
"image_std": [
|
| 12 |
0.5,
|
| 13 |
0.5,
|
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:7fe19edf6d506f59faac40e0ea69c4ce75fdf928deb3c4ff17074b0c81793d5f
|
| 3 |
+
size 343281325
|
runs/events.out.tfevents.1685979176.mat.859897.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b5fed2c4801c2f3c935ff1f32f29edbd997b150460fd71ae1173efe755485af
|
| 3 |
+
size 1444
|