davidhajdu commited on
Commit
ec5abac
·
verified ·
1 Parent(s): 0c7e65e
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -8,7 +8,15 @@
8
  "auxiliary_loss": false,
9
  "backbone": "resnet50",
10
  "backbone_config": null,
11
- "backbone_kwargs": null,
 
 
 
 
 
 
 
 
12
  "bbox_cost": 5,
13
  "bbox_embed_diff_each_layer": false,
14
  "bbox_loss_coefficient": 5,
 
8
  "auxiliary_loss": false,
9
  "backbone": "resnet50",
10
  "backbone_config": null,
11
+ "backbone_kwargs": {
12
+ "in_chans": 3,
13
+ "out_indices": [
14
+ 1,
15
+ 2,
16
+ 3,
17
+ 4
18
+ ]
19
+ },
20
  "bbox_cost": 5,
21
  "bbox_embed_diff_each_layer": false,
22
  "bbox_loss_coefficient": 5,