marco-rudolph / differnet

This is the official repository to the WACV 2021 paper "Same Same But DifferNet: Semi-Supervised Defect Detection with Normalizing Flows" by Marco Rudolph, Bastian Wandt and Bodo Rosenhahn.
215 stars 67 forks source link

How to test? #25

Closed EnverUsta closed 3 years ago

EnverUsta commented 3 years ago

I have read the article and wanted to try this approach with the MVTec dataset. However, I could not be able to understand how to test it with the pre-trained model. I tried to run main.py and it started training initially but what I wanted is testing with the pre-trained model. How can I do this?

marco-rudolph commented 3 years ago

There is code for testing in train.py and evaluate.py. We do not provide pretrained models.