Weixiang Zhang

Results 2 issues of Weixiang Zhang

Hi, when I run T&T dataset with VQ-TensoRF, I found that intrinsics.txt has problem, fail to run dataloader: I have seen the result of this scene perform normal in your...

Hi, Thanks for your contribution. I am wondering that why there is not log operator in the codebase? Here is code in `lmc.py`: ``` net_grad.mul_(self.a).add_(self.noise, alpha=self.b) self.prev_samples.add_(net_grad) ``` But the...