i'm getting this error :
ValueError: base_image and foreground image must have the same shape. Received (1250, 1250, 3) and (500, 500, 3)
when trying to change the resolution to 0.04 which scales the images to fit my transform (though this transformation is only approximate as i don't know the upper bound of predicted coordinates
i'm getting this error :
ValueError: base_image and foreground image must have the same shape. Received (1250, 1250, 3) and (500, 500, 3)
when trying to change the resolution to 0.04 which scales the images to fit my transform (though this transformation is only approximate as i don't know the upper bound of predicted coordinates