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

Random rotation augmentation neglects normals #14

Open
johnpeterflynn opened this issue Dec 2, 2021 · 0 comments
Open

Random rotation augmentation neglects normals #14

johnpeterflynn opened this issue Dec 2, 2021 · 0 comments

Comments

@johnpeterflynn
Copy link

On the following line you apply random rotation to help teach your network to be invariant to absolute position. This is important because even though you formulated your input EdgeConv operator to be invariant to absolute position, it still contains absolute orientation. However you neglect to apply this random rotation to your normals as well. This not only means you're learning on absolute orientation but also that your normals and positions no longer match. I suspect fixing this issue could lead to noticeable improvements in your segmentation IoU scores.

https://github.com/VisualComputingInstitute/dcm-net/blob/e021c69d7a27fc985450b6afadef0a3327161a1c/transform/random_rotation.py#L18

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