We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to modify the size of the feature vector. By default, it is 16. I am trying to use a feature vector of 3 for example.
I modified the file "gaussian-grouping/scene/gaussian_model.py", by changing line 52: self.num_objects = 3
But, when running the code I get this error:
RuntimeError: Given groups=1, weight of size [150, 3, 1, 1], expected input[1, 16, 479, 639] to have 3 channels, but got 16 channels instead
What other part of the code should I modify in order to use a feature vector of 3?
The text was updated successfully, but these errors were encountered:
Hi, thanks for watching our work!
For changing dim of the feature vector, you can refer to this issue.
Sorry, something went wrong.
No branches or pull requests
I am trying to modify the size of the feature vector.
By default, it is 16. I am trying to use a feature vector of 3 for example.
I modified the file "gaussian-grouping/scene/gaussian_model.py", by changing line 52:
self.num_objects = 3
But, when running the code I get this error:
RuntimeError: Given groups=1, weight of size [150, 3, 1, 1], expected input[1, 16, 479, 639] to have 3 channels, but got 16 channels instead
What other part of the code should I modify in order to use a feature vector of 3?
The text was updated successfully, but these errors were encountered: