kcheng1021 / GaussianPro

[ICML2024] Official code for GaussianPro: 3D Gaussian Splatting with Progressive Propagation
https://kcheng1021.github.io/gaussianpro.github.io/
MIT License
551 stars 36 forks source link

What happens if there are some keyframes in the data that don't appear in chronological order? #46

Open Bin-ze opened 1 month ago

kcheng1021 commented 1 month ago

Currently, the propagation selects the neighboring frames based on the assumption of chronological order. But we will release the code for calculating the neighboring frames based on the co-visible points soon.