peter881122 commited on
Commit
a813e05
1 Parent(s): 27080ca

Upload YolosForObjectDetection

Browse files
Files changed (2) hide show
  1. config.json +78 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "hustvl/yolos-tiny",
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": 192,
17
+ "id2label": {
18
+ "0": "LABEL_0",
19
+ "1": "LABEL_1",
20
+ "2": "LABEL_2",
21
+ "3": "LABEL_3",
22
+ "4": "LABEL_4",
23
+ "5": "LABEL_5",
24
+ "6": "LABEL_6",
25
+ "7": "LABEL_7",
26
+ "8": "LABEL_8",
27
+ "9": "LABEL_9",
28
+ "10": "LABEL_10",
29
+ "11": "LABEL_11",
30
+ "12": "LABEL_12",
31
+ "13": "LABEL_13",
32
+ "14": "LABEL_14",
33
+ "15": "LABEL_15",
34
+ "16": "LABEL_16",
35
+ "17": "LABEL_17",
36
+ "18": "LABEL_18",
37
+ "19": "LABEL_19"
38
+ },
39
+ "image_size": [
40
+ 800,
41
+ 1333
42
+ ],
43
+ "initializer_range": 0.02,
44
+ "intermediate_size": 768,
45
+ "label2id": {
46
+ "LABEL_0": 0,
47
+ "LABEL_1": 1,
48
+ "LABEL_10": 10,
49
+ "LABEL_11": 11,
50
+ "LABEL_12": 12,
51
+ "LABEL_13": 13,
52
+ "LABEL_14": 14,
53
+ "LABEL_15": 15,
54
+ "LABEL_16": 16,
55
+ "LABEL_17": 17,
56
+ "LABEL_18": 18,
57
+ "LABEL_19": 19,
58
+ "LABEL_2": 2,
59
+ "LABEL_3": 3,
60
+ "LABEL_4": 4,
61
+ "LABEL_5": 5,
62
+ "LABEL_6": 6,
63
+ "LABEL_7": 7,
64
+ "LABEL_8": 8,
65
+ "LABEL_9": 9
66
+ },
67
+ "layer_norm_eps": 1e-12,
68
+ "model_type": "yolos",
69
+ "num_attention_heads": 3,
70
+ "num_channels": 3,
71
+ "num_detection_tokens": 100,
72
+ "num_hidden_layers": 12,
73
+ "patch_size": 16,
74
+ "qkv_bias": true,
75
+ "torch_dtype": "float32",
76
+ "transformers_version": "4.27.0.dev0",
77
+ "use_mid_position_embeddings": false
78
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22f3620d7865fde8992fdb2bdee6f04a7ac1c6bbb47f43f5f2b3e393fe28f50c
3
+ size 25968281