You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work first. But when I tried to reproduce it, I found the 3DGS modeling performance was really poor. I used the two living room images you provided. There were errors during reproduction, and I only made two changes: set self.psnr = PeakSignalNoiseRatio(data_range=1.0) in PipelineMultiView(LightningModule) and removed transpose(1, 2) in cuRoPE2D(torch.nn.Module). The results are shown in the figure, with a huge gap from the baseline. Could you please offer some solutions?