# Image preprocessing parameters InputConfig.image_size = 256 # DB (satellite) resolution InputConfig.query_image_size = 512 # Query (drone) resolution InputConfig.sobel_kernel_size = 3 InputConfig.edge_normalize = True InputConfig.imagenet_mean = [0.485, 0.456, 0.406] InputConfig.imagenet_std = [0.229, 0.224, 0.225]