Skip to content

How to Render YCB Video dataset based custom data, if its textureless? #12

@sag-Nik

Description

@sag-Nik

FILE: ycb_video.py (in lib>datasets)
LINE ~ 77,78

3D model paths

self.model_mesh_paths = ['{}/{}/textured_simple.obj'.format(self._model_path, cls) for cls in self._classes_all]
self.model_texture_paths = ['{}/{}/texture_map.png'.format(self._model_path, cls) for cls in self._classes_all]

This is asking me to give texture files for the rendering purpose, but I am working on textureless data of YCB Video format generated by Isaac Sim.
Is there a work around?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions