daniel03c1 / masked_wavelet_nerf

MIT License
79 stars 5 forks source link

About mask compress doubt? #16

Closed xuyaojian123 closed 9 months ago

xuyaojian123 commented 9 months ago

when the network is trained, the effective feature grid can be obtained by multiplying the feature grid * (mask>0). Why do you need to restore the mask during the compression process and then compress the mask? I think the mask is no longer needed. Could you explain in detail the function of the recovery mask?