Timothy Hyde

Results 2 comments of Timothy Hyde

if you have the real-pixel coordinates, just divide the x_center and width by the width of your image and the y_center and height by the height of your images to...

https://github.com/matterport/Mask_RCNN/blob/3deaec5d902d16e1daf56b62d5971d428dc920bc/mrcnn/model.py#L2482 using the detect method should return the masks as one of the keys in the result dictionary