JialeCao001 / SipMask

SipMask: Spatial Information Preservation for Fast Image and Video Instance Segmentation (ECCV2020)
https://arxiv.org/pdf/2007.14772.pdf
MIT License
334 stars 54 forks source link

crop_split_cuda? #47

Open sally1913105 opened 3 years ago

sally1913105 commented 3 years ago

Can you explain 'crop_split_cuda' this fuction ?

JialeCao001 commented 3 years ago

@sally1913105 Our SipMask splits the mask prediction into multiple sub-region mask prediction. The Crop_split_cuda function aims at cropping the logit prediction from corresponding subregions in the bounding-box.