localrf
localrf copied to clipboard
An algorithm for reconstructing the radiance field of a large-scale scene from a single casually captured video.
Hello, I'm trying to apply localrf on my data. I've been able to run the pre-processing commands to estimate the flow and depth maps. However, once I run the optimization...
Thanks for very cool demo. I am training the indoor scene with 1100 frame in the dataset. with rtx 4090. 3dscene dir is just indoor 1100 images. did I do...
train.py this line: ` self.r_c2w.append(torch.eye(3, 2, device=self.device))` error: Traceback (most recent call last): File "D:\aiPrjs\localrf\localrf-main\localTensoRF\train.py", line 609, in reconstruction(args) File "D:\aiPrjs\localrf\localrf-main\localTensoRF\train.py", line 252, in reconstruction local_tensorfs = LocalTensorfs( File "D:\aiPrjs\localrf\localrf-main\localTensoRF\local_tensorfs.py",...
Thank you for your excellent work! I test my own dataset with your project and got optimized poses, I visualized the camera poses in the [EVO](https://github.com/MichaelGrupp/evo) and found that the...
Hello, thank you for your excellent work! But how do we divide the images in the Tanks&Temples dataset into training and test sets to reproduce the results in the paper?...
Thanks for your nice work! I'm applying this model to a very long video trajectory, but I'm finding that CUDA out of memory occurs. According to my understanding of the...
Hello, thanks for your nice work! I noticed that there is a comment #TODO: Add midpoint loading# in train.py. Do you have time to fix this? I've tried this myself,...
Hi, great paper and method! I am having an issue with the "render from file" Method, where given poses have to be used for the render of an image. Even...
Hello! Thank you for the nice work! I noticed that the paper only shows the average of five scenes perfmance in the static hikes dataset.Could you please share a table...