Skip to content
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

Alobugsdays - Append Labels on BoundingBoxes3D #250

Merged
merged 2 commits into from
Nov 17, 2022

Conversation

Ardorax
Copy link
Contributor

@Ardorax Ardorax commented Nov 17, 2022

Add the 'append_labels' method to 'BoundingBoxes3D'.

  • New feature 1 : Description
box3d = BoundingBoxes3D([[10, 10, 400, 80, 46, 18, 1]])
box3d.append_labels(label)

This pull request includes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

+ Add the 'append_labels' method to 'BoundingBoxes3D'.

Signed-off-by: Valentin Dury <valentin03dury@gmail.com>
@Ardorax Ardorax self-assigned this Nov 17, 2022
@Data-Iab Data-Iab self-requested a review November 17, 2022 09:36
@Ardorax Ardorax added enhancement New feature or request good first issue Good for newcomers aloscene aloscene quick-fix labels Nov 17, 2022
@Data-Iab
Copy link
Collaborator

will approve once the conflicts are resolved

+ Merge with branch 'alobugdays'.

Signed-off-by: Valentin Dury <valentin03dury@gmail.com>
@Data-Iab Data-Iab merged commit 6be10be into alobugdays Nov 17, 2022
@Ardorax Ardorax changed the title Append Labels on BoundingBoxes3D Alobugsdays - Append Labels on BoundingBoxes3D Nov 17, 2022
@Ardorax Ardorax linked an issue Nov 17, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alobugdays aloscene aloscene enhancement New feature or request good first issue Good for newcomers quick-fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Labels on BoundingBoxes3D
2 participants