stevenbucaille commited on
Commit
e0d3bb4
·
verified ·
1 Parent(s): 03fc5fa

Add lwdetr_tiny_30e_objects365 model

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -33,14 +33,14 @@
33
  "num_windows": 16,
34
  "num_windows_side": 4,
35
  "out_features": [
36
- "stage1",
37
- "stage3",
38
- "stage5"
39
  ],
40
  "out_indices": [
41
- 1,
42
- 3,
43
- 5
44
  ],
45
  "patch_size": 16,
46
  "pretrain_image_size": 224,
 
33
  "num_windows": 16,
34
  "num_windows_side": 4,
35
  "out_features": [
36
+ "stage2",
37
+ "stage4",
38
+ "stage6"
39
  ],
40
  "out_indices": [
41
+ 2,
42
+ 4,
43
+ 6
44
  ],
45
  "patch_size": 16,
46
  "pretrain_image_size": 224,