Skip to content

wrapper for uploading LSS predictions#436

Merged
jean-lucas merged 4 commits intomasterfrom
jean-lucas-lss-upload
Apr 15, 2024
Merged

wrapper for uploading LSS predictions#436
jean-lucas merged 4 commits intomasterfrom
jean-lucas-lss-upload

Conversation

@jean-lucas
Copy link
Copy Markdown
Contributor

  • Method for uploading lidar semantic segmentation predictions, via dataset.upload_lidar_semseg_predictions

Example usage:

dataset = client.get_dataset("ds_...")
model = client.get_model("prj_...")
pointcloud_ref_id = 'pc_ref_1'
predictions_s3 = "s3://temp/predictions.json"

dataset.upload_lidar_semseg_predictions(model, pointcloud_ref_id, predictions_s3)

For the expected format of the s3 predictions, refer to the documentation here

@jean-lucas jean-lucas requested review from gatli and pfmark April 15, 2024 13:57
Copy link
Copy Markdown
Contributor

@gatli gatli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🙌

Comment thread CHANGELOG.md
Comment on lines +16 to +21
dataset = client.get_dataset("ds_...")
model = client.get_model("prj_...")
pointcloud_ref_id = 'pc_ref_1'
predictions_s3 = "s3://temp/predictions.json"

dataset.upload_lidar_semseg_predictions(model, pointcloud_ref_id, predictions_s3)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@jean-lucas jean-lucas merged commit f5d8b2d into master Apr 15, 2024
@jean-lucas jean-lucas deleted the jean-lucas-lss-upload branch April 15, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants