city-super / Scaffold-GS

[CVPR 2024 Highlight] Scaffold-GS: Structured 3D Gaussians for View-Adaptive Rendering

Home Page:https://city-super.github.io/scaffold-gs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error about building SIBR in the project

cv-lab-x opened this issue · comments

thanks for your great work, some errors about building SIBR

Scaffold-GS/SIBR_viewers/src/projects/gaussianviewer/renderer/GaussianView.cpp:550:53: error: ‘visible_filter’ is not a member of ‘CudaRasterizer::Rasterizer’ 550 | CudaRasterizer::Rasterizer::visible_filter( | ^~~~~~~~~~~~~~ Scaffold-GS/SIBR_viewers/src/projects/gaussianviewer/renderer/GaussianView.cpp:556:68: warning: ‘T* at::Tensor::data() const [with T = float]’ is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations] 556 | ak_pos_all.contiguous().data<float>(),

looking forward to your reply, thanks! @inspirelt

Thank you for your reminder. We have modified the part of diff-gaussian-rasterization, please use the content in https://github.com/tongji-rkr/diff-gaussian-rasterization.git as replacement, and we will modify it in CMakeLists.txt later.