uncbiag / SimpleClick

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

Click generation #12

Closed che1007 closed 1 year ago

che1007 commented 1 year ago

I want to ask how to generate clicking points? Is using this file 'points_sampler.py' ?

qinliuliuqin commented 1 year ago

Yes, 'points_sampler.py' is used to generate the initial set of clicks for training. Please also refer to this function on how to generate clicks iteratively during training.

che1007 commented 1 year ago

Thanks a lot