henryn commited on
Commit
9a4d2a1
·
1 Parent(s): de4564f

Upload DetrForObjectDetection

Browse files
Files changed (2) hide show
  1. config.json +6 -2
  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:cfa8d79f742dd0bb85248fc0d507db409182f0a0f37fa1304ad34c776f510a11
3
- size 166616149
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b27ba434399c499cb8180944bcf94b5b5e1ffed9f406ce18d4bbb4481ecec0f3
3
+ size 166618197