Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zllrunning committed Apr 21, 2019
1 parent d8454fe commit 966dc5f
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 @@ -41,7 +41,7 @@ python demo.py --model SiamFC
## Training

- download [VID dataset](http://bvisionweb1.cs.unc.edu/ilsvrc2015/download-videos-3j16.php) (I did not use Youtube-bb because of limited resources).
- run `label_preprocess.py --file --output_file --path` to replace my file path by yours, **these three arguments should be treated carefully **.
- run `label_preprocess.py --file --output_file --path` to replace my file path by yours, *these three arguments should be treated carefully*.
- train SiamFCNext22 tracker
```
python train.py --model SiamFCNext22 --gpu 0 --task siamresnext
Expand Down

0 comments on commit 966dc5f

Please sign in to comment.