hustvl / ViTMatte

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

trimap #23

Closed yellowyi9527 closed 10 months ago

yellowyi9527 commented 10 months ago

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

JingfengYao commented 10 months 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 10 months ago

Thanks for the suggestion