Small typo
abexultan opened this issue · 1 comments
abexultan commented
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
Thanks for pointing this out! Fixed in 49e7048