From 6eddd31599b4eefdd50d009293a0fe8f0059d5b4 Mon Sep 17 00:00:00 2001 From: Benjamin Ummenhofer Date: Mon, 9 Dec 2024 09:07:16 +0100 Subject: [PATCH] add missing blank line in docstring for tb summary --- python/open3d/visualization/tensorboard_plugin/summary.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/open3d/visualization/tensorboard_plugin/summary.py b/python/open3d/visualization/tensorboard_plugin/summary.py index 4a02e8e4cdc..8e35948b5be 100644 --- a/python/open3d/visualization/tensorboard_plugin/summary.py +++ b/python/open3d/visualization/tensorboard_plugin/summary.py @@ -575,6 +575,7 @@ def add_3d(name, data (dict): A dictionary of tensors representing 3D data. Tensorflow, PyTorch, Numpy and Open3D tensors are supported. The following keys are supported: + - ``vertex_positions``: shape `(B, N, 3)` where B is the number of point clouds and must be same for each key. N is the number of 3D points. Will be cast to ``float32``.