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

[Feature Request] Could we re-adjust alpha value after deleting points manually? #168

Open
oUp2Uo opened this issue Oct 16, 2024 · 3 comments

Comments

@oUp2Uo
Copy link

oUp2Uo commented Oct 16, 2024

Hi, thanks for the great work.

The main objects are great in result ply file.
But the backgound (eg. sky, far-away buildings, ...) is not very good since they are too far.
So sometimes there would be wrong points in front of/behind the main objects("frogs").
If we try to delete the wrong points, the main objects would be transparent in some part.
Could we de some post process to re-adjust alpha value to fix these transparent parts?
Or if we can train from gs ply file, not normal ply file, then we could only adjust alpha just using the train.py by setting some parameters like densify_until_iter=0, to adjust alpha only.

Thank you.

@hbb1
Copy link
Owner

hbb1 commented Oct 16, 2024

I completely agree. I think it is worth investigating. It is possible to fine-tune the appearance while fixing geometry.

@oUp2Uo
Copy link
Author

oUp2Uo commented Oct 16, 2024

I completely agree. I think it is worth investigating. It is possible to fine-tune the appearance while fixing geometry.

Thanks for the reply.

I have tried to search papers, but could not find some about this point.
I thought post-processing (eg. re-adjust alpha / fix hole / smooth surface / ...) is very important for GS to be used like mesh.
And mask for the source images may be another way to avoid the problem. If using mask, we could do not generate the far away points.

@oUp2Uo
Copy link
Author

oUp2Uo commented Oct 30, 2024

I have managed to re-train by only adjusting alpha.
The result seems like to put a "patch" on the surface, which surely fixs transparent parts, but not very good.
1
If we want to fix the holes, which is generated by manually deleting points, I think not only re-adjust alpha, but also need to add points.

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