-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: misalignment augmentation #611
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #611 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 128 135 +7
Lines 4550 4864 +314
==========================================
+ Hits 4550 4864 +314 ☔ View full report in Codecov by Sentry. |
56d413d
to
58f7c91
Compare
58f7c91
to
66dd746
Compare
7f6eac0
to
8ffcb3c
Compare
if self.disp_in_unit_must_be_divisible_by is None and not all( | ||
e[0:2] == sizes[0][0:2] for e in sizes | ||
): | ||
raise ValueError( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't fully understand this constraint. The composition of misalignment augmentation is widely used, and misalignment augmentation can always make the volumetric index non-square.
No description provided.