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

Add more generator at first_stage_anchor_generator #1

Open
chuongloc opened this issue Jun 7, 2023 · 0 comments
Open

Add more generator at first_stage_anchor_generator #1

chuongloc opened this issue Jun 7, 2023 · 0 comments

Comments

@chuongloc
Copy link

chuongloc commented Jun 7, 2023

my model's performance seem to be quite lacking in Loss/RPNLoss/objectness_loss so i did add one more grid_anchor_generator to first_stage_anchor_generator

first_stage_anchor_generator {
      grid_anchor_generator {
        scales: [0.25, 0.5, 1.0, 2.0]
        aspect_ratios: [0.25, 0.5, 1.0]
        height_stride: 16
        width_stride: 16
      }
      grid_anchor_generator {
        scales: [0.25, 0.5, 1.0, 2.0]
        aspect_ratios: [1.5, 2.0, 3.0]
        height_stride: 8
        width_stride: 8
      }
    }

Is my model have 2 anchor generator or 1? Can this way improve my model?

@chuongloc chuongloc reopened this Jun 7, 2023
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