fizyr / keras-maskrcnn

Keras implementation of MaskRCNN object detection.
Apache License 2.0
406 stars 131 forks source link

Return indices for further logging. #104

Closed vcarpani closed 4 years ago

vcarpani commented 4 years ago

This PR adds mask indices returned value to draw mask. It could be used for further logging.

vcarpani commented 4 years ago

Solved ;)

hgaiser commented 4 years ago

Could you check the CI? Other than that LGTM.