-
Notifications
You must be signed in to change notification settings - Fork 25
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
Detial of regularizing 2dgs #15
Comments
Hi Yanrui, thanks for providing your reimplmentation result. Over the past three months, we've iteratively updated StableNormal from v0.1 to v0.3, incorporating a more diverse dataset and modifying our pretraining and training techniques. As a result, the 2DGS outcomes may differ significantly from previous versions. Regarding regularizing loss, you can refer to this PR for details. Our regularization method differs slightly from your implementation, which could also account for some performance variations. |
Hi, can I ask you how to combine stablenormalX with 2dgs? |
@seulqxq We have uploaded the train with normal scripts to https://github.com/hugoycj/2d-gaussian-splatting-great-again/blob/main/scripts/train_wmask_wnormal.sh. Feel free to have a try |
@hugoycj Thank you very much. I will undertake an attempt. |
@hugoycj Hello, I'm sorry to bother you again, I used 2d-gaussian-splatting-great-again to train my own data set, but there was an error. Could you please tell me if you have ever encountered such a situation? |
@seulqxq We have a modified mini-dust3r under dev branch https://github.com/GAP-LAB-CUHK-SZ/gaustudio/tree/develop/submodules/mini-dust3r. You can try to install this one |
Thank you so much for your quick reply! It work |
Hi,
I use your model to inference normal maps of DTU dataset. And regularize 2dgs normal map after iter 7k with lambda 0.05. The loss is similar to the 2dgs depth_normal regularizing loss. Finnally, I get a slightly different results shown below. Could you provide some details to help me reproduce these results?
Thank you!
Yanrui
The text was updated successfully, but these errors were encountered: