Skip to content

Questions about input data for segmentation #31

@whsu2s

Description

@whsu2s

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions