Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zllrunning committed Jun 25, 2019
1 parent 61388d9 commit 36fec1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,6 @@ models/pretrained/ResNet50_PRETRAIN.model
demo_rpn_utils/SiamRPNBIG.model
cp/SiamRPNPPRes50.pth
cp/SiamRPNResNeXt22.pth
.idea


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ python demo.py --model SiamFCNext22

- **Try SiamRPN:**

Download [the pretrained model]() and put it in **./cp** folder.
Download [the pretrained model](https://drive.google.com/open?id=1nQUcmg8SmLq9J_cXqMW5OtxgFQjtPBDc) and put it in **./cp** folder.
```
python demo_rpn.py --model SiamRPNResNeXt22
```
Expand Down

0 comments on commit 36fec1e

Please sign in to comment.