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 segment my own dataset #6

Open
WPC-WHU opened this issue May 18, 2024 · 2 comments
Open

How to segment my own dataset #6

WPC-WHU opened this issue May 18, 2024 · 2 comments

Comments

@WPC-WHU
Copy link

WPC-WHU commented May 18, 2024

How to segment my own dataset? 2D image is must?

@Ly-kc
Copy link
Collaborator

Ly-kc commented May 20, 2024

Our current implementation requires 2D images, depth, and poses. If your dataset doesn’t include 2D images, you may need to render the 3D scene to obtain them. Once you have all this 2D data prepared, you can customize the functions get_mask_data, get_seg_data, and the code begining at line 234 in sai3d.py to suit your specific data.

@Lee123lyl
Copy link

If I only have 3D data (such as the S3DIS dataset), after I get the 2D images, how do I get the depth and poses?

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