From 62761720bd528871d99efea7fc4af7bca9c235cc Mon Sep 17 00:00:00 2001 From: RangiLyu Date: Tue, 9 Feb 2021 18:35:49 +0800 Subject: [PATCH] add NanoDet support in readme (#2674) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffba676de..d62ed9d30 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ ncnn 是一个为手机端极致优化的高性能神经网络前向计算框架 * Detection: VGG-SSD MobileNet-SSD SqueezeNet-SSD MobileNetV2-SSDLite MobileNetV3-SSDLite ... * Detection: Faster-RCNN R-FCN ... * Detection: YOLOV2 YOLOV3 MobileNet-YOLOV3 YOLOV4 YOLOV5 ... +* Detection: NanoDet * Segmentation: FCN PSPNet UNet YOLACT ... * Pose Estimation: SimplePose ...