Skip to content

Commit 629b899

Browse files
authored
debug rtd (#438)
1 parent f5d8b2d commit 629b899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nucleus/dataset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2310,9 +2310,9 @@ def upload_lidar_semseg_predictions(
23102310
pointcloud_ref_id: str,
23112311
predictions_s3_path: str,
23122312
):
2313-
"""Upload Lidar Semantic Segmentation predictions for a given pointcloud.
2313+
"""Upload Lidar Semantic Segmentation predictions for a given point-cloud.
23142314
2315-
Assuming a pointcloud with only 4 points (three labeled as Car, one labeled as Person),
2315+
Assuming a point-cloud with only 4 points (three labeled as Car, one labeled as Person),
23162316
the contents of the predictions s3 object should be formatted as such:
23172317
23182318
.. code-block:: json

0 commit comments

Comments
 (0)