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

This line works but seems not good #1005

Open
CCODING04 opened this issue May 16, 2024 · 1 comment
Open

This line works but seems not good #1005

CCODING04 opened this issue May 16, 2024 · 1 comment

Comments

@CCODING04
Copy link

flatten_bboxes = flatten_bboxes * self.flatten_priors_train[..., -1,

If we set strides different in the horizontal and vertical, this line could not works well.

@CCODING04
Copy link
Author

flatten_bboxes = flatten_bboxes * self.flatten_priors_train[None, ..., -2:,].repeat(1, 1, 2)

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