Skip to content

Commit 750ab13

Browse files
committed
Update README.md
1 parent db5d0e7 commit 750ab13

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,16 @@ the very scratch. If you do not want to retrain the CNN model, please leave the
150150
CNN fine-tuning
151151
---------------
152152

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

157157
>> trainInit_svmLinear
158+
158159
>> trainCallStage('PrepDataset');
160+
>> trainCallStage('RegionProposal');
161+
% You may ignore the above two steps if you have kept the cache
162+
159163
>> trainCallStage('BoxList4Finetune');
160164

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

0 commit comments

Comments
 (0)