How should I adjust the training parameters, such as base_anchor_shapes? #1873
Unanswered
fanhenghui
asked this question in
General
Replies: 1 comment
-
Hi @fanhenghui, adjust base_anchor_shapes to include smaller anchor box sizes that correspond to the pixel scale of 3mm nodules in your images. If your image resolution makes 3mm correspond to, say, 5-7 pixels, set anchors to sizes close to these dimensions. tutorials/detection/luna16_training.py Lines 164 to 165 in fc15cdd |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently researching the detection sub-project. When training for lung nodules smaller than 3mm, how should I adjust the training parameters, such as base_anchor_shapes?
Beta Was this translation helpful? Give feedback.
All reactions