How to visualization the anomaly map?
Zigars opened this issue · 3 comments
Zigars commented
I want use your code in my own dataset, but I do not know how to visualization the anomaly map.
So I can't see the detection results derectly. Can you give me some advice?
gathierry commented
basically, you just need to convert the output to a numpy array, then draw a heatmap with matplotlib
Zigars commented
gathierry commented
if this is your anomaly map then each value is the anomaly score for each pixel, just draw a heatmap of it