Skip to content
Snippets Groups Projects
Commit 4cd4308b authored by Ross Girshick's avatar Ross Girshick
Browse files

no scale augmentation

parent 5cf10a2f
Branches
No related tags found
No related merge requests found
......@@ -6,17 +6,16 @@ sys.path.insert(0, caffe_path)
# Scales used in the SPP-net paper
# SCALES = (480, 576, 688, 864, 1200)
SCALES = (480, 576, 600)
SCALES = (600,)
# Max pixel size of a scaled input image
# MAX_SIZE = 2000
MAX_SIZE = 1000
# Images per batch
IMS_PER_BATCH = 2 # 4
IMS_PER_BATCH = 2
# Minibatch size
BATCH_SIZE = 128 # 128
BATCH_SIZE = 128
# Fraction of minibatch that is foreground labeled (class > 0)
FG_FRACTION = 0.25
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment