Zesong Yang

Results 19 issues of Zesong Yang

Hello kwea, sorry for disturbing you! I would like to ask a question. I noticed that the fine stage merged the sample points from the coarse stage and sent them...

Hello author, thank you for your great work! I recently tried to make some improvements on the mipnerf360 code, I noticed that some details that are not key innovations are...

Hello, I recently tried to add depth KL scatter loss to my own project, and found the core code corresponding to this section was then found to be here https://github.com/dunbar12138/DSNeRF/blob/d9deb70ac1464348aebbe5e32fc98aeca1920f70/loss.py#L87...

Hello author! Thanks for your great work! Here I want to ask a question. Why NeRF corresponding Feature MLP with FullyFusedMLP and Neus with VanillaMLP, is there anything to this...

Hi author, I'm curious why using GT rgb as the criterion when calculating the warp loss, instead of the rendered rgb? This way you can also supervise the rendering network...

The official website seems to be unable to open when I want to see the comparative effect of several methods. Is it convenient to re-post?

Hi authors, have you compared several existing sota works about depth-supervised surface reconstruction? Such as monosdf,neural rgb-d recon and so on.

Hello Author! I recently tried to add depth supervision to mipnerf360 and then wanted to ask a question. Because I noticed that you didn't use inverse depth sampling, but I...

Hello! I noticed in your RSS2022 paper that you reproduced the code for S-NeRF, is it possible to share it? Thanks a lot!

Hello author! I would like to ask for your thoughts when implementing the code, why gt_samvit use rendered image for prediction, instead of using gt_image directly as input to sam?...