Skip to content

Commit

Permalink
Merge pull request jwyang#454 from EMCP/patch-1
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
jwyang authored Mar 3, 2019
2 parents 79d22d7 + dff3fc2 commit 0f970d2
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 @@ -200,7 +200,7 @@ Change dataset to "coco" or 'vg' if you want to train on COCO or Visual Genome.

## Test

If you want to evlauate the detection performance of a pre-trained vgg16 model on pascal_voc test set, simply run
If you want to evaluate the detection performance of a pre-trained vgg16 model on pascal_voc test set, simply run
```
python test_net.py --dataset pascal_voc --net vgg16 \
--checksession $SESSION --checkepoch $EPOCH --checkpoint $CHECKPOINT \
Expand Down

0 comments on commit 0f970d2

Please sign in to comment.