TensoRF
TensoRF copied to clipboard
[ECCV 2022] Tensorial Radiance Fields, a novel approach to model and reconstruct radiance fields
Thank you for sharing your code! I tried to run TensoRF using the dataset from the 'NeRF Object Removal' repository (https://github.com/nianticlabs/nerf-object-removal) and noticed there are lots of unpleasant floaters in...
Hi, I have created my own dataset but the results looks like this, do you have any idea why so?  The way I prepared my data is to capture...
Hi, there. Thank you for your awesome work! But when I study on your work, I meet something strange that the test PSNR is higher than train PSNR, as the...
Hi, Great work! I am wondering for my own dataset, is it possible to support different intrinsic for each camera? In instant-ngp, we are able to do it by modify...
Thank you for nice work! I'd like to ask if depth supervision is implemented.
Dear Authors, Thanks for your attention. I have met some problem on replicating the results of _forward facing_ dataset. I have trained a `VM-96` model with the configuration under `configs/flower.txt`....
I want to apply this model to other datasets like ShapeNet, but I don't know the exact size of the scene bounding box and where the box should be placed...
Hi, thanks for making this code available! Will this work well on large environment scenes such as the mipnerf360 dataset? Or is it only for object capture? Thanks!
Using a newer version or PyTorch (required for modern GPUs), the following user warning will be thrown during the training process: ``` UserWarning: torch.meshgrid: in an upcoming release, it will...