rnud commited on
Commit
0308615
1 Parent(s): 71bc781

Upload DetrForObjectDetection

Browse files
Files changed (2) hide show
  1. config.json +10 -0
  2. model.safetensors +2 -2
config.json CHANGED
@@ -120,9 +120,19 @@
120
  "eos_coefficient": 0.1,
121
  "giou_cost": 2,
122
  "giou_loss_coefficient": 2,
 
 
 
 
 
123
  "init_std": 0.02,
124
  "init_xavier_std": 1.0,
125
  "is_encoder_decoder": true,
 
 
 
 
 
126
  "mask_loss_coefficient": 1,
127
  "model_type": "detr",
128
  "num_channels": 3,
 
120
  "eos_coefficient": 0.1,
121
  "giou_cost": 2,
122
  "giou_loss_coefficient": 2,
123
+ "id2label": {
124
+ "0": "LABEL_0",
125
+ "1": "LABEL_1",
126
+ "2": "LABEL_2"
127
+ },
128
  "init_std": 0.02,
129
  "init_xavier_std": 1.0,
130
  "is_encoder_decoder": true,
131
+ "label2id": {
132
+ "LABEL_0": 0,
133
+ "LABEL_1": 1,
134
+ "LABEL_2": 2
135
+ },
136
  "mask_loss_coefficient": 1,
137
  "model_type": "detr",
138
  "num_channels": 3,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1e882b24199903535e7cf7399b9f40ff9b50c460b7246665271a0cc376e834c9
3
- size 166504756
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9efa76d0ec6ff56e47b8112ef85456203932313f0c26afea4ed2d4a20ff15880
3
+ size 166505784