huang-yh / GaussianFormer

[ECCV 2024] Scene as Gaussians for Vision-Based 3D Semantic Occupancy Prediction
159 stars 5 forks source link

Self-encoding #4

Open AlanLiangC opened 2 weeks ago

AlanLiangC commented 2 weeks ago

Hello. Thank you for your excellent work. I would like to know how you handle gaussians that fall on the same grid during sparse convolution.

LoickCh commented 2 weeks ago

Hey, Not 100% sure about this but I think most of the traditional librairies compute the mean of features falling in the same voxel.

AlanLiangC commented 2 weeks ago

Hey, Not 100% sure about this but I think most of the traditional librairies compute the mean of features falling in the same voxel.

Hello, If this is the case, different positions of Gaussians may result in the same features, or how are the sparse features obtained from self-encoding utilized? I feel that the article does not make this clear. Could you help me?