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

Fix bounding_box assignment on BoundingBoxesOnImage #724

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

semaraugusto
Copy link

While performing augmentations on bounding boxes one might have to use the classes ia.augmentables.bbs.BoundingBox and/or ia.augmentables.bbs.BoundingBoxesOnImage. However, the assignment of the latter does not check if the variable bounding_boxes is of the correct type (a list containing ia.augmentables.bbs.BoundingBox). This change standardizes the object BoundingBoxesOnImage.bounding_boxes to be always a list of BoundingBox objects

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.

None yet

1 participant