blenderproc.python.renderer.NOCSRendererUtility module¶
-
blenderproc.python.renderer.NOCSRendererUtility.
render_nocs
(output_dir=None, file_prefix='nocs_', output_key='nocs', return_data=True)[source]¶ Renders the Normalized Object Coordinate Space (NOCS).
Colors each object based on its local coordinates. The coordinates [-1, 1] are mapped into the [0, 1] colorspace. It is therefore, recommended that all local vertex coordinates are in range [-1, 1]. The world background is rendered transparent.
Parameters: Return type: Returns: A dict containing one entry “nocs” which points to the list of rendered frames.