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.
The easiest way I can think of to do this is to merge the data beforehand so that it is combined into one class, i.e. one folder. Alternatively, a custom dataset class or dataloader class would have to be written.
Hi, Marco!
I want to train a model for defect detection on several kinds of surfaces/objects (one model - several surfaces). Instruction from the docs:
class_name
equal to a list of classes or something else?