SysCV / MaskFreeVIS

Mask-Free Video Instance Segmentation [CVPR 2023]

Home Page:https://arxiv.org/abs/2303.15904

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The parameter R of search radius.

laybebe opened this issue · comments

Hello. I want to know whether modifying parameter R of search radius is achieved by adjusting the dilation rate of the unfold function.

commented

yes, it can be done by adjusting both the dilation rate and also the kernel size.