diff --git a/README.md b/README.md index ff5f6e0a7d3265a854d2b634fd94061c4742e82f..513a69c8028d98ca2e911cf4b0a0198067f5cb5c 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)