IMvision12 commited on
Commit
f9fcaa5
·
verified ·
1 Parent(s): 01451d8

Upload kf_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_config.json +58 -0
kf_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "kerasformers",
3
+ "kerasformers_version": "1.1.3",
4
+ "model_module": "kerasformers.models.dfine",
5
+ "model_class": "DFineDetect",
6
+ "variant": "dfine-large",
7
+ "weights": "model.weights.h5",
8
+ "config": {
9
+ "stem_channels": [
10
+ 3,
11
+ 32,
12
+ 48
13
+ ],
14
+ "stage_in_channels": [
15
+ 48,
16
+ 128,
17
+ 512,
18
+ 1024
19
+ ],
20
+ "stage_mid_channels": [
21
+ 48,
22
+ 96,
23
+ 192,
24
+ 384
25
+ ],
26
+ "stage_out_channels": [
27
+ 128,
28
+ 512,
29
+ 1024,
30
+ 2048
31
+ ],
32
+ "stage_num_blocks": [
33
+ 1,
34
+ 1,
35
+ 3,
36
+ 1
37
+ ],
38
+ "stage_numb_of_layers": [
39
+ 6,
40
+ 6,
41
+ 6,
42
+ 6
43
+ ],
44
+ "use_lab": false,
45
+ "encoder_in_channels": [
46
+ 512,
47
+ 1024,
48
+ 2048
49
+ ],
50
+ "ccfm_num_blocks": 3,
51
+ "decoder_num_layers": 6,
52
+ "decoder_n_points": [
53
+ 3,
54
+ 6,
55
+ 3
56
+ ]
57
+ }
58
+ }