Skip to content

Commit

Permalink
fix heading space.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinlei Chen committed Sep 14, 2017
1 parent d726834 commit 250100e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions experiments/scripts/test_faster_rcnn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ case ${DATASET} in
ANCHORS="[8,16,32]"
RATIOS="[0.5,1,2]"
;;
pascal_voc_diff)
TRAIN_IMDB="voc_2007_trainval"
TEST_IMDB="voc_2007_test_diff"
ITERS=70000
ANCHORS="[8,16,32]"
RATIOS="[0.5,1,2]"
;;
pascal_voc_0712)
TRAIN_IMDB="voc_2007_trainval+voc_2012_trainval"
TEST_IMDB="voc_2007_test"
Expand Down
8 changes: 0 additions & 8 deletions experiments/scripts/train_faster_rcnn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ case ${DATASET} in
ANCHORS="[8,16,32]"
RATIOS="[0.5,1,2]"
;;
pascal_voc_diff)
TRAIN_IMDB="voc_2007_trainval"
TEST_IMDB="voc_2007_test_diff"
STEPSIZE="[50000]"
ITERS=70000
ANCHORS="[8,16,32]"
RATIOS="[0.5,1,2]"
;;
pascal_voc_0712)
TRAIN_IMDB="voc_2007_trainval+voc_2012_trainval"
TEST_IMDB="voc_2007_test"
Expand Down

0 comments on commit 250100e

Please sign in to comment.