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

Shape of AlphaGridMask is transposed #74

Open
NagabhushanSN95 opened this issue Sep 6, 2023 · 0 comments
Open

Shape of AlphaGridMask is transposed #74

NagabhushanSN95 opened this issue Sep 6, 2023 · 0 comments

Comments

@NagabhushanSN95
Copy link

When creating the AlphaGridMask here, the alpha grid that is passed is of shape (size_z, size_y, size_x) instead of (size_x, size_y, size_z) because of the transpose operation here. However, when the alphaMask is sampled to determine whether or not to query a sigma and color of a 3D point here, the coordinates passed are (x,y,z) and not (z,y,x). Wouldn't this cause an error? It will check the alpha of a different point.

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