zhang-tao-whu / e2ec

E2EC: An End-to-End Contour-based Method for High-Quality High-Speed Instance Segmentation
Other
214 stars 45 forks source link

Different architectures for polygon refinement? #22

Closed chenbys closed 1 year ago

chenbys commented 1 year ago

The model actually produces five polygons: init, coarse, final1, final2, and final3. Coarse is refined using the proposed global deformation module, while **final*** are refined using the circular convolution module. What if we use all global deformation modules or circular convolution modules for all the polygon refinement?

zhang-tao-whu commented 1 year ago

Fine segmentation results require more attention to local information, if only global deformation is used, the predicted results may have poor contour detail quality.