-
Notifications
You must be signed in to change notification settings - Fork 43
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
Failed to run train_contrastive_feature.py #100
Comments
😂Hi, I wonder how it works in fact. Just add --feature_dim 32 should make sense. Dont set allow priciple point shift as True. This may make the learned feature have some bias. |
Oops, thanks for sharing that. I might rerun the training process after this one to see if there are any differences in the learned features. A few quick follow-up questions:
Thanks :) |
Hi, sorry for the late response. 44 hours is far beyond my expectation. On my device (single 3090) the training can be finished within one hour. Allowing principle point shift does not affect the training time. The feature_dim attribute is a new attribute added by SAGA, which makes our config slightly different from the original GS. This has nothing to do with the dataset. |
Thanks for your excellent work on implementing SegAnything on GS dataset. But I did have some issue while running the code.
Here's the error I had:
"""
SegAnyGAussians\train_contrastive_feature.py", line 75, in training
feature_gaussians = FeatureGaussianModel(dataset.feature_dim)
AttributeError: 'GroupParams' object has no attribute 'feature_dim'
"""
I would greatly appreciate for your suggestions :)
The text was updated successfully, but these errors were encountered: