Upload DetrForObjectDetection
Browse files- config.json +6 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -119,13 +119,17 @@
|
|
119 |
"giou_cost": 2,
|
120 |
"giou_loss_coefficient": 2,
|
121 |
"id2label": {
|
122 |
-
"0": "LABEL_0"
|
|
|
|
|
123 |
},
|
124 |
"init_std": 0.02,
|
125 |
"init_xavier_std": 1.0,
|
126 |
"is_encoder_decoder": true,
|
127 |
"label2id": {
|
128 |
-
"LABEL_0": 0
|
|
|
|
|
129 |
},
|
130 |
"mask_loss_coefficient": 1,
|
131 |
"model_type": "detr",
|
|
|
119 |
"giou_cost": 2,
|
120 |
"giou_loss_coefficient": 2,
|
121 |
"id2label": {
|
122 |
+
"0": "LABEL_0",
|
123 |
+
"1": "LABEL_1",
|
124 |
+
"2": "LABEL_2"
|
125 |
},
|
126 |
"init_std": 0.02,
|
127 |
"init_xavier_std": 1.0,
|
128 |
"is_encoder_decoder": true,
|
129 |
"label2id": {
|
130 |
+
"LABEL_0": 0,
|
131 |
+
"LABEL_1": 1,
|
132 |
+
"LABEL_2": 2
|
133 |
},
|
134 |
"mask_loss_coefficient": 1,
|
135 |
"model_type": "detr",
|
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:b27ba434399c499cb8180944bcf94b5b5e1ffed9f406ce18d4bbb4481ecec0f3
|
3 |
+
size 166618197
|