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

Train Problem #9

Open
suvzzc opened this issue Oct 1, 2024 · 4 comments
Open

Train Problem #9

suvzzc opened this issue Oct 1, 2024 · 4 comments

Comments

@suvzzc
Copy link

suvzzc commented Oct 1, 2024

图片
Thank you for your excellent work. I tried to move your work to MonoGS as its renderer, but I had certain problems. I would be very grateful if you could help me!

@TY424
Copy link
Owner

TY424 commented Oct 7, 2024

Hello, I haven't used MonoGS before. The dL_dmean2D in 3DGS was of shape N×3 (only using the first two dimensions). We changed it to N×4, keeping the first two dimensions the same and allocating the last two dimensions with Homodirectional Gradient. You can refer to backward.cu for modifications, and be sure to update the corresponding function parameters.

@CosyXu
Copy link

CosyXu commented Oct 8, 2024

I have met the same error when transferring this great work to another 3DGS method. I think it is caused by the 4-shape of the dL_dmean2D, and how to solve it?

@TY424
Copy link
Owner

TY424 commented Oct 11, 2024

I have met the same error when transferring this great work to another 3DGS method. I think it is caused by the 4-shape of the dL_dmean2D, and how to solve it?

@suvzzc

The corresponding variables need to be changed to 4D. For example:

2024-10-11_10-30

@suvzzc
Copy link
Author

suvzzc commented Oct 11, 2024

I have met the same error when transferring this great work to another 3DGS method. I think it is caused by the 4-shape of the dL_dmean2D, and how to solve it?

@suvzzc

The corresponding variables need to be changed to 4D. For example:

2024-10-11_10-30

Thanks, I've got it running successfully.I would also like to ask something about the reduction of Gaussian floating objects. In running MonoGS, I noticed that there is a large number of floating 3D Gaussian ellipsoids behind it and it doesn't seem to be significantly reduced after I added your code for reducing the floating objects, can't the floating objects here be reduced by setting the transparency? I would be very grateful if you could help me!
图片

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

3 participants