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

how did you perform multi scale center cropping #11

Open
sanajabbarweb opened this issue Jul 26, 2019 · 4 comments
Open

how did you perform multi scale center cropping #11

sanajabbarweb opened this issue Jul 26, 2019 · 4 comments

Comments

@sanajabbarweb
Copy link

hi
you have mentioned in your paper in data preparation section,'' we choose multi resolution approach to crop ROI at multiple size that wholly contain ventricles."
where had you performed this in your code, if not how i can do this multi scale cropping of ROI.

@vuptran
Copy link
Owner

vuptran commented Aug 2, 2019

Multi-scale center cropping was not performed in this code. But if you want to perform multiple crops, you can specify a different size here: https://github.com/vuptran/cardiac-segmentation/blob/master/train_sunnybrook.py#L98

@sanajabbarweb
Copy link
Author

thanks for your response. kindly would you elaborate that what is meant by multi crops of ROI. as per my understanding it will increase the size of training data. can you please refer that paper from where you have read this

@vuptran
Copy link
Owner

vuptran commented Aug 8, 2019

In my old implementation described in the paper, I increased the size of training data by cropping the center ROI with multiple crop sizes. So I doubled the size of training data by using two different crop sizes. However, in this Keras implementation I only used one crop size and was still able to get comparable performance with the old implementation.

@Halleyawoo
Copy link

Hello!
Could you tell me how to realize the visualization of segmentation results

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

No branches or pull requests

3 participants