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

Image visualization + cropping via ImageToNDArray - improve usability #413

Open
AlexDBlack opened this issue Jun 25, 2020 · 0 comments
Open

Comments

@AlexDBlack
Copy link
Contributor

Currently, with any of the image visualization steps (draw bounding box, draw points, etc) users need to provide an ImageToNDArray configuration if the original image (that was fed into the net) was cropped.
Cropping can occur for example if the image aspect ratio doesn't match the aspect ratio that the network actually operates on (for example: 1920x1080 --> 300x300).

This is easy to forget or not realize, and it's not particularly user friendly.
What we want: a mechanism in the visualization steps to account for the fact that the original image was cropped, before it was fed into the network. This should be hard to get wrong, and easy to get right, even for newer users and non-experts.

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