GuHuangAI / DiffusionEdge

Code for AAAI 2024 paper: "DiffusionEdge: Diffusion Probabilistic Model for Crisp Edge Detection"
Apache License 2.0
190 stars 18 forks source link

error #16

Open LooperzZ opened 4 months ago

LooperzZ commented 4 months ago

Traceback (most recent call last): File "D:\Python_code\DiffusionEdge-main\demo.py", line 346, in main(args) File "D:\Python_code\DiffusionEdge-main\demo.py", line 124, in main results_folder=sampler_cfg.save_folder, cfg=cfg, File "D:\Python_code\DiffusionEdge-main\demo.py", line 173, in init sd = data['ema'] KeyError: 'ema'

GuHuangAI commented 4 months ago

Please show the running command, and I'll check if there is a bug.