Open LakyTT opened 5 years ago
And your code Test_Anomaly_Detector_public.py seems have no module to save result(*.mat) of test.
We know,abnormal segments have high scores,normal segments low scores.But when you test,how do you define the scores?In other words,you think it is abnormal,when score is more than threshold.what's the threshold?
Hi, On testing, you evaluate at multiple threshold and plot ROC curve and compute AUC
Thanks for your reply. It seems you draw figure with matplotlib when jj=i%25(in code Demo.py).That's to say you draw a figure for every 25 frames?Could you tell me the details of assigning the score to each frame? And I find the score may be greater than 1 and less than 0?
Thanks
Hi,WaqasSultani What is the loss value when you train the network?I don't know whether my loss value is right.It's 0.29 after training。 Thanks