Open NoOne-del-6 opened 2 weeks ago
Hi, antialiasing can be enabled/disabled when training or rendering gaussians but for this you need to install the latest version of diff-gaussian-rasterization
in your conda environment.
If you pulled the repo recently the rasterizer's commit should be 9c5c202
(you can check this using git log submodules/diff-gaussian-rasterization
), then you can install this rasterizer to your conda env using pip install submodules/diff-gaussian-rasterization
.
I've met the same error when running the train
Hi, antialiasing can be enabled/disabled when training or rendering gaussians but for this you need to install the latest version of
diff-gaussian-rasterization
in your conda environment. If you pulled the repo recently the rasterizer's commit should be9c5c202
(you can check this usinggit log submodules/diff-gaussian-rasterization
), then you can install this rasterizer to your conda env usingpip install submodules/diff-gaussian-rasterization
.
thank you,I have solve the question
raceback (most recent call last): File "D:\working\research\gaussian-splatting\train.py", line 282, in
training(lp.extract(args), op.extract(args), pp.extract(args), args.test_iterations, args.save_iterations, args.checkpoint_iterations, args.start_checkpoint, args.debug_from)
File "D:\working\research\gaussian-splatting\train.py", line 111, in training
render_pkg = render(viewpoint_cam, gaussians, pipe, bg, use_trained_exp=dataset.train_test_exp, separate_sh=SPARSE_ADAM_AVAILABLE)
File "D:\working\research\gaussian-splatting\gaussian_renderer__init__.py", line 36, in render
raster_settings = GaussianRasterizationSettings(
TypeError: GaussianRasterizationSettings.new() got an unexpected keyword argument 'antialiasing'
Training progress: 0%|