Skip to content

Commit

Permalink
add missing blank line in docstring for tb summary
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminum committed Dec 9, 2024
1 parent 8eb79ab commit 6eddd31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/open3d/visualization/tensorboard_plugin/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
Expand Down

0 comments on commit 6eddd31

Please sign in to comment.