LaKDNet
LaKDNet copied to clipboard
Revisiting Image Deblurring with an Efficient ConvNet - An efficient CNN performs better than Transformer
What is the script to deblur our own testing images ? If we want to evaluate model on our testing images then why we have to download the training dataset...
fantastic work !when the code will be released?
Hi, Great Paper are you going to release the code of this work including pre-trained weights?
After carefully reading the paper, I found that the paper is very well written. When will you upload the code? Or can you send me a copy of the code....
Many Thanks for this great work, time and energy, My question is when do you plan to share the training code. Best Regards
I would like to ask what GPU was used in the experiments.Thank you very much
the file ./options/test_configs.yml should be renamed with T capital lecter: ./options/Test_configs.yml otherwise it doesn't work
Thank you for your outstanding work. I am currently implementing your solution using the command "python run.py --type Motion". I was wondering if there are any methods to accelerate the...