From 6111e88e1f3f50658b86c96393208501f1f64b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yihui=20He=20=E4=BD=95=E5=AE=9C=E6=99=96?= Date: Tue, 10 Oct 2017 17:27:01 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4413488..afebf8d 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ If you find the code useful in your research, please consider citing: ### Pruning faster RCNN For fast testing, you can directly download pruned model from [release](https://github.com/yihui-he/channel-pruning/releases/tag/faster-RCNN-2X4X) Or you can: -1. clone my (py-faster-rcnn)[https://github.com/yihui-he/py-faster-rcnn] +1. clone my py-faster-rcnn repo: https://github.com/yihui-he/py-faster-rcnn 2. use the pruned model from this repo to train faster RCNN 2X, 4X, solver prototxts are in https://github.com/yihui-he/py-faster-rcnn/tree/master/models/pascal_voc ### FAQ