open-cd
open-cd copied to clipboard
test_pipeline 中为什么要将图片resize成1024?为什么不是和train一样的crop_size呢?
test pipeline中参数写为1024
是因为原图大小为1024,即未对尺寸进行进一步处理。