caiyuanhao1998 / X-Gaussian

"Radiative Gaussian Splatting for Efficient X-ray Novel View Synthesis" (ECCV 2024)
https://arxiv.org/abs/2403.04116
233 stars 7 forks source link

About Radiation Intensity Response Function (RIRF) #20

Closed xiangcai8 closed 3 weeks ago

xiangcai8 commented 3 weeks ago

Hi ! In your paper, you said that you present a Radiation Intensity Response Function (RIRF) to replace the SH function of the original 3DGS.

RIRF

However, I couldn’t find where it’s implemented in your code, especially regarding the feature vector f and constant weights λ. Could you tell me where it is?

Noob-PeNguiN commented 3 weeks ago

I also have the same question. Additionally, I wonder where the ACUI is implemented.

caiyuanhao1998 commented 3 weeks ago

Hi, thanks for your interest.

RIRF is implemented in the cuda_rasterizer

ACUI is implemented in the dataloader: https://github.com/caiyuanhao1998/X-Gaussian/blob/master/scene/dataset_readers.py#L412