NilsB98 / Diffusion-Based-AD

Diffusion Based Anomaly Detection.
1 stars 1 forks source link

Add performance metrics #7

Open NilsB98 opened 1 year ago

NilsB98 commented 1 year ago

Use F1-Score, Accuracy etc. to evaluate the performance of the model.

Henry0528 commented 1 year ago

which .py is used for evaluation metric? Thank you for your help

NilsB98 commented 1 year ago

Hi @Henry0528, currently this is not implemented and will probably be realized via a function in the utils, which can then be used within the training (main.py) script as well as the inference scripts. But I'll implement this soon.

Henry0528 commented 1 year ago

ok, I'm looking forward to your future update!