Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Auron-X committed Aug 21, 2016
1 parent e530a84 commit 4bfd8b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ By default it generates 10 HDF5 datasets every with 500x10 samples (10 crop samp
buildH5Datasets(datasetName, numberOfSamples)
```
### Training network
Training is launched by
GOTURN training requires a "bvlc_reference_caffenet.caffemodel" for GOTURN network weights inialization:

http://dl.caffe.berkeleyvision.org/bvlc_reference_caffenet.caffemodel

Training is launched by next line:
```
trainNet()
```
Expand All @@ -54,5 +58,6 @@ First command generate a new small test dataset, and second launching a test pro
### Pretrained GOTURN model

Also there is pretrained GOTURN model is available in OpenCV_extra repository

https://github.com/opencv/opencv_extra

0 comments on commit 4bfd8b9

Please sign in to comment.