TensoRF
TensoRF copied to clipboard
[ECCV 2022] Tensorial Radiance Fields, a novel approach to model and reconstruct radiance fields
Since `utils.py` imports `plyfile`, running the code (e.g. training script) will lead to: `ModuleNotFoundError: No module named 'plyfile'`. Updated the readme to include `plyfile` in the dependency installation instructions.
Hi, excellent work!!! The question is: Can I use configs/lego.txt for another pretrain model like drums.th or another pretrain model from nerf_synthetics? Thank you.
Hi, thanks to make this great code and paper! I really enjoy this. In Tensorf paper,  appearance values(A_c(x)) are concatenated and then multiplied by appearance matrix B. And then,...
Like Semanic NeRF does.
Hello, this is a novel, nice work. I'm very surprised with the results and your idea. But I have a small questions, 1. Why did you split the Radiance Field...
Hello! For NeRF and NVSF datasets I can train normally, but when I do Tank&Template training, it keeps reporting killed, and by checking the logs, I found that it is...
Hi Anpei! Thank you very much for the outstanding work. I have some problems training the DTU dataset. For the dtu_83 scene, I mask out the background and then use...
Dear authors, I trained the model on forward-facing real-noface dataset. But the farthest contents are not learned. Can you provide the configs that you used to train on that dataset?...