Learning-Deep-Features-for-One-Class-Classification
Learning-Deep-Features-for-One-Class-Classification copied to clipboard
#Deep One class #Anomaly Detection
Hi there, I want to train my custom dataset. But I dont know how dataset structured? Can you give some information? For example, I want to train a model that...
Hello, Thanks for your works, Do you think the type of reference dataset needs to be similar to the target one? I am implementing Pytorch on my custom dataset (scene...
Hi, Thanks for the code. In data.py file: ----------- x_train_s.append(cp1) x_ref.append(cp1) ------------ shouldn't x_train_s and x_ref be different? or I am missing something? Thanks