We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The AP score is not a probably not the most sensitive metric for testing deblending. Should try others, for example the purity metric using a ratio of weighted sums: rho_i = sum G_i G_i / Sum G_i (G_1 + G_2 + ...) from https://project.lsst.org/meetings/lsst2018/sites/lsst.org.meetings.lsst2018/files/Blending%20Session%205%20%28Tools%20and%20Data%20Sets%29%20-%20Slides_0.pdf#page=13&zoom=100,0,0
The text was updated successfully, but these errors were encountered:
Also see pixel accuracy metric, section 5.1 of https://arxiv.org/pdf/2001.05566.pdf
Sorry, something went wrong.
No branches or pull requests
The AP score is not a probably not the most sensitive metric for testing deblending. Should try others, for example the purity metric using a ratio of weighted sums: rho_i = sum G_i G_i / Sum G_i (G_1 + G_2 + ...) from https://project.lsst.org/meetings/lsst2018/sites/lsst.org.meetings.lsst2018/files/Blending%20Session%205%20%28Tools%20and%20Data%20Sets%29%20-%20Slides_0.pdf#page=13&zoom=100,0,0
The text was updated successfully, but these errors were encountered: