-
Notifications
You must be signed in to change notification settings - Fork 26
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
gaussians._semantic_feature is 128. #50
Comments
Once you enable speedup, the CNN decoder will achieve this for you. Check here: Line 52 in 6c570d6
|
@ShijieZhou-UCLA |
In the train.py, from lines106-107, only the feature_map (rendered feature) is used to upsampling for speeding up.
|
I encountered the same problem, I solved it by modifying the dimension of cnndecoder but then I encountered new problems |
Thank you for your great work. I have some questions.
When using LSeg with the speedup option, the dimension of gaussians._semantic_feature is 128. I want to keep the speedup while ensuring that gaussians._semantic_feature has a dimension of 512 (to match the dimension of the text feature
150*512
). Is there any way to achieve this?I understand that reducing it to 128 is to shorten the rendering time, but the rendered image becomes 512-dimensional during segmentation, which allows it to combine with the text feature.
It would be helpful to get some hints on how to achieve this.
The text was updated successfully, but these errors were encountered: