Zhiyu Long

Results 2 issues of Zhiyu Long

`self.normalize = transforms.Compose([ transforms.ToTensor(), transforms.Normalize((0.485, 0.456, 0.406), (0.229, 0.224, 0.225)) ])` in change_detection.py

Hello. Your article DDPM-CD has been very helpful to me, and I have a question I would like to discuss with you. The question is as follow. From the perspective...