We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d8b2d commit 629b899Copy full SHA for 629b899
nucleus/dataset.py
@@ -2310,9 +2310,9 @@ def upload_lidar_semseg_predictions(
2310
pointcloud_ref_id: str,
2311
predictions_s3_path: str,
2312
):
2313
- """Upload Lidar Semantic Segmentation predictions for a given pointcloud.
+ """Upload Lidar Semantic Segmentation predictions for a given point-cloud.
2314
2315
- Assuming a pointcloud with only 4 points (three labeled as Car, one labeled as Person),
+ Assuming a point-cloud with only 4 points (three labeled as Car, one labeled as Person),
2316
the contents of the predictions s3 object should be formatted as such:
2317
2318
.. code-block:: json
0 commit comments