minjung shin
minjung shin
I have submitted a pull request ([PR #3](https://github.com/customdiffusion360/custom-diffusion360/pull/3)) that addresses this issue by implementing the predicted density usage for importance sampling as described in the paper. I would greatly appreciate...
Thank you for your detailed explanation. I understand that importance sampling is applied only to specific FeatureNeRF blocks, as in [[this part of the code](https://github.com/customdiffusion360/custom-diffusion360/blob/main/sgm/modules/attention.py#L781)](https://github.com/customdiffusion360/custom-diffusion360/blob/main/sgm/modules/attention.py#L781). However, I noticed that in...