Last active
June 25, 2021 18:34
-
-
Save Mason-McGough/90713e10f1dd4ae92750f91cb73c7371 to your computer and use it in GitHub Desktop.
GIRAFFE volume weights
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# adapted from https://github.com/autonomousvision/giraffe (MIT License) | |
weights = self.calc_volume_weights(di, ray_vector, sigma_sum) | |
feat_map = torch.sum(weights.unsqueeze(-1) * feat_weighted, dim=-2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment