hq-deng / RD4AD

Anomaly Detection via Reverse Distillation from One-Class Embedding
MIT License
181 stars 31 forks source link

What does the function "def vis_nd(name,_class_) "in test.py do #16

Open shuaiqidexiaojiejie opened 1 year ago

shuaiqidexiaojiejie commented 1 year ago

What does the function "def vis_nd(name,class) "in test.py do

hq-deng commented 1 year ago

I use this function to visualize the heatmap of anomaly score on the picture.

CvBokchoy commented 11 months ago

我使用这个函数来可视化图片上异常分数的热图。 这个虽然漏检率很低,但是常常把正常样本也检测出异常,有没有好的方法能避免,大佬