From 5b44d44ca11a0f8d4784c6cfef8cbbea7a59e0c2 Mon Sep 17 00:00:00 2001 From: Zhuo Zhang Date: Tue, 3 Nov 2020 14:08:29 +0800 Subject: [PATCH] mention yolov5 in readme (#2275) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75aba5b94..5f0922b01 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ ncnn 是一个为手机端极致优化的高性能神经网络前向计算框架 * Face Detection: MTCNN RetinaFace ... * Detection: VGG-SSD MobileNet-SSD SqueezeNet-SSD MobileNetV2-SSDLite MobileNetV3-SSDLite ... * Detection: Faster-RCNN R-FCN ... -* Detection: YOLOV2 YOLOV3 MobileNet-YOLOV3 YOLOV4 ... +* Detection: YOLOV2 YOLOV3 MobileNet-YOLOV3 YOLOV4 YOLOV5 ... * Segmentation: FCN PSPNet UNet YOLACT ... * Pose Estimation: SimplePose ...