SvNext commited on
Commit
1ef196c
1 Parent(s): c4ef09a

Upload DetrForObjectDetection

Browse files
Files changed (2) hide show
  1. config.json +10 -0
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -29,9 +29,19 @@
29
  "eos_coefficient": 0.1,
30
  "giou_cost": 2,
31
  "giou_loss_coefficient": 2,
 
 
 
 
 
32
  "init_std": 0.02,
33
  "init_xavier_std": 1.0,
34
  "is_encoder_decoder": true,
 
 
 
 
 
35
  "mask_loss_coefficient": 1,
36
  "max_position_embeddings": 1024,
37
  "model_type": "detr",
 
29
  "eos_coefficient": 0.1,
30
  "giou_cost": 2,
31
  "giou_loss_coefficient": 2,
32
+ "id2label": {
33
+ "0": "LABEL_0",
34
+ "1": "LABEL_1",
35
+ "2": "LABEL_2"
36
+ },
37
  "init_std": 0.02,
38
  "init_xavier_std": 1.0,
39
  "is_encoder_decoder": true,
40
+ "label2id": {
41
+ "LABEL_0": 0,
42
+ "LABEL_1": 1,
43
+ "LABEL_2": 2
44
+ },
45
  "mask_loss_coefficient": 1,
46
  "max_position_embeddings": 1024,
47
  "model_type": "detr",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a1fee6215bc8099dbfa7795d18c64c6c3b68a6937e965e1ab56b62a0ecd214d
3
- size 166610146
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41461698f82133e1a7619a73380ee9ea3d607104943bf85b63d9dc9db3f3ede0
3
+ size 166611170