-
Notifications
You must be signed in to change notification settings - Fork 41
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
Comments
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 |
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 |
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. |
Hello! |
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.
The text was updated successfully, but these errors were encountered: