zjhuang22 / maskscoring_rcnn

Codes for paper "Mask Scoring R-CNN".
MIT License
1.9k stars 378 forks source link

AP performance difference #71

Open Iamal1 opened 5 years ago

Iamal1 commented 5 years ago

OrderedDict([('bbox', OrderedDict([('AP', 0.4012106138083879),'segm', OrderedDict([('AP', 0.3740597044190809) which are different in the paper(Table1 and Table2). So do you mean that the results in paper come with additional tricks ?

zjhuang22 commented 5 years ago

I think you can reproduce our results using the maskrcnn baseline (without any tricks) to check whether there is the problem of the codes.

Iamal1 commented 5 years ago

Many thanks! I'll check it if I had time