Get right result of bbox using eval_mask_FPN code but wrong result of segmentation?
Opened this issue · 5 comments
Thanks for sharing your greate work.
I have tested your mask_rcnn_FPN code, and got the right result of bbox detecting
, but wrong result of seg
.
I have pasted the result of eval_mask_FPN AP as follows:
And the demo_mask_FPN also shows a wrong result as follows:
So is there something wrong with mask_rcnn_FPN
?
Hi, which pretrained model are you using?
I'm using model 35861858 and it's working fine for me.
Hi, @ignacio-rocco, I have tested these two models
and can't get the right result.
I just test the 35861858 model again, and also get the wrong semantic-mask result but right bbox.
@JackHenry1992 Hi,do you solve the problem?When I run domo_FPN.ipynb,I got the same wrong result。
Which python & pytorch version are you using?
@ignacio-rocco python=3.5 pytorch = 0.3.1