Scaffold-GS icon indicating copy to clipboard operation
Scaffold-GS copied to clipboard

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

Results 19 Scaffold-GS issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/city-super/Scaffold-GS/assets/157086500/5fe1e3b5-e65f-4d51-ab77-0038ac36ed5d) When I build the scaffold_gs environment,it had this mistake. Can you help me?

How to initialization with a random point cloud in my own datasets?

Training progress: 100%|__________________________________________________________| 30000/30000 [1:58:29

Thanks for a great paper. I was wondering, how did you evaluate the numbers like PSNR, SSIM, etc. in your paper? My question is how many test cases did you...

Hi, thanks for the great work and congrats for CVPR acceptance. I saw in the code that ob_dist and ob_view are directly concatenated with anchor feature and input to the...

Great Work. The paper shows some results in the dataset proposed in VR-NeRF. However, the training scripts are not found in the repo. Could you provide the loading code or...

I am trying to render on a webbased tool which expect the following keys from the original GS .ply file. `color = np.array( [ 0.5 + SH_C0 * v["f_dc_0"], 0.5...

Has anyone tried combining this approach with a prune step like in https://github.com/VITA-Group/LightGaussian?