From 2f7364b414e1e3c87331234b0a327c8deb18e458 Mon Sep 17 00:00:00 2001 From: RangiLyu Date: Sat, 6 Mar 2021 20:14:45 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3209712ba..ad760a977 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ ![](docs/imgs/Title.jpg) # NanoDet -[![GitHub license](https://img.shields.io/github/license/RangiLyu/nanodet?style=flat-square)](https://github.com/RangiLyu/nanodet/blob/main/LICENSE) ### Super fast and lightweight anchor-free object detection model. Real-time on mobile devices. +[![GitHub license](https://img.shields.io/github/license/RangiLyu/nanodet?style=flat-square)](https://github.com/RangiLyu/nanodet/blob/main/LICENSE) + * ⚡Super lightweight: Model file is only 1.8 MB. * ⚡Super fast: 97fps(10.23ms) on mobile ARM CPU. * 😎Training friendly: Much lower GPU memory cost than other models. Batch-size=80 is available on GTX1060 6G.