Merenguelkl / DDT

Official repository of “DDT: Dual-branch Deformable Transformer for Image Denoising, ICME23”
27 stars 3 forks source link

will you add pre-trained weights? #1

Open taner45 opened 1 year ago

Merenguelkl commented 1 year ago

We have uploaded the checkpoint for real-world denoising on Google Drive, and we will add the checkpoint for synthetic denoising soon.

taner45 commented 1 year ago

I installed the pretrained model but it gives an error.: map_location, pickle_module, pickle_load_args) 1031 "functionality.") 1032 -> 1033 magic_number = pickle_module.load(f, pickle_load_args) 1034 if magic_number != MAGIC_NUMBER: 1035 raise RuntimeError("Invalid magic number; corrupt file?")

UnpicklingError: invalid load key, '<'.