You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't understand what features_mapping and gaussians._times mean here
Also, why is the Gaussian semantic information from different views accumulated and then averaged?
The text was updated successfully, but these errors were encountered:
Hi,I can roughly judge that features_mapping refers to the features of the visible Gaussians in the current view, but I don't understand why the order of dimension 0 and dimension 1 of this tensor needs to be swapped using codefeatures_mapping = features_mapping.permute(1, 0).cuda()
Dear author:
Thank you for sharing such a great piece of open-source work!
In
fusion.py
,I have questions about this part of the code:I don't understand what
features_mapping
andgaussians._times
mean hereAlso, why is the Gaussian semantic information from different views accumulated and then averaged?
The text was updated successfully, but these errors were encountered: