Skip to content

Can we do sliding window inference if my model have two inputs? #1029

Answered by KumoLiu
luciliang asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @luciliang, so far I find an ugly way to do this, if your two input images are the same size, then you can concat them together before sending them to the model and separate them at the beginning of the network.
Hope it can help you, thanks!

Replies: 1 comment 1 reply

Comment options

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

Answer selected by wyli
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