Skip to content
代码片段 群组 项目
未验证 提交 c7a739d5 编辑于 作者: dlagul's avatar dlagul 提交者: GitHub
浏览文件

Update README.md

上级 95ac4227
无相关合并请求
......@@ -24,11 +24,13 @@ SDFVAE is a robust and noisy-resilient anomaly detection method based on static
## Training Losses
We give the example of SDFVAE training Losses on VoD1 dataset, the figure is in the directory named "training_losses". <br>
![image](https://github.com/dlagul/SDFVAE/blob/main/training_losses/vod1_training_losses.png)
The results show that our model tends to converge around 30 epochs. <br>
Please refer to the directory named "log_trainer" for more details about training losses when you running SDFVAE.
## Testing results
We show an example of the log-likelihood tested on "machine-1-1", the picture is in the directory named "testing_results". <br>
![image](https://github.com/dlagul/SDFVAE/blob/main/testing_results/sdfvae-anomaly-score-on-machine-1-1.jpg)
Regions highlighted in red represent the ground-truth anomaly segments. The blue line is the log-likelihood or anomaly score output by SDFVAE. <br>
We are able to determine the anomalies via a specific threshold, due to the lower the log-likelihood the higher the anomaly score. <br>
Since we do not focus on the thresholding technique, in practice, the threshold for detecting anomaly from the anomaly score can be selected by the best F1-score. <br>
......
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册