Tao Lu

Results 26 comments of 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...

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...