- Download and install the Anaconda program (https://conda.io/projects/conda/en/latest/user-guide/install/windows.html). You can find the "Anaconda Powershell Prompt" program after installation.
To run graphic-based program, enter the following command: "python -m src.GUI.train_GUI".
You can load your noisy image, and then click Run!
If you meet the following error,
Torch not compiled with cuda enabled
Please follow the steps below.
- pip uninstall torch
- pip cache purge
- pip install torch -f https://download.pytorch.org/whl/torch_stable.html
- Default model does not mean the model we are proud of. It is just for (1) Roughly see how the denoised outcome looks like, (2) Check if there is any problem in program running. The best is, training the SUPPORT model on your own data, and then test it to the same data. Current default model is trained with different data to yours (of course), the performance will not that good.
- Since we basically developed in the Linux environment, there may be some issues in Windows. Please let us know if you face any problems!!! Email is jay0118@kaist.ac.kr & djaalsgh159@kaist.ac.kr.