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

59 add handedness flipping as a flag to preprocessing pipeline #62

Merged

Conversation

DSilva27
Copy link
Collaborator

@DSilva27 DSilva27 commented Aug 5, 2024

No description provided.

@DSilva27 DSilva27 requested a review from geoffwoollard August 5, 2024 15:26
@DSilva27 DSilva27 merged commit bd2728a into dev Aug 5, 2024
5 checks passed
# flip handedness
if submission_dataset.submission_config[str(idx)]["flip"] == 1:
print(" Flipping handedness of submission")
volumes = volumes.flip(-1)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in the docs (notebook?) you can explain what axis (the last ) that it flips over

Copy link
Collaborator

@geoffwoollard geoffwoollard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

DSilva27 added a commit that referenced this pull request Aug 6, 2024
…ing-as-a-flag-to-preprocessing-pipeline

59 add handedness flipping as a flag to preprocessing pipeline
@DSilva27 DSilva27 deleted the 59-add-handedness-flipping-as-a-flag-to-preprocessing-pipeline branch August 6, 2024 20:50
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

Successfully merging this pull request may close these issues.

2 participants