Recursive-NeRF icon indicating copy to clipboard operation
Recursive-NeRF copied to clipboard

Jittor implementation of Recursive-NeRF: An Efficient and Dynamically Growing NeRF

Results 3 Recursive-NeRF issues
Sort by recently updated
recently updated
newest added

Hi, @Gword , When will the code be released? Thanks~

Thank you for your great work! I can't wait to implement it by myself. However, I want to know what is the shape of the latent y_{p_i} or y_i in...

Your work is amazing! I would like to ask about the principle behind the calculation of 'sidx' in the search function. Is it used to filter out clustered points? And...