RIDNet icon indicating copy to clipboard operation
RIDNet copied to clipboard

Pytorch code for "Real image denoising with feature attention", ICCV (Oral), 2019.

Results 15 RIDNet issues
Sort by recently updated
recently updated
newest added

Hey, what is the license of the project?

Making model... Loading model from E:\PycharmProjects\experiment\ridnet.pt Evaluation: 0%| | 0/10 [00:00

Hi, First of all, thank you for your work, when I wanted to test your model i faced this error from torch._C import _set_worker_signal_handlers, _update_worker_pids, ImportError: cannot import name '_update_worker_pids'...

Could you provide the links to the train and test datasets? Thank you very much!

Dear authors Using your software I am trying to replicate your result, but I obtain very dissimilar results: attacched the original image corrupted by sigma=50 gaussian noise and resutl obtained....

Are you still planning on releasing training code?

when I am running the 'test code', telling me 'AttributeError: 'RIDNET' object has no attribute 'module'? the 'module' is not a member of the Class of RIDNET ? why?

How did you get noisy images in the training step, just adding Gaussain noise?