uncbiag / SimpleClick

SimpleClick: Interactive Image Segmentation with Simple Vision Transformers (ICCV 2023)
MIT License
209 stars 32 forks source link

click points #15

Closed che1007 closed 1 year ago

che1007 commented 1 year ago

Recently, I researched on interactive segmentation. I would like to ask what is the click point map format (ex: gaussaion heatmap) to feed into network.

qinliuliuqin commented 1 year ago

Hi, clicks are encoded as a 2-channel disk map.

che1007 commented 1 year ago

Does 2-channel mean that one is positive and the other channel is negative?

qinliuliuqin commented 1 year ago

Yes, you are right.

che1007 commented 1 year ago

Thanks a lot