Skip to content

Commit

Permalink
add links to vgg16-caffe in README fix #63
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyuntc committed Sep 5, 2018
1 parent b05aa24 commit 6a538bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6a538bd

Please sign in to comment.