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

Questions about input data for segmentation #31

Open
whsu2s opened this issue Jun 19, 2022 · 1 comment
Open

Questions about input data for segmentation #31

whsu2s opened this issue Jun 19, 2022 · 1 comment

Comments

@whsu2s
Copy link

whsu2s commented Jun 19, 2022

Thanks for sharing the code of your nice work! I've been trying to apply the framework to my own dataset for segmentation. As I understood, the dataroot contains the folders 'train', 'test' and 'raw'. For each sample, there are three files: *.obj, *.json (labels), and the *.off (in 'raw'). What is unclear to me are:

  1. What are the data in the 'raw' folder? I expect the raw data to be *.obj. What is the purpose of saving the meshes in .off instead of .obj? The remeshing algorithms (MAPS and neural subdivision) have the finest mesh as input and downsample the meshes. However, the meshes in the 'raw' folders have a lower resolution than those in the 'train' and 'test' folders.
  2. How do you obtain the labels (*.json)?

Thank you!

@lzhengning
Copy link
Owner

Hi, @whsu2s ,

  1. The original datasets (SHREC11, Huambody, etc.) use off formats. The number of faces of remeshed shapes are determined by the subdivision depth and the base size, irrelevant to the resolution of raw meshes.
  2. please refer to Segmentation on my own dataset #9, Question about data preprocessing #17, Data preprocessing #29.

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