You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: