VastGaussian icon indicating copy to clipboard operation
VastGaussian copied to clipboard

This is an unofficial Implementation

Results 38 VastGaussian issues
Sort by recently updated
recently updated
newest added

I use the command ' python train.py -s data/palyroom -m output/playroom_output', but it doesn't work. The problem is here: root@docker-desktop:/workdir# python train.py -s data/playroom/ -m output/playroom_output Optimizing output/playroom_output Output folder:...

hello, thanks for your excellent work! I am confused about the result in the Mill19/building dataset , I implemented the render.py and also execute the SIBR_gaussianViewer_app. It seems in some...

Training complete. [01/07 11:54:20] Merging Partitions... [01/07 11:54:20] region: ./output/dream_home/point_cloud/iteration_7000/3_1_point_cloud.ply [01/07 11:54:33] x_min:1.0858807563781738, x_max:inf, z_min:-inf, z_max:-0.6639560461044312 [01/07 11:54:33] /home/mohsen/anaconda3/envs/vast-gaussian/lib/python3.8/site-packages/matplotlib/patches.py:739: RuntimeWarning: invalid value encountered in scalar add y1 = self.convert_yunits(self._y0 +...

``` python train_vast.py .... File "E:\train_vast.py", line 291, in train_main() File "E:\train_vast.py", line 283, in train_main training(lp, op, pp, args.test_iterations, args.save_iterations, File "E:\train_vast.py", line 44, in training big_scene = BigScene(dataset)...

Thanks for your hard work. However, I have to point out one severe error in your code. That is the line 40 of `../utils/partition_utils.py` `image_name_list = [camera_info[i].camera.image_name + '.jpg' for...

作者给的数据我都能完全跑通,但是我自己的数据,总是遇到这个问题,我无法解决,期盼大佬回复。可以加我qq869309640

Traceback (most recent call last): File "D:\sofeware\anaconda3\envs\3dgs\lib\multiprocessing\process.py", line 314, in _bootstrap self.run() File "D:\sofeware\anaconda3\envs\3dgs\lib\multiprocessing\process.py", line 108, in run self._target(*self._args, **self._kwargs) File "E:\jupyter_base\VastGaussian\train_vast.py", line 177, in parallel_local_training training(lp_args, op_args, pp_args, test_iterations,...

![image](https://github.com/user-attachments/assets/8d08f8a6-5125-4ea0-9ed4-36d29e4612ed) 这些似乎都是结果,我想看最后的结果,应该查看哪个? 十分感谢

When using your tandt dataset and proceeding to seamless merge there are sub-regions that can't be merged, is the reason that my command was entered incorrectly? python train_vast.py -s E:\tandt\train...

Hello author, I used this method to train a large scene. However, I encountered an issue where the training reached 100%, but some partitions saved the results while others did...