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
- May10/2021: Added EfficientDet-lite checkpoints (by Yuqi and TFLite team)
14
15
- Mar25/2021: Added [Det-AdvProp](https://arxiv.org/abs/2103.13886) model checkpoints ([see this page](./Det-AdvProp.md)).
15
16
- Jul20/2020: Added keras/TF2 and new SOTA D7x: 55.1mAP with 153ms.
@@ -77,6 +78,26 @@ We have provided a list of EfficientDet checkpoints and results as follows:
77
78
78
79
For more accurate and robust EfficientDet, please see [this page](./Det-AdvProp.md), which contains a list of models trained with Det-AdvProp + AutoAugment (AA) described in [this paper](https://arxiv.org/abs/2103.13886). The obatined model is not only more accurate on clean images, but also much more robust against various corruptions and domain shift.
79
80
81
+
On single Tesla V100 without using TensorRT, our end-to-end
** FPS means frames per second (or images/second).
98
+
99
+
** EfficientDet can be significantly sped up with TensorRT: [link](https://github.com/NVIDIA/TensorRT/tree/master/samples/python/efficientdet)
100
+
80
101
In addition, the following table includes a list of models trained with fixed 640x640 image sizes (see appendix of [this paper](https://arxiv.org/abs/1911.09070)):
Copy file name to clipboardExpand all lines: efficientnetv2/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,11 @@
5
5
[TF-hub](https://colab.sandbox.google.com/github/google/automl/blob/master/efficientnetv2/tfhub.ipynb)
** Thanks NVIDIA for providing the inference latency (benchmark scripts coming soon)
36
+
** Thanks NVIDIA for providing the inference latency: full TensorRT scripts and instructions are available here: [link](https://github.com/NVIDIA/TensorRT/tree/master/samples/python/efficientnet)
32
37
33
38
34
39
Here are a list of ImageNet21K pretrained and finetuned models:
@@ -39,6 +44,7 @@ Here are a list of ImageNet21K pretrained and finetuned models:
0 commit comments