Upload DetrForObjectDetection
Browse files- config.json +6 -0
- model.safetensors +2 -2
config.json
CHANGED
@@ -121,9 +121,15 @@
|
|
121 |
"eos_coefficient": 0.1,
|
122 |
"giou_cost": 2,
|
123 |
"giou_loss_coefficient": 2,
|
|
|
|
|
|
|
124 |
"init_std": 0.02,
|
125 |
"init_xavier_std": 1.0,
|
126 |
"is_encoder_decoder": true,
|
|
|
|
|
|
|
127 |
"mask_loss_coefficient": 1,
|
128 |
"model_type": "detr",
|
129 |
"num_channels": 3,
|
|
|
121 |
"eos_coefficient": 0.1,
|
122 |
"giou_cost": 2,
|
123 |
"giou_loss_coefficient": 2,
|
124 |
+
"id2label": {
|
125 |
+
"0": "LABEL_0"
|
126 |
+
},
|
127 |
"init_std": 0.02,
|
128 |
"init_xavier_std": 1.0,
|
129 |
"is_encoder_decoder": true,
|
130 |
+
"label2id": {
|
131 |
+
"LABEL_0": 0
|
132 |
+
},
|
133 |
"mask_loss_coefficient": 1,
|
134 |
"model_type": "detr",
|
135 |
"num_channels": 3,
|
model.safetensors
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:8b73c44e0d2ebaa8e8990aeacce1be10a4d726bcd8aa3726c399174253c75e88
|
3 |
+
size 166503728
|