bogdancornianu
commited on
Commit
•
de9dfab
1
Parent(s):
15d817f
commit files to HF hub
Browse files- README.md +24 -0
- config.json +40 -0
- model.safetensors +3 -0
- preprocessor_config.json +24 -0
- runs/events.out.tfevents.1705682544.0203955ef218.168.4 +3 -0
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- image-classification
|
4 |
+
- pytorch
|
5 |
+
- huggingpics
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
|
9 |
+
model-index:
|
10 |
+
- name: house-object-detection
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Object detection
|
14 |
+
type: object-detection
|
15 |
+
metrics:
|
16 |
+
- name: Accuracy
|
17 |
+
type: accuracy
|
18 |
+
value: 0.5282893180847168
|
19 |
+
---
|
20 |
+
|
21 |
+
# house-object-detection
|
22 |
+
|
23 |
+
|
24 |
+
Detect house objects in images
|
config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "hustvl/yolos-small",
|
3 |
+
"architectures": [
|
4 |
+
"YolosForObjectDetection"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"auxiliary_loss": false,
|
8 |
+
"bbox_cost": 5,
|
9 |
+
"bbox_loss_coefficient": 5,
|
10 |
+
"class_cost": 1,
|
11 |
+
"eos_coefficient": 0.1,
|
12 |
+
"giou_cost": 2,
|
13 |
+
"giou_loss_coefficient": 2,
|
14 |
+
"hidden_act": "gelu",
|
15 |
+
"hidden_dropout_prob": 0.0,
|
16 |
+
"hidden_size": 384,
|
17 |
+
"id2label": {
|
18 |
+
"0": "LABEL_0"
|
19 |
+
},
|
20 |
+
"image_size": [
|
21 |
+
512,
|
22 |
+
864
|
23 |
+
],
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 1536,
|
26 |
+
"label2id": {
|
27 |
+
"LABEL_0": 0
|
28 |
+
},
|
29 |
+
"layer_norm_eps": 1e-12,
|
30 |
+
"model_type": "yolos",
|
31 |
+
"num_attention_heads": 6,
|
32 |
+
"num_channels": 3,
|
33 |
+
"num_detection_tokens": 100,
|
34 |
+
"num_hidden_layers": 12,
|
35 |
+
"patch_size": 16,
|
36 |
+
"qkv_bias": true,
|
37 |
+
"torch_dtype": "float32",
|
38 |
+
"transformers_version": "4.38.0.dev0",
|
39 |
+
"use_mid_position_embeddings": true
|
40 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35b89db5acfce816221e99dfce35f90b284e2820bfd4f851cf6e83fefcedc66b
|
3 |
+
size 122624672
|
preprocessor_config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_pad": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"format": "coco_detection",
|
7 |
+
"image_mean": [
|
8 |
+
0.485,
|
9 |
+
0.456,
|
10 |
+
0.406
|
11 |
+
],
|
12 |
+
"image_processor_type": "YolosFeatureExtractor",
|
13 |
+
"image_std": [
|
14 |
+
0.229,
|
15 |
+
0.224,
|
16 |
+
0.225
|
17 |
+
],
|
18 |
+
"resample": 2,
|
19 |
+
"rescale_factor": 0.00392156862745098,
|
20 |
+
"size": {
|
21 |
+
"longest_edge": 864,
|
22 |
+
"shortest_edge": 512
|
23 |
+
}
|
24 |
+
}
|
runs/events.out.tfevents.1705682544.0203955ef218.168.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0dee37fa94d567b565bd98b30dd7b8117b66ddcdc888f5cc447631b40b80e9d1
|
3 |
+
size 6008
|