hustvl / ViTMatte

[Information Fusion (Vol.103, Mar. '24)] Boosting Image Matting with Pretrained Plain Vision Transformers
MIT License
371 stars 37 forks source link

trimap #23

Closed yellowyi9527 closed 1 year ago

yellowyi9527 commented 1 year ago

The need to use trimap is too limited. Have you ever tried not to use it?

JingfengYao commented 1 year ago

Matting with trimap is a long-standing problem/experiment setting for natural image matting. Here are my suggestions:

  1. matting with simple guidance: see Matte Anything for example.
  2. matting with image only: see HAttMatting or LFMatting for example.
yellowyi9527 commented 1 year ago

Thanks for the suggestion