Julian-Wyatt / AnoDDPM

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

A question about training code #2

Closed Masofish closed 1 year ago

Masofish commented 1 year ago

Dear author, I found the following characters missing when running the training code"from perlin_numpy import generate_fractal_noise_2d",Could you tell me where I can find this?thank you very much!

Julian-Wyatt commented 1 year ago

Hi, apologies for the late reply - the fractal functions should be within the simplex.py file rather than from perlin_numpy - this could be an old git commit? Let me know if this helps?

Julian-Wyatt commented 1 year ago

Apologies - I couldn't find that line originally - This is a python module stored online https://github.com/pvigier/perlin-numpy.

Should you wish to use the perlin alternative, you can pip install that module. However I would recommend using the simplex alternative - I am in the process of pushing a commit which removes that module