DiffIR icon indicating copy to clipboard operation
DiffIR copied to clipboard

This project is the official implementation of 'Diffir: Efficient diffusion model for image restoration', ICCV2023

Results 25 DiffIR issues
Sort by recently updated
recently updated
newest added

您好我的版本一直在打架,请问有更详细的版本吗

File "DiffIR/train.py", line 12, in train_pipeline(root_path) File "D:\project\Super_resolution\DiffIR-SRGAN\DiffIR\train_pipeline.py", line 126, in train_pipeline model = build_model(opt) File "D:\Users\15822\Anaconda3\envs\pytorch\lib\site-packages\basicsr\models\__init__.py", line 26, in build_model model = MODEL_REGISTRY.get(opt['model_type'])(opt) File "D:\Users\15822\Anaconda3\envs\pytorch\lib\site-packages\basicsr\utils\registry.py", line 71, in get...

Has anyone encountered this problem? It seems that the dataset class cannot be registered when loading. Traceback (most recent call last): File "DiffIR/train.py", line 15, in train_pipeline(root_path) File "/mnt/sdc/bdc/DiffIR-master/DiffIR-demotionblur/DiffIR/train_pipeline.py", line...

在输入训练命令后,终端显示ModuleNotFoundError: No module named 'ldm

模型用的RealworldSR-DiffIRS2-GANx2.pth, 在DiffIR-RealSR目录下执行: ` python inference_diffir.py --im_path ../../dataset/test/ --res_path results/ --model_path experiments/DiffIRS2-GANx2/RealworldSR-DiffIRS2-GANx2.pth --scale 2 ` 原图: ![9-4](https://github.com/Zj-BinXia/DiffIR/assets/22720234/97974fa9-58c0-42ee-bc14-a8af4f906cad) 超分后: ![9-4_out](https://github.com/Zj-BinXia/DiffIR/assets/22720234/505f7874-2b3f-4fdf-b3bb-dddf59cc2f6f)

Hi, I try to reproduce your motion deblur training setting by only a single V100 GPU(32GB), but gpu is out of memory. I check previous issues saw that you are...

https://drive.google.com/drive/folders/11Vz0fqHS2rXDb5pprgTjpD7S2BAJhi1P is broken

For inpainting model, there's a 4 channels input, mask will be one of them and the output is 3 channels data. I'm wondering does this mask contribute to the network,...

Thanks for your nice work! In the process of studying your paper, I have some doubts and I hope you can help me clarify them. I am confused about "cancel...