Closed CA-TT-AC closed 5 months ago
For Q1, please see https://github.com/pointrix-project/msplat/issues/6#issuecomment-2116971018 or https://github.com/yGaoJiany/gaussian-splatting-msplat. For Q2, the description is a bit confusing. Could you provide more details?
This problem has been solved by using code from https://github.com/yGaoJiany/gaussian-splatting-msplat!! Thanks for your help!
I am trying to use msplat to render 3DGaussian in its original repo (GS). When transferring its original parameters to msplat, I met several questions and don't know why them can not match. I propose several potential problem:
world_view_transform
in GS andextr
in msplat.Here is my code:
The rendering output of msplat is like this:
Thanks very much if you can give any cue to this problem!!