hi,
i run your code in my server and i found there is a 'test cae perform' function in the code.
So, i run it, and got
'''
0.7018773380308058
dataset = shanghaitech, loss file = ../anomaly_scores/shanghaitech_CAE_only.pkl, auc = 0.6865759042248505
'''
And then i run the 'train_svm' function with the config below
'''
bn: False
class-add: False
norm: False
'''
and i got only the auc of all videos '0.67840248'.
I think there are something wrong in my code when i trained svm.
So i wanna know your result of the cae to prove it.
Thank you.
hi, i run your code in my server and i found there is a 'test cae perform' function in the code. So, i run it, and got ''' 0.7018773380308058 dataset = shanghaitech, loss file = ../anomaly_scores/shanghaitech_CAE_only.pkl, auc = 0.6865759042248505 ''' And then i run the 'train_svm' function with the config below ''' bn: False class-add: False norm: False ''' and i got only the auc of all videos '0.67840248'. I think there are something wrong in my code when i trained svm. So i wanna know your result of the cae to prove it. Thank you.