typo
HonkCY opened this issue · 1 comments
HonkCY commented
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'
michaelisc commented
Thanks! I fixed this (7f2ebf1).