wanmeihuali / taichi_3d_gaussian_splatting

An unofficial implementation of paper 3D Gaussian Splatting for Real-Time Radiance Field Rendering by taichi lang.
Apache License 2.0
637 stars 58 forks source link

fix pose optimization #139

Closed wanmeihuali closed 9 months ago

wanmeihuali commented 9 months ago

The previous version of pose estimation crashes, find the correct version in https://github.com/wanmeihuali/taichi_3d_gaussian_splatting/pull/136/commits/1e8265287da02d652f11523fa05c5fb935de2fa5. use the correct version to replace the version in experiment dir.