if you have tested the changes in the use of VRAM for graphics card rendering before and after compression?
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?
Hi, the rendering memory would not change before or after compression. HAC is a pre-decoding technique, which is used to decode the model weights (ie, the Scaffold-GS model) given the input bitstreams. Once the weights are obtained after decoding using HAC, the rendering process is totally the same as Scaffold-GS, with no extra time or memory consumption.
thank Are you saying that you have reduced the disk usage of the result files, but the space for data in VRAM and the VRAM used for rendering have not been reduced?
Yes. We are doing storage compression, but not doing rendering efficiency. Storage compression can help with smaller storage usage and shorter transmission time.