FSGS
FSGS copied to clipboard
"FSGS: Real-Time Few-Shot View Synthesis using Gaussian Splatting", Zehao Zhu, Zhiwen Fan, Yifan Jiang, Zhangyang Wang
Thank you for your excellent work! when deal with blender dataset, I cannot get white background even if I set the white_background to True.It seems that the program cannot distinguish...
Could tell me what's the meaning of confidence? and what role the confidence plays in the code? Thank you!
Hi, thanks for the fancy work. I have tried running the code and it works well. However, I am confused that It seems that the generation of pseudo poses is...
I notice that pose_bounds.npy is used in your codebase but didn't see any related code for generation of this file from the bin or txt files. Can you provide this...
I'm using this code for my own data which is a Blender dataset, how to get the npy depth data?
Thank you for your great work! My GPU is A5500 desktop,so I only have 16GB VM. When I run the code, it remain me I need 35+GB VM, so how...
Why can't I produce dense point cloud files when I try to generate 6views and 9views? The dense folder is empty all the time.
Hi, thanks for the code you provided, I solved a lot of things in this code. However, the following problem occurred when I used my own D-bit data set. I...
Now I'm following the data preparation, but I met the problem about the txt file. I already extracted the LLFF dataset and tried to run colmap like: python tools/colmap_llff.py But...
Hi! During the training process, the initial number of point clouds was 30,000 for the first 500 iterations. However, by the 600th iteration, the number of point clouds suddenly increased...