Commit dbfc652 1 parent 416555e commit dbfc652 Copy full SHA for dbfc652
File tree 2 files changed +16
-0
lines changed
icevision/models/ross/efficientdet
tests/models/efficient_det
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 21
21
"d6" ,
22
22
"d7" ,
23
23
"d7x" ,
24
+ "tf_d0_ap" ,
25
+ "tf_d1_ap" ,
26
+ "tf_d2_ap" ,
27
+ "tf_d3_ap" ,
28
+ "tf_d4_ap" ,
29
+ "tf_d5_ap" ,
24
30
]
25
31
26
32
from icevision .models .ross .efficientdet .utils import *
50
56
d6 = EfficientDetBackboneConfig (model_name = "efficientdet_d6" )
51
57
d7 = EfficientDetBackboneConfig (model_name = "efficientdet_d7" )
52
58
d7x = EfficientDetBackboneConfig (model_name = "efficientdet_d7x" )
59
+
60
+ tf_d0_ap = EfficientDetBackboneConfig (model_name = "tf_efficientdet_d0_ap" )
61
+ tf_d1_ap = EfficientDetBackboneConfig (model_name = "tf_efficientdet_d1_ap" )
62
+ tf_d2_ap = EfficientDetBackboneConfig (model_name = "tf_efficientdet_d2_ap" )
63
+ tf_d3_ap = EfficientDetBackboneConfig (model_name = "tf_efficientdet_d3_ap" )
64
+ tf_d4_ap = EfficientDetBackboneConfig (model_name = "tf_efficientdet_d4_ap" )
65
+ tf_d5_ap = EfficientDetBackboneConfig (model_name = "tf_efficientdet_d5_ap" )
Original file line number Diff line number Diff line change 10
10
d0 ,
11
11
d1 ,
12
12
d2 ,
13
+ tf_d0_ap ,
14
+ tf_d1_ap ,
15
+ tf_d2_ap ,
13
16
tf_d0 ,
14
17
tf_d1 ,
15
18
tf_d2 ,
You can’t perform that action at this time.
0 commit comments