nielsr HF staff commited on
Commit
135856e
·
1 Parent(s): f2c3905

Upload MaskRCNNForObjectDetection

Browse files
Files changed (1) hide show
  1. config.json +12 -12
config.json CHANGED
@@ -19,18 +19,6 @@
19
  "MaskRCNNForObjectDetection"
20
  ],
21
  "backbone_config": {
22
- "_out_features": [
23
- "stage4",
24
- "stage6",
25
- "stage8",
26
- "stage12"
27
- ],
28
- "_out_indices": [
29
- 4,
30
- 6,
31
- 8,
32
- 12
33
- ],
34
  "add_fpn": true,
35
  "attention_probs_dropout_prob": 0.0,
36
  "auxiliary_channels": 256,
@@ -45,6 +33,18 @@
45
  "model_type": "beit",
46
  "num_attention_heads": 12,
47
  "num_hidden_layers": 12,
 
 
 
 
 
 
 
 
 
 
 
 
48
  "patch_size": 16,
49
  "pool_scales": [
50
  1,
 
19
  "MaskRCNNForObjectDetection"
20
  ],
21
  "backbone_config": {
 
 
 
 
 
 
 
 
 
 
 
 
22
  "add_fpn": true,
23
  "attention_probs_dropout_prob": 0.0,
24
  "auxiliary_channels": 256,
 
33
  "model_type": "beit",
34
  "num_attention_heads": 12,
35
  "num_hidden_layers": 12,
36
+ "out_features": [
37
+ "stage4",
38
+ "stage6",
39
+ "stage8",
40
+ "stage12"
41
+ ],
42
+ "out_indices": [
43
+ 4,
44
+ 6,
45
+ 8,
46
+ 12
47
+ ],
48
  "patch_size": 16,
49
  "pool_scales": [
50
  1,