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

Questions about Object-Aware Alignment calculation #6

Open
477810383 opened this issue Oct 10, 2023 · 0 comments
Open

Questions about Object-Aware Alignment calculation #6

477810383 opened this issue Oct 10, 2023 · 0 comments

Comments

@477810383
Copy link

The calculation method explained in the paper is to assign a weight of 1 to the position within the bounding boxes in the mask matrix, and assign a weight of 0 to the position outside the bounding boxes. But in your code, 1 is added to the mask matrix first, and then divided by the mean. Such a matrix is not a matrix containing only 0 and 1.
image

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