Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wrapper for uploading LSS predictions #436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 15, 2024
Merged

Conversation

jean-lucas
Copy link
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 pfmark and gatli April 15, 2024 13:57
Copy link
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 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
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
6 checks passed
@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