Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YutingZhang committed Jul 14, 2015
1 parent db5d0e7 commit 750ab13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,16 @@ the very scratch. If you do not want to retrain the CNN model, please leave the
CNN fine-tuning
---------------

Suppose the the folder “`./voc2007_train_cache`” is empty. To finetune
Suppose the the folder “`./voc2007_train_cache`” is empty (You can keep `PrepDataset` and `RegionProposal`). To finetune
the pretrained CNN model on the PASCAL VOC2007 database, you run the
following commands in `MATLAB`:

>> trainInit_svmLinear
>> trainCallStage('PrepDataset');
>> trainCallStage('RegionProposal');
% You may ignore the above two steps if you have kept the cache
>> trainCallStage('BoxList4Finetune');

You will get the list of bounding boxes that is required to finetune the
Expand Down

0 comments on commit 750ab13

Please sign in to comment.