hustvl / BMaskR-CNN

[ECCV 2020] Boundary-preserving Mask R-CNN
https://arxiv.org/abs/2007.08921
Apache License 2.0
189 stars 41 forks source link

is boundary only used for train not for inference? #10

Closed Harold-lkk closed 3 years ago

Harold-lkk commented 3 years ago

i don't found boundary used in inference. is the boundary just used for training?

wondervictor commented 3 years ago

@wdsd641417025 Boundaries are used to supervise the learning of the boundary-preserving mask head. In inference, boundary predictions are dropped.

Harold-lkk commented 3 years ago

thanks for your reply.