Skip to content

Commit

Permalink
mot vgg 1.5 scale
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu Xiang committed Jun 21, 2016
1 parent 52c36b0 commit 058036d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fast-rcnn/experiments/cfgs/mot_tracking_multiscale_vgg16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ IS_RPN: False
IS_MULTISCALE: True
REGION_PROPOSAL: 'RPN'
TRAIN:
SCALES_BASE: !!python/tuple [2.0]
SCALES_BASE: !!python/tuple [1.5]
NUM_PER_OCTAVE: 1
IMS_PER_BATCH: 1
FG_FRACTION: 0.25
Expand All @@ -14,6 +14,6 @@ TRAIN:
ROI_THRESHOLD: 0.01
SNAPSHOT_INFIX: mot
TEST:
SCALES_BASE: !!python/tuple [2.0]
SCALES_BASE: !!python/tuple [1.5]
NUM_PER_OCTAVE: 1
NMS: 0.5
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ layer {
bottom: 'conv5_3'
top: 'conv5_feature'
feature_extrapolating_param {
scale_string: "2.0"
scale_string: "1.5"
num_scale_base: 1
num_per_octave: 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ layer {
bottom: 'conv5_3'
top: 'conv5_feature'
feature_extrapolating_param {
scale_string: "2.0"
scale_string: "1.5"
num_scale_base: 1
num_per_octave: 1
}
Expand Down

0 comments on commit 058036d

Please sign in to comment.