Tao Lu
Tao Lu
Can you obtain the gt pose through other method, rather than Comap?
Seems like an issue due to your system library or dependencies. You may check if the pytorch is installed correctly at first by ```python -c "import torch;print(torch.cuda.is_available())"``` . And, we...
Thanks. We follow the common configurations for those without an official test split: select 1 frame from every 8 frames. For BungeeNeRF, we choose the first 30 frames as test...
I have no idea about this error, please provide more context.
This is an interesting idea. I try to set a more strict pruning rule during training to simulate the LightGaussian (not perfectly consistent). For simplicity, I set ```self.min_opacity``` to ```0.005```(original),...
Hi, our method generates the RGB format color using MLP according to the feature and observation view. So, the .ply file does not store the ```f_dc_*```. You can refer to...
Hi, I would suggest you to try to change the pytorch and cuda version.
We use the default settings as shown by the code: rescaling large resolution to 1.6k.
We use unified parameter configuration for all mipnerf360 scenes for simplicity. For the outdoor scene with tiny and thin objects like leaf and grass, a smaller voxel size should be...