Mask_rcnn: Shapes not aligned when evaluating my trained model

Created on 7 Aug 2020  路  4Comments  路  Source: matterport/Mask_RCNN

I've been getting this error and I cannot seem to fix it. Been going around in circles. Can someone help?

image

Most helpful comment

I am happy to announce that I finally solved this problem. If ever anyone is having trouble this is simple.

In your config just put the USE_MINI_MASK = False

leave everything as it is and it will all be alright. Crazy, took me long enough but somehow solved it.

I hope this help others having trouble with the same error.

All 4 comments

I am happy to announce that I finally solved this problem. If ever anyone is having trouble this is simple.

In your config just put the USE_MINI_MASK = False

leave everything as it is and it will all be alright. Crazy, took me long enough but somehow solved it.

I hope this help others having trouble with the same error.

Thanks, @francismontalbo it worked, but could you give a brief intuition of why this was a problem? Just for understanding

I've been trying to fix this issue for hours, and after some intense googling I was able to find this! Thank you!

I am happy to be of help to you guys! :) enjoy!

Was this page helpful?
0 / 5 - 0 ratings