ML4ITS / TimeVQVAE-AnomalyDetection

[official] PyTorch implementation of TimeVQVAE-AD, a time series anomaly detection model.
MIT License
42 stars 9 forks source link

Query about the evaluation method codes #1

Closed tangqideng closed 1 month ago

tangqideng commented 3 months ago

Thanks for your nice work. Would you mind upload the evaluation method codes? Then we can reproduce the results in your paper using the uploaded anomaly scores. Thanks for your help.

danelee2601 commented 2 months ago

Thanks for your interest. I've been thinking of how to do that, but taking out the evaluation code was a bit tricky as we evaluate through many visualizations and the detection accuracy.

The calculation of detection accuracy should be straightforward and easy to implement, while the visualizations may not. Our paper got a minor revision recently, and hoping that it'd get accepted soon, and we'll publish the codes asap.

danelee2601 commented 1 month ago

good news. Our paper has been just accepted at the Pattern Recognition journal. The code will be made available soon.