Hi!
Firstly, thank u a lot. It looks like the best mask-rcnn implementation. (cause it does not use this magic from config import cfg)
Nevertheless, something is a bit strange for me. In the model init you define self.mask_head (cause it needed for segmentation task), but in the forward pass you dont use it at all. How is that?
Thanks!
Hi!
Firstly, thank u a lot. It looks like the best mask-rcnn implementation. (cause it does not use this magic
from config import cfg)Nevertheless, something is a bit strange for me. In the model
inityou defineself.mask_head(cause it needed for segmentation task), but in theforwardpass you dont use it at all. How is that?Thanks!