You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Aside from the default model configs, there is a lot of flexibility to facilitat
20
20
* Add some new model weights with bilinear interpolation for upsample and downsample in FPN.
21
21
* 40.9 mAP - `efficientdet_q1` (replace prev model at 40.6)
22
22
* 43.2 mAP -`cspresdet50`
23
-
* 45.2 mAP - `cspdarkdet5m`
23
+
* 45.2 mAP - `cspdarkdet53m`
24
24
25
25
### 2020-12-07
26
26
* Training w/ fully jit scripted model + bench (`--torchscript`) is possible with inclusion of ModelEmaV2 from `timm` and previous torchscript compat additions. Big speed gains for CPU bound training.
0 commit comments