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

Some questions about path settings. #13

Closed KinberAlan closed 4 months ago

KinberAlan commented 4 months ago

Thank you very much for your sharing! But I encountered some issues that have left me very confused while executing the code.So, I would like to seek your advice on these issues. I have already made modifications to the paths in the "args" section of the code, but the code is still using the initial default paths when it runs. I cannot find any other information regarding path settings in the file. What could be the reason for this, and how can I modify the paths in the code to use my own paths? 屏幕截图 2024-02-27 164343

GuHuangAI commented 4 months ago

What is the running command?

KinberAlan commented 4 months ago

I didn't run it using a command; instead, I modified the default path information in the "args" section and then run the demo.py. I can use the command to run it without any issues, but I am unsure why the another running method is causing issues.I am unable to change its path.

GuHuangAI commented 4 months ago

I don't meet this problem. Please check if you have saved the file before running.

KinberAlan commented 4 months ago

I have already solved this problem. Thank you very much for your kind help!