-
Notifications
You must be signed in to change notification settings - Fork 37
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
TypeError: GaussianRasterizationSettings.__new__() missing 1 required positional argument: 'antialiasing' #71
Comments
找到原因了,是因为gaussian-splatting更新了antialiasing,需要更改gaussian_renderer配置文件__init__.py |
我也遇到了这个问题,请问具体你是怎么改的呢? |
这个需要在gaussian_renderer/int.py这里加上antialiasing=True就好了:
传输数据也需要改一下,需要多加一个_ :
|
好的,非常感谢!!成功解决了我的问题!! |
非常感谢两位大佬,不然不知道要被卡多久 |
谢谢两位大佬,完美解决,不然得困扰很长时间 |
我这里的代码是这样的,报错信息是ValueError: not enough values to unpack (expected 4, got 3),请问应该如何修改?
|
请问有知道怎么解决这个问题的吗?
The text was updated successfully, but these errors were encountered: