Instance-Shadow-Diffusion
Instance-Shadow-Diffusion copied to clipboard
How do I get a photo with shadow removed (resolution unchanged)
i have do this: Testing It will generate the shadow-free images in the experiments directory and then calculate the PSNR values at the same time. You will need to manually modify the checkpoint path in accelerator.load_state('experiments/state_244999.bin').
Deshadow
NCCL_P2P_DISABLE=1 CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 accelerate launch --multi_gpu shadow_aistd_test.py
I get the result:
the result is good
How do I get a photo with shadow removed (resolution unchanged)
thank you