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

API improvements #29

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

API improvements #29

wants to merge 11 commits into from

Conversation

thatgeeman
Copy link
Owner

No description provided.

@thatgeeman
Copy link
Owner Author

thatgeeman commented Aug 21, 2023

Fixes #20

Also breaking change: requires to pass a list of dict instead now in get_bx([{"x_min": 130, "y_min": 63, "x_max": 225, "y_max": 180}])

thatgeeman and others added 8 commits January 28, 2024 16:03
…nknown`

 [{'x_min': 50, 'y_min': 70, 'x_max': 120, 'y_max': 100, 'label': 'rand1'}, {'x_min': 150, 'y_min': 200, 'x_max': 250, 'y_max': 240, 'label': 'rand2'}] ['unknown', 'unknown']

- calls to mbx will preserve the original coords type but only indexed calls to BaseBx differ
- No more enforces basebx when a single item is passed into multibx
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.

1 participant