zjhuang22 / maskscoring_rcnn

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

Is the maskIoU useless during inference process? #76

Open zzzzzz0407 opened 5 years ago

zzzzzz0407 commented 5 years ago

I find the maskIoU branch does not play a role in inference, does it mean that i can pruning this branch after training? Therefore, the maskIoU only influences in back propagation?

zjhuang22 commented 5 years ago

The maskIoU branch is used in the testing phase, the predicted maskiou multiply with the classification score, which can improve the mAP by about 1.5 points.