compact3d
compact3d copied to clipboard
Where is the code similar to RLE located in which file?
I noticed in the paper it says, 'Moreover, since the Gaussians are a set of non-ordered elements, we compress the representation further by sorting the Gaussians based on one of the quantized parameters and storing the indices using the Run-Length-Encoding (RLE) method.' However, I didn't find the code for sorting an index in the code. Can you please tell me where the specific implementation of this section is?
Hi. We have currently not provided the code for run length encoding.