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 to change the receptive fields in faster rcnn? #58

Open
Qcatbot opened this issue May 12, 2020 · 0 comments
Open

how to change the receptive fields in faster rcnn? #58

Qcatbot opened this issue May 12, 2020 · 0 comments

Comments

@Qcatbot
Copy link

Qcatbot commented May 12, 2020

I am dealing with the medical images of size 3000x5000 and have around 1500 images. I cant keep default image size to 600 as in the config.py (self.im_size = 600) as it takes long time to train. So I decided to scale down the image size to 300x500. But if I do that, the size of the tumors will be scale down to 32x32 pixel values (very small)... So I want to make sure the receptive fields do not miss the presence of tumors of this size. If the receptive field is large, I think there is a high probability to miss it... please someone could help me to figure out how to change the receptive fields as we want? Is it related to the anchor box sizes in config.py (self.anchor_box_scales = [64, 128, 256]) .

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

1 participant