After fine-tuning the model with an image size of (4096, 6144), I am attempting to run it on a very large sample of size (80896,242688). In the automatic instance segmentation function, the tile_size is set to [3596, 5644] with a halo of [500, 500]. Unfortunately, this produces a large number of errors/artifacts, especially in regions that are all 0 (even though examples of edge images were included in the fine-tuning set). Do you have any recommendations to improve the application? Thank you for your help!