Visualization
Rendering with Tier4
If you want to visualize annotation results, Tier4
supports some rendering methods as below.
Rendering Scene
Rendering Instance
Rendering PointCloud
Note
In case of you want to ignore camera distortion, please specify ignore_distortion=True
.
Save Recording
You can save the rendering result as follows:
If you don't want to spawn the viewer, please specify show=False
as below:
Rendering with Tier4Viewer
If you want to visualize your components, such as boxes that your ML-model estimated, Tier4Viewer
allows you to visualize these components.
For details, please refer to the API references.