@souryuu Hello! when I run the FastMaskRCNN from your github, "Percentage of bounding box height and length that are allowed to be out of an image boundary" happend in config_v1.py
tf.app.flags.DEFINE_integer(
'allow_border', 0.0,
'Percentage of bounding box height and length that are allowed to be out of an image boundary')
Could you tell me how to fix this bug?