Open JackHenry1992 opened 6 years ago
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
Thanks for sharing your greate work. I have tested your mask_rcnn_FPN code, and
got the right result of bbox detecting
, butwrong result of seg
. I have pasted the result of eval_mask_FPN AP as follows: 1) bbox 2) segAnd the demo_mask_FPN also shows a wrong result as follows:
3) Furthermore, I test the
mask_rcnn_c4_2x-resnet50 model
, and the result is same as yours.So is there something wrong with
mask_rcnn_FPN
?