Upload YolosForObjectDetection
Browse files- config.json +40 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
},
|
| 20 |
+
"image_size": [
|
| 21 |
+
800,
|
| 22 |
+
1333
|
| 23 |
+
],
|
| 24 |
+
"initializer_range": 0.02,
|
| 25 |
+
"intermediate_size": 768,
|
| 26 |
+
"label2id": {
|
| 27 |
+
"LABEL_0": 0
|
| 28 |
+
},
|
| 29 |
+
"layer_norm_eps": 1e-12,
|
| 30 |
+
"model_type": "yolos",
|
| 31 |
+
"num_attention_heads": 3,
|
| 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.31.0",
|
| 39 |
+
"use_mid_position_embeddings": false
|
| 40 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d286d7654c0015023c70f5c545e5b769291052da8e8c3d7a9951db2c36b12fe
|
| 3 |
+
size 25954070
|