Julian-Wyatt / AnoDDPM

CVPR Workshop paper - AnoDDPM: Anomaly Detection with Denoising Diffusion Probabilistic Models using Simplex Noise
https://julianwyatt.co.uk/anoddpm
MIT License
174 stars 28 forks source link

Asking about "import Comparative_models.CE as CE" #31

Open lwtgithublwt opened 12 months ago

lwtgithublwt commented 12 months ago

In the file "detection.py," I found "import Comparative_models.CE as CE" on line 466 and 684. How I can get this package? I have looked at other people's questions, but I still don't know how to solve them. I noticed that you mentioned deleting its usage, but it was useful in other parts. How should I solve it? Thank you for your answer.

DidiD1 commented 12 months ago

I guess the author use this package to compare with the performance of GAN-based method in the code, so if you just want to run AnoDDPM, you can delete all code related to 'CE'.

Julian-Wyatt commented 11 months ago

I guess the author use this package to compare with the performance of GAN-based method in the code, so if you just want to run AnoDDPM, you can delete all code related to 'CE'.

Exactly this Thanks!

I've left an additional comment on issue 3