From 6a538bdd113bab649f388aa48193c1b1ccc48ee6 Mon Sep 17 00:00:00 2001 From: chenyun Date: Wed, 5 Sep 2018 20:04:38 +0800 Subject: [PATCH] add links to vgg16-caffe in README fix #63 --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 481d4665..a22c9bef 100644 --- a/README.MD +++ b/README.MD @@ -122,7 +122,7 @@ If you want to use caffe-pretrain model as initial weight, you can run below to python misc/convert_caffe_pretrain.py ```` -This scripts would download pretrained model and converted it to the format compatible with torchvision. +This scripts would download pretrained model and converted it to the format compatible with torchvision. If you are in China and can not download the pretrain model, you may refer to [this issue](https://github.com/chenyuntc/simple-faster-rcnn-pytorch/issues/63) Then you could specify where caffe-pretraind model `vgg16_caffe.pth` stored in `utils/config.py` by setting `caffe_pretrain_path`. The default path is ok.