CDRL
CDRL copied to clipboard
:earth_asia:Official PyTorch implementation of "Unsupervised Change Detection Based on Image Reconstruction Loss", CVPRW 2022.
Hi, thanks for your excellent work. I try to create the pseudo-unchange images using cycle-gan ([pytorch-CycleGAN-and-pix2pix](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix). But I have met some errors.... So, could you please provide the cycle-gan code...
Great Work! Can You please provide generator_9.pth and discriminator_9.pth checkpoints needed in the test.py script? Many thanks
Images generated through the generator are missing the required structural information
data data.reraise() File "/home/lsl/anaconda3/envs/wlyy/lib/python3.8/site-packages/torch/_utils.py", line 644, in reraise raise exception TypeError: Caught TypeError in DataLoader worker process 0. Original Traceback (most recent call last): File "/home/lsl/anaconda3/envs/wlyy/lib/python3.8/site-packages/torch/utils/data/_utils/worker.py", line 308, in _worker_loop...
Hello, Thank you for your code. In the 'LEVIR-CD_A2B_B2A' dataset that you provide, I see that the images are of shape 288x288. Could you please tell me if you used...