Learning-Deep-Features-for-One-Class-Classification
Learning-Deep-Features-for-One-Class-Classification copied to clipboard
data.py: why "x_train_s" and "x_ref" are identical?
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
Should be different, yes ! You can use any image dataset ! It is used to compute descriptiveness loss ! There is an error in this code
"An external multi-class reference dataset is used to evaluate the descriptiveness loss."
See the original paper