SC-GS
SC-GS copied to clipboard
[CVPR 2024] Code for SC-GS: Sparse-Controlled Gaussian Splatting for Editable Dynamic Scenes
Hi,@yihua7 ,Thank you for your excellent work. I am trying to run a program with my own video, but I encountered difficulties in data processing. According to the instructions in...
Hello! After running the command provided in the README file, I encountered the following error: "ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/miniconda3/envs/myenv/lib/python3.9/site-packages/dearpygui/_dearpygui.so)". The solutions found online suggest using...
I train SC-GS on the NeRF-DS dataset with this command: ``` python train_gui.py \ --source_path /home/gs/datasets/NeRF-DS/bell_novel_view \ --model_path outputs/bell_novel_view \ --deform_type node --node_num 512 --hyper_dim 8 \ --eval --gt_alpha_mask_as_scene_mask \...
Hello, Thank you for your amazing work! I have some doubts when I am trying to train my own colmap dataset by SCGS. Here's the thing:I want to model the...
Hello, I am trying to render a spiral video after training and before doing any editing to the model. I am using the render_traj button, but I get the following...
Thanks for your work. What’s the inference rendering speed? And GPU?
Hi, First of all, Thanks for sharing your amazing work :) I noticed that in the paper you didn't present the result from the HyperNeRF dataset, I am curious if...
Building Learnable Gaussians for Nodes! [15/04 14:13:21] Loading trained model at iteration None [15/04 14:13:21] Reading camera 1/125Traceback (most recent call last): File "train_gui.py", line 2079, in gui = GUI(args=args,...
Traceback (most recent call last): File "/home/cc/3dgs/SC-GS/train_gui.py", line 1886, in gui.train(args.iterations) File "/home/cc/3dgs/SC-GS/train_gui.py", line 1000, in train self.train_node_rendering_step() File "/home/cc/3dgs/SC-GS/train_gui.py", line 1276, in train_node_rendering_step render_pkg_re = render(viewpoint_cam, self.deform.deform.as_gaussians, self.pipe, self.background,...
Hi, thanks for your great work! I'm trying to use SC-GS to train the interp/aleks-teapot dataset. That's my command: ```python python train_gui.py --source_path data/hypernerf/interp/aleks-teapot --model_path outputs/hypernerf/interp/aleks-teapot --deform_type node --node_num 512...