Upload DiffusionDetConfig
Browse files- config.json +74 -1
config.json
CHANGED
@@ -1,4 +1,77 @@
|
|
1 |
{
|
2 |
"_class_name": "DiffusionDetConfig",
|
3 |
-
"_diffusers_version": "0.32.0.dev0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
}
|
|
|
1 |
{
|
2 |
"_class_name": "DiffusionDetConfig",
|
3 |
+
"_diffusers_version": "0.32.0.dev0",
|
4 |
+
"activation": "relu",
|
5 |
+
"alpha": 0.25,
|
6 |
+
"backbone": "resnet50",
|
7 |
+
"backbone_config": null,
|
8 |
+
"backbone_kwargs": null,
|
9 |
+
"backbone_multiplier": 1.0,
|
10 |
+
"class_weight": 2.0,
|
11 |
+
"deep_supervision": true,
|
12 |
+
"dilation": false,
|
13 |
+
"dim_dynamic": 64,
|
14 |
+
"dim_feedforward": 2048,
|
15 |
+
"dropout": 0.0,
|
16 |
+
"fpn_out_channels": 256,
|
17 |
+
"gamma": 2.0,
|
18 |
+
"giou_weight": 2.0,
|
19 |
+
"hidden_dim": 256,
|
20 |
+
"l1_weight": 5.0,
|
21 |
+
"no_object_weight": 0.1,
|
22 |
+
"num_attn_heads": 8,
|
23 |
+
"num_channels": 3,
|
24 |
+
"num_cls": 1,
|
25 |
+
"num_dynamic": 2,
|
26 |
+
"num_heads": 6,
|
27 |
+
"num_proposals": 300,
|
28 |
+
"num_reg": 3,
|
29 |
+
"optimizer": "ADAMW",
|
30 |
+
"ota_k": 5,
|
31 |
+
"pixel_mean": [
|
32 |
+
123.675,
|
33 |
+
116.28,
|
34 |
+
103.53
|
35 |
+
],
|
36 |
+
"pixel_std": [
|
37 |
+
58.395,
|
38 |
+
57.12,
|
39 |
+
57.375
|
40 |
+
],
|
41 |
+
"pooler_resolution": 7,
|
42 |
+
"prior_prob": 0.01,
|
43 |
+
"resnet_in_features": [
|
44 |
+
"res2",
|
45 |
+
"res3",
|
46 |
+
"res4",
|
47 |
+
"res5"
|
48 |
+
],
|
49 |
+
"resnet_out_features": [
|
50 |
+
"res2",
|
51 |
+
"res3",
|
52 |
+
"res4",
|
53 |
+
"res5"
|
54 |
+
],
|
55 |
+
"roi_head_in_features": [
|
56 |
+
"p2",
|
57 |
+
"p3",
|
58 |
+
"p4",
|
59 |
+
"p5"
|
60 |
+
],
|
61 |
+
"sample_step": 1,
|
62 |
+
"sampling_ratio": 2,
|
63 |
+
"snr_scale": 2.0,
|
64 |
+
"swin_out_features": [
|
65 |
+
0,
|
66 |
+
1,
|
67 |
+
2,
|
68 |
+
3
|
69 |
+
],
|
70 |
+
"swin_size": "B",
|
71 |
+
"use_fed_loss": false,
|
72 |
+
"use_focal": true,
|
73 |
+
"use_nms": true,
|
74 |
+
"use_pretrained_backbone": true,
|
75 |
+
"use_swin_checkpoint": false,
|
76 |
+
"use_timm_backbone": true
|
77 |
}
|