jqtangust / IUF

[ECCV 2024] Official Implementation of An Incremental Unified Framework for Small Defect Inspection
https://jqt.me/_IUF_/
30 stars 0 forks source link

About the code for calculating FM and ACC metrics #5

Open tanyux opened 4 weeks ago

tanyux commented 4 weeks ago

After the test code execution, I only obtained the AUROC metrics for each category and did not see the FM and ACC metrics mentioned in the paper. How can I modify the code to obtain these metrics?

jqtangust commented 4 weeks ago

ACC is considered as the AUROC.

To calculate FM, you should select different steps and average the decrease of all AUROC in each step.

FuNz-0 commented 2 weeks ago

ACC是最后一个任务训练完的模型在,所有类别上的AUROC平均数吗