CharlesShang / FastMaskRCNN

Mask RCNN in TensorFlow
Apache License 2.0
3.1k stars 1.1k forks source link

"Percentage of bounding box height and length that are allowed to be out of an image boundary" #200

Open daiwc opened 6 years ago

daiwc commented 6 years ago

@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?