Applying Eigencontours to PolarMask-Based Instance Segmentation
2022-08-24Code Available1· sign in to hype
Wonhui Park, Dongkwon Jin, Chang-Su Kim
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/dnjs3594/EigencontoursOfficialIn paperpytorch★ 27
Abstract
Eigencontours are the first data-driven contour descriptors based on singular value decomposition. Based on the implementation of ESE-Seg, eigencontours were applied to the instance segmentation task successfully. In this report, we incorporate eigencontours into the PolarMask network for instance segmentation. Experimental results demonstrate that the proposed algorithm yields better results than PolarMask on two instance segmentation datasets of COCO2017 and SBD. Also, we analyze the characteristics of eigencontours qualitatively. Our codes are available at https://github.com/dnjs3594/Eigencontours.