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

How to visualize the seg result of SA_GS? #68

Open
Hendery77 opened this issue May 2, 2024 · 5 comments
Open

How to visualize the seg result of SA_GS? #68

Hendery77 opened this issue May 2, 2024 · 5 comments

Comments

@Hendery77
Copy link

Thanks for the great work!
I am planing to reproduce your segment_result of SA_GS,
however, It seems that you store the 3D mask as the seg_point_cloud.ply document,
and your render.py use " pre_mask = torch.load(precomputed_mask)" to load the 3D mask ,it doesn't make senses,
could you tell me how to reproduce your segment_result?

Thank you very much!

@Jumpat
Copy link
Owner

Jumpat commented May 2, 2024

Hello, do you mean the SAGA? Or SA3D-GS? What do you want to get? The 2D rendered mask or the segmented target (with background removed)?

@VolkaJ
Copy link

VolkaJ commented May 3, 2024

Hello, do you mean the SAGA? Or SA3D-GS? What do you want to get? The 2D rendered mask or the segmented target (with background removed)?

I'd like to know SAGA version too.
I think it's 3D Mask (3D Segementation possibly?)

@Jumpat
Copy link
Owner

Jumpat commented May 5, 2024

The 3d mask is stored as confidence score in the seg_point_cloud.ply, each point in this point cloud has a mask attribute. In SAGA we use different realization, where we store another one mask file separately.

@VolkaJ
Copy link

VolkaJ commented May 6, 2024

The 3d mask is stored as confidence score in the seg_point_cloud.ply, each point in this point cloud has a mask attribute. In SAGA we use different realization, where we store another one mask file separately.

But in nerfstudio version, the only output is the mp4 file in train_vis folder right?

@Jumpat
Copy link
Owner

Jumpat commented May 23, 2024

Yeah, but the 3D-GS version of our code is independent of nerfstudio. It is implemented based on the original 3D-GS

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