Open zkaiWu opened 1 year ago
Hi, this is because of the out-of-domain problem. For example, the first patch start from the left-up corner, where no eagles appear. Actually, none of a patch can cover full eagle content. In this case, using Hierarchical Restoration may alleviate this problem. You may refer to the paper for Hierarchical Restoration Unlimited-Size Diffusion Restoration.
I test ddnm on arbitrary imagenet image but did not get as good results as the demo. The command I use is : CUDA_VISIBLE_DEVICES=3 python main.py --resize_y --config confs/inet256.yml --path_y ./ILSVRC2012_val_00046632.JPEG --class 22 --deg "sr_averagepooling" --scale 4 -i imagenet_46632_cc_256x96
Apy:
final:
Is there any parameter I need to adjust?