File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ EfficientDet-D1:
31
31
Average Precision (AP) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.571316
32
32
```
33
33
34
- Also, [ Soyeb Nagori] ( https://github.com/soyebn ) trained an EffiCientDet -Lite0 config using this code and contributed the weights.
34
+ Also, [ Soyeb Nagori] ( https://github.com/soyebn ) trained an EfficientDet -Lite0 config using this code and contributed the weights.
35
35
```
36
36
Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.319861
37
37
Average Precision (AP) @[ IoU=0.50 | area= all | maxDets=100 ] = 0.500062
@@ -42,7 +42,7 @@ Also, [Soyeb Nagori](https://github.com/soyebn) trained an EffiCientDet-Lite0 co
42
42
```
43
43
44
44
Unlike the other tf_ prefixed models this is not ported from (as of yet unreleased) TF official model, but it used
45
- TF ported weights for the pretrained imagenet model that was the starting point , thus it uses SAME padding.
45
+ TF ported weights from ` timm ` for the pretrained imagenet model as the backbone init , thus it uses SAME padding.
46
46
47
47
48
48
### 2020-06-12
You can’t perform that action at this time.
0 commit comments