oppo-us-research / SpacetimeGaussians

[CVPR 2024] Spacetime Gaussian Feature Splatting for Real-Time Dynamic View Synthesis
https://oppo-us-research.github.io/SpacetimeGaussians-website/
Other
616 stars 45 forks source link

Building the new Viewer? #37

Closed MikeJPelton closed 7 months ago

MikeJPelton commented 7 months ago

Hi - thank you for letting us know the code for your SIBR viewer modifications has been released! I am trying to understand the instructions for building the viewer from the new code. After I clone sibr_core: git clone https://gitlab.inria.fr/sibr/sibr_core.git ...and run Cmake, there's no CudaRasterizer folder under 'SpacetimeGaussians\thirdparty\sibr_core\extlibs' to copy your code into? I wonder if I am I misunderstanding your instruction: # Just, update everthing except .git in `extlibs\CudaRasterizer` with our `thirdparty\gaussian_splatting\realtimedemo\extlibs\CudaRasterizer' All guidance welcome!

lizhan17 commented 7 months ago

Ok. first git clone https://github.com/graphdeco-inria/gaussian-splatting --recursive cd gaussian-splatting cd SIBR_viewers cmake -Bbuild . (the third party code downloader is not very stable (it will connect to inria), repeat until all the dependenceis are downloaded)

replace the 3dgs viewer's code with our code. in thirdparty\gaussian_splatting\realtimedemolite

MikeJPelton commented 7 months ago

Thank you for your extremely prompt clarification - that's very helpful indeed!