From b8529a78156d45900af9ad5a6493fc91a69ce1dc Mon Sep 17 00:00:00 2001 From: chhshen Date: Thu, 21 Nov 2019 12:28:46 +1030 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff5f6e0..513a69c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ The full paper is available at: [https://arxiv.org/abs/1904.01355](https://arxiv - **State-of-the-art performance:** Our best model based on ResNeXt-64x4d-101 and deformable convolutions achieves **49.0%** in AP on COCO test-dev (with multi-scale testing). ## Updates + - Script for exporting [ONNX models](https://github.com/tianzhi0549/FCOS/tree/master/onnx) - New NMS (see [#165](https://github.com/tianzhi0549/FCOS/pull/165)) speeds up ResNe(x)t based models by up to 30% and MobileNet based models by 40%, with exactly the same performance. Check out [here](#models). (12/10/2019) - New models with much improved performance are released. The best model achieves **49%** in AP on COCO test-dev with multi-scale testing. (11/09/2019) - FCOS with VoVNet backbones is available at [VoVNet-FCOS](https://github.com/vov-net/VoVNet-FCOS). (08/08/2019) -- GitLab