Skip to content

How to do inferences with a model that is trained with tiling mechanism? #2427

Closed Answered by blaz-r
masaoskari asked this question in Q&A
Discussion options

You must be logged in to vote

This is single model tiling config, so the Tiler is part of the model. This means that the image will be tiled in the forwards pass and you don't need to do anything special. I am not sure if this works for onnx though, but should work fine with lightning and torch.

If you want to use the tiled ensemble, where a separate model is trained for each tile refer to the Tiled ensemble docs. In that case you have a pipeline for ensemble training and a pipeline for evaluation (prediction).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@masaoskari
Comment options

Answer selected by masaoskari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants