bethgelab/siamese-mask-rcnn

typo

Closed this issue · 1 comments

in the evaluate.ipynb, checkpoints/large_siamese_mrcnn_coco_full_0320.h was missing a 5 in the end

# Select checkpoint
if model_size == 'small':
    checkpoint = 'checkpoints/small_siamese_mrcnn_0160.h5'
elif model_size == 'large':
    checkpoint = 'checkpoints/large_siamese_mrcnn_coco_full_0320.h'

Thanks! I fixed this (7f2ebf1).