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

Make HEPAugFoldYielder work with pT eta phi coordinates #44

Open
GilesStrong opened this issue Jun 4, 2020 · 1 comment
Open

Make HEPAugFoldYielder work with pT eta phi coordinates #44

GilesStrong opened this issue Jun 4, 2020 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers low priority Not urgent and won't degrade with time wait Something that relies on something else occurring first

Comments

@GilesStrong
Copy link
Owner

GilesStrong commented Jun 4, 2020

Current state

HEPAugFoldYielder applies train-time and test-time augmentation to 3-momenta vectors, but only if they are in Cartesian coordinates (p_x, p_y, p_z). This should ideally be extended to (p_T, eta, phi).

Solution

Extend HEPAugFoldYielder to run data augmentation over vectors in (p_T, eta, phi) and infer coordinate system from data, rather than requiring user-supplied flag.

@GilesStrong GilesStrong added enhancement New feature or request good first issue Good for newcomers low priority Not urgent and won't degrade with time wait Something that relies on something else occurring first labels Jun 4, 2020
@GilesStrong
Copy link
Owner Author

This should be solved after, or during, issue #73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers low priority Not urgent and won't degrade with time wait Something that relies on something else occurring first
Projects
None yet
Development

No branches or pull requests

1 participant