Replies: 1 comment
-
You've chosen to report an unexpected problem or bug. Unless you already know the root cause of it, please include details about it by filling the issue template. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am fine tuning mask_rcnn_R_50_FPN_3x model for plot boundaries detection but I don't understand why the pred_masks are not distributed across the whole image.
Full changes I made can be found here:
I am training the model on a custom dataset which seem to work well see below input image and annotations:

Here is my configuration:
For now I am only plotting the pred_masks because that is what I need for now.
The predicted masks tend to be on the top part of the image see above and the plots on the bottom are not being detected.
Does anyone have any idea how I can improve my results? Suggestions are welcomed and thanks to this wonderful repo.
Beta Was this translation helpful? Give feedback.
All reactions