HashNeRF-pytorch icon indicating copy to clipboard operation
HashNeRF-pytorch copied to clipboard

About the SHEncoder

Open 013292 opened this issue 2 years ago • 1 comments

Hi, thanks for the sharing of this code. I'm confused about the SHEncoder, is there any reference on that? How to choose the given C0 to C4? Thank you :-)

013292 avatar Jun 01 '23 04:06 013292

Hello!

When I search this question, finally I found..! So, I want to share you.. (although pass too long time..)

https://github.com/sxyu/svox2/blob/master/svox2/utils.py#L82 I found Plenoxels paper.

They used pre-defined SH-coefficients in paper. (Because they use SH in voxel vertices.)

If you're still wondering, check it out! Thanks

KyujinHan avatar Apr 27 '24 19:04 KyujinHan