Sharath-girish / efficientgaussian

Official implementation of "EAGLES: Efficient Accelerated 3D Gaussians with Lightweight EncodingS"
https://efficientgaussian.github.io/
Other
131 stars 6 forks source link

if you have tested the changes in the use of VRAM for graphics card rendering before and after compression? #7

Open smart4654154 opened 2 months ago

smart4654154 commented 2 months ago

Thank you very much for your work The data compression work is excellent May I ask if you have tested the changes in the use of VRAM for graphics card rendering before and after compression? What I mean is to use specific data testing to obtain changes in the usage of VRAM May I ask if you have specific test results?I want to know the specific changes.thank you

Sharath-girish commented 2 months ago

Thanks for your interest in the work. We measured the VRAM consumption based on the GPU memory logging by wandb and measuring the peak value used during training. This is done for 2 experiments, with and without compression, as also discussed in Section 5.5, Table 5 in the paper.