Skip to content

Commit

Permalink
Create shell script for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
xgerrmann committed Apr 13, 2016
1 parent b7e88a8 commit 8d507fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
# Must be run from dir 'py-faster-rcnn', via: './tools/test.sh'
./tools/test_net.py --gpu 0 --def models/apc/VGG16/faster_rcnn_end2end/test.prototxt --model_path /home/$USER/py-faster-rcnn/output/faster_rcnn_end2end/apc_2016_trainval/vgg16_faster_rcnn_iter_5000.caffemodel --imdb apc_test_validated --cfg experiments/cfgs/faster_rcnn_end2end.yml --vis

0 comments on commit 8d507fc

Please sign in to comment.