marco-rudolph / cs-flow

This is the official repository to the WACV 2022 paper "Fully Convolutional Cross-Scale-Flows for Image-based Defect Detection" by Marco Rudolph, Tom Wehrbein, Bodo Rosenhahn and Bastian Wandt.
111 stars 30 forks source link

Can a single cs-NF detect defects of objects of multiple categories? #11

Closed IzouGend closed 2 years ago

IzouGend commented 2 years ago

Thanks for excellent work and code! I notice every category needs a cs-NF in released code. Here I have a question: Can a single cs-NF detect defects of objects of multiple categories?

marco-rudolph commented 2 years ago

Yes it works, but the performance is slightly lower as for the individual classes. In the case of MVTec, the detection AUROC dropped by 0.5% on average.

IzouGend commented 2 years ago

Thank you the explanation!