-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
branch dev: TypeError: __new__() got an unexpected keyword argument 'antialiasing' #994
Comments
@alanvinx Hello, I was wondering if there might be a connection between the bug and this commit? |
I've met the same error when running the dev branch |
Hi, can you please send the commit's tag that you are currently using for the rasterizer? You can see it by running |
OK I solve it. The reason for this problem is that the author has updated the contents of the diff_gaussian_rasterization, just uninstall it and reinstall the new version. |
Thanks for your help. The code has been updated, but the library in the conda environment for gaussian_splatting has not been updated, which is why training is failing.
|
Is it downloaded from the main page of this link? Then, I ran python setup.py install and the installation was successful, but I still have this problem "https://github.com/graphdeco-inria/diff-gaussian-rasterization" |
I cannot solve the problem by reinstalling submodules/diff-gaussian-rasterization. |
I solve it. Check if there are two diff_gaussian_rasterization folders in your conda environment : |
Hi, when I try to run the dev branch, i got the error:
TypeError: __new__() got an unexpected keyword argument 'antialiasing'
This error occurs in recent days, full error logging are list below:
I think this problem maybe relate to one recent commit of antialising code updates.
commit b4332aa
The text was updated successfully, but these errors were encountered: