Yuan Wentao

Results 6 comments of Yuan Wentao

@hjxwhy same question here, I think the distance should be stepsize * voxel_size. In [TensoRF](https://github.com/apchenstu/TensoRF/blob/17deeedae5ab4106b30a3295709ec3a8a654c7b1/models/tensorBase.py#L443), the interval/dist of `raw2alpha` function is also unreasonable (multiply by a predefined `distance_scale`), @sunset1995 Could...

Sorry for the late reply. The reason for this RuntimeError is that your GPU memory is not large enough, you can try to run this code on GPU with larger...

> Hi. In your paper the lemma 1.6 is talking about the distribution of X and Y=sin(pi/2*X). We have known that the output of linear layer is in normal distribution...

Thank you for your interest in our work. We have not test our method with TensoRF, but you can try from the following aspects: 1. check the the input `coordinate`...

Maybe you can check your reproduction as I said first. By the way, `TinyNeRF` and TensoRF are different implementations of INRs, i.e. frequency encoding and parametric encoding (from Instant-NGP), the...