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

The method to increase the receptive field #6

Closed
gzhcv opened this issue Jan 12, 2022 · 1 comment
Closed

The method to increase the receptive field #6

gzhcv opened this issue Jan 12, 2022 · 1 comment

Comments

@gzhcv
Copy link

gzhcv commented Jan 12, 2022

Hi,
The method to increase the receptive filed in this paper, actually, is rotating and padding. I'm trying to use the padding alone to increase the receptive filed, specifcally, padding the original image at (top or down) and (left or right) four times, and ensemble the results. (for example in the picture below, yellow area results will be ensembled). But the performance even obviously worse than the method that do not ensemble.
It's strange, have you tried this method?

image

@gzhcv gzhcv closed this as completed Feb 28, 2022
@gzhcv gzhcv reopened this Feb 28, 2022
@gzhcv gzhcv closed this as completed Feb 28, 2022
@yhjo09
Copy link
Owner

yhjo09 commented Sep 18, 2022

Hi.
I have not tried your approach, but I think you should train four different models for each receptive field, instead of training a single model.

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

2 participants