iseg.code
iseg.code copied to clipboard
This repo is the official implementation of iSeg: An Iterative Refinement-based Framework for Training-free Segmentation. Now We provide an interactive demo and the other part will be released as soon...
Results
1
iseg.code issues
Sort by
recently updated
recently updated
newest added
Thanks for your elegant work ! I have a tiny question. it seems that you choose to filter different heads of attn_maps via a [pre-difined index order](https://github.com/linsun449/iseg.code/blob/2e8fb3210052c884e227e60e2d8e2824679bfa24/wsss/iSeg.py#L30). Is it a...