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

Allowing specifying box_alphas, box_widths and other features for individual layout items #116

Closed
lolipopshock opened this issue Feb 10, 2022 · 1 comment

Comments

@lolipopshock
Copy link
Member

Candidates:

  1. lp.draw_box(image, layout, box_alpha=[0.1, 0.2, ...])
  2. lp.draw_box(image, layout, box_alpha_based_on_scores=True)

Also we could change the coloring configs in a way similar to Matplotlib:

  1. lp.draw_box(image, layout, box_colors=[...])
@lolipopshock
Copy link
Member Author

Setting box_alpha_based_on_scores is too specific; not implemented in #129

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

No branches or pull requests

1 participant