bethgelab / siamese-mask-rcnn

Siamese Mask R-CNN model for one-shot instance segmentation
Other
346 stars 60 forks source link

Small typo #26

Closed abexultan closed 4 years ago

abexultan commented 4 years ago

In lib/model.py at line 377:

target_rois = KL.Lambda(lambda x: modellig.norm_boxes_graph(
                    x, K.shape(input_image)[1:3]))(input_rois)

modellig is supposed to be modellib

michaelisc commented 4 years ago

Thanks for pointing this out! Fixed in https://github.com/bethgelab/siamese-mask-rcnn/commit/49e7048da293b2fdfbaf55e8ee3717fecc0d61dd