ekosman / AnomalyDetectionCVPR2018-Pytorch

Pytorch version of - https://github.com/WaqasSultani/AnomalyDetectionCVPR2018
172 stars 52 forks source link

Question for the threshold in the anomaly detection #176

Closed SkyWalkerJJJ closed 1 year ago

SkyWalkerJJJ commented 1 year ago

Hi I wonder what is the value of the threshold to determine whether a video is an anomaly or normal. I couldn't find the threshold in the code. I am currently trying to see the performance of the trained model on the video_demo.py, but couldn't find the threshold value in this implementation to determine the anomaly too.

ekosman commented 1 year ago

Please check how rocauc curve is used to determine the threshold in the literature.