Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROI size sliding window #14

Closed
kissievendor opened this issue Sep 1, 2020 · 3 comments
Closed

ROI size sliding window #14

kissievendor opened this issue Sep 1, 2020 · 3 comments
Labels
question Further information is requested

Comments

@kissievendor
Copy link

Hi,
I was wondering how UNet deals with the sliding window input.
Because the ROI you set is bigger than the patches UNet is trained on.
How does this work?

Thanks.
Kirsten

@Nic-Ma
Copy link
Contributor

Nic-Ma commented Sep 2, 2020

Hi @wyli ,

Could you please help explain something in theory from the researcher aspect?

Thanks.

@Nic-Ma Nic-Ma added the question Further information is requested label Sep 2, 2020
@YuanTingHsieh
Copy link
Contributor

From what I understand, UNet is consists of CNNs.
So it can take input of different shape.
Like you trained it in [96, 96, 96], but you can inference it in [160,160,160] cubes.

The advantage of inference it using larger cubes is that you get faster inference speed.

Please correct me if I am wrong @wyli

@wyli wyli closed this as completed Sep 23, 2020
@kissievendor
Copy link
Author

Thank you. Do you have some sort of article? Because everything I am reading suggest to use same size. Also, when using a larger sliding window, my results can differ dramatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants