TensoRF
TensoRF copied to clipboard
[ECCV 2022] Tensorial Radiance Fields, a novel approach to model and reconstruct radiance fields
Hi, @apchenstu Thank you for sharing this really great idea! It's very helpful for me to develop other ideas related to Radiance Fields. By the way, I just notice that...
Hey team, So I'm building a renderer for TensoRF, and work on optimizing the code in this repo so that it can run in real-time. I wrote a vectorized implementation...
Thought this might make the setup a little easier
Hello - I noticed there is a function `getDenseAlpha()` in `tensorBase.py` to output what the alpha values TensoRF would predict, in a dense 3D voxel grid. I am wondering if...
I think there is a mistake when using downsample in the your_own_data.py data loader. Shouldn't the principle point cx, cy should also be divided by self.downsample? https://github.com/apchenstu/TensoRF/blob/17deeedae5ab4106b30a3295709ec3a8a654c7b1/dataLoader/your_own_data.py#L48
TensoRF looks like small and very fast traning, is that possible to make the final RGBD result merged into a single point cloud? If so, how? that would be very...
Hi, thank you for your code. It's all black when I open the video. Could you please give me some help?
Hello there! First of all, thank you for open-sourcing your work! I saw that the pretrained checkpoints are hosted on OneDrive – would you be interested in sharing your models...
Hey, I am trying to understand this piece of code here. Would you mind explaining what exactly its trying to compute? What is rate_a/b & t_min. I might be rusty...