CUHK-AIM-Group / EndoGaussian

EndoGaussian: Real-time Gaussian Splatting for Dynamic Endoscopic Scene Reconstruction
https://yifliu3.github.io/EndoGaussian/
MIT License
115 stars 6 forks source link

HexPlane or K-Plane #29

Closed haowang020110 closed 2 months ago

haowang020110 commented 2 months ago

Hi, there It seemed that the 4D voxel used in EndoGaussian is K-plane which is also used in 4DGS-HUST https://github.com/CUHK-AIM-Group/EndoGaussian/blob/47c23a953fa211835a3d4113f0075e7815bebeca/scene/hexplane.py#L95-L96 Not the Hexplane mentioned in EndoGaussian paper. I am not sure, may be something wrong with my understanding about difference between Hexplane and K-plane.

yifliu3 commented 2 months ago

Hi, I've checked the reference. The 4D voxel used in EndoGaussian is from K-plane, but the 4D version of K-plane is also named Hex-plane. We will fix this reference in the future version.

haowang020110 commented 2 months ago

Hi, thanks a lot for your reply!