You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @btessore! It's always great to see someone identify a bug, so now we can make things even better!
Would you be able to prepare a pull request, or even a more complete code snippet identifying what fix is needed and confirm on your end that it resolves the issue?
There is a minor bug in the call of augraphy.utilities.imageoverlay.ImagOverlay
Parenthesis are missing in image.copy.
image.copy
should beimage.copy()
Also,
the class returns the a RGBA image (H,W,4) instead of a 1 or 3 channels image. I'm not sure if it is the intended meaning.
cheers
The text was updated successfully, but these errors were encountered: