SenseEarth2020-ChangeDetection
SenseEarth2020-ChangeDetection copied to clipboard
请问数据标准化的数据是如何得来的 感谢
self.normalize = transforms.Compose([ transforms.ToTensor(), transforms.Normalize((0.485, 0.456, 0.406), (0.229, 0.224, 0.225)) ])
in change_detection.py