You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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?
The text was updated successfully, but these errors were encountered:
@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?
The text was updated successfully, but these errors were encountered: