Ziyi Yang

Results 24 comments of Ziyi Yang

Very glad that you solved the environment issue @Yang-Xijie . @jonbarron I think the bug with saving checkpoints originates from the version of Flax. Since I used a lower version...

Hi @aiyb1314 , I have implemented a Differential Gaussian Rasterization with forward depth pass [diff-gaussian-rasterization-extentions](https://github.com/ingra14m/diff-gaussian-rasterization-extentions/tree/filter-depth) modified to Scaffold-GS. This is an independent repo that has the same contents with my...

Hi @fanzz1208, Scaffold-GS employs a customized rasterization pipeline that adds visible_filter to per-filter the visible Gaussians. It can reduce the number of Gaussians to inference MLPs. This pipeline (https://github.com/graphdeco-inria/diff-gaussian-rasterization/pull/5/files) did...

Hi, I'm not sure if you cloned the right branch. You are expected to clone the `filter-depth` branch for depth visualization and visible_filter.