caoyunkang / Segment-Any-Anomaly

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

//k-shot// does not seem to take effect in the code #13

Closed Yeungshy closed 10 months ago

Yeungshy commented 1 year ago

I try to evaluate few shot shot detection, but I can't find the part training the model in eval_SAA.py, it seems that k-shot parameter doesn't work.

caoyunkang commented 1 year ago

Hi! In SAA+, we don't support few-shot anomaly segmentation. Will improve it in the future. Thanks!