Skip to content

Commit 0f970d2

Browse files
authored
Merge pull request #454 from EMCP/patch-1
fixed typo
2 parents 79d22d7 + dff3fc2 commit 0f970d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Change dataset to "coco" or 'vg' if you want to train on COCO or Visual Genome.
200200

201201
## Test
202202

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

0 commit comments

Comments
 (0)