caoyunkang / Segment-Any-Anomaly

Official implementation of "Segment Any Anomaly without Training via Hybrid Prompt Regularization (SAA+)".
704 stars 76 forks source link

Few shot training with SAA+ #33

Open zeddo123 opened 5 months ago

zeddo123 commented 5 months ago

Hello,

I've been reading the paper on the model and there isn't much mention of Few Shot Learning in it. However, in the code there's an argument k_shot, is this referring to few shot learning? if so could you shed some light on how it is implemented in this context? If not how it might be done it SAA+?