facebookresearch / CutLER

Code release for "Cut and Learn for Unsupervised Object Detection and Instance Segmentation" and "VideoCutLER: Surprisingly Simple Unsupervised Video Instance Segmentation"
Other
913 stars 90 forks source link

maskcut with query features #25

Closed rulixiang closed 1 year ago

rulixiang commented 1 year ago

Hey, thanks for your work! I'm trying to test the maskcut demo step. I find performing maskcut with key or value features (args.vit-feat ='k' or 'v') can produce reasonable segmentation results, while using the query or qkv features can't. Do you have any idea about this?

GrassBro commented 11 months ago

This is an interesting observation. Looking forward to more discussions here.