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

[BUG] show_grid and draw_grid are incompatible #841

Open
kylekam opened this issue Sep 22, 2023 · 0 comments
Open

[BUG] show_grid and draw_grid are incompatible #841

kylekam opened this issue Sep 22, 2023 · 0 comments

Comments

@kylekam
Copy link

kylekam commented Sep 22, 2023

show_grid and draw_grid in version 0.4.0 are incompatible at the moment. draw_grid creates a single image of shape (H,W,3). show_grid expects (N,H,W,3) ndarray or iterable of (H,W,3) array.

Current fix is to just use imshow instead of show_grid.

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