caoyunkang / Segment-Any-Anomaly

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

About Train or Finetune #25

Closed becauseofAI closed 10 months ago

becauseofAI commented 1 year ago

Does this SAA+ need to train or fine-tuning for segmenting any anomaly? What should I do if necessary? If not, why?

caoyunkang commented 1 year ago

The SAA+ model doesn't require any training. If you want to use this model with your own dataset, all you have to do is adjust the prompts based on your expertise. Regards.