Skip to content
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

How to change the size of the feature vector (currently 16) #41

Open
RonnyVelastegui2018 opened this issue Jun 14, 2024 · 1 comment
Open

Comments

@RonnyVelastegui2018
Copy link

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?

@ymq2017
Copy link
Collaborator

ymq2017 commented Jul 26, 2024

Hi, thanks for watching our work!

For changing dim of the feature vector, you can refer to this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants