Skip to content

About mesh2obj.m and semantic labels of NYUCAD #52

@jiunyen-ching

Description

@jiunyen-ching

Hi @shurans, I was going through perpareNYUCADdata.m to try to generate semantic labels for NYUCAD. The line where we convert the meshes to .obj files are commented out and the function file is missing.

From the codes, my guess is that the pipeline to generate the labels are:

  1. Gather all the faces, vertices, and class ID in meshobjArr.
  2. Convert these into a single .obj file.
  3. renderView takes in the .obj file and the camPose to return a depth map and the semantic label image.

I am wondering how is the class ID being stored in the .obj file so that renderView can know what label to return as a label.png? Alternatively, may I ask for the mesh2obj.m file so I can study it further?

Thank you for your time.

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