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

add_label in inference.py cannot put text on small image #289

Closed
ABoLei opened this issue Apr 28, 2022 · 1 comment
Closed

add_label in inference.py cannot put text on small image #289

ABoLei opened this issue Apr 28, 2022 · 1 comment
Assignees
Labels
Bug Something isn't working Visualization

Comments

@ABoLei
Copy link

ABoLei commented Apr 28, 2022

Describe the bug

Function add_label in inference.py cannot put text on small image(height=18, width=43, jpeg image)

To Reproduce
Steps to reproduce the behavior:

  1. Prepare small height and width of image(s), e.g. height=18, width=43, jpeg image
  2. Specify --image_path to the image from step1
  3. Run inference.py
  4. See error

Expected behavior
Put inferenced result on a image

Screenshots

image

Hardware and Software Configuration

  • OS: Windows
  • NVIDIA Driver Version [v471.11]
  • CUDA Version [v11.4]
  • CUDNN Version [v11.4.120]
@djdameln
Copy link
Contributor

This has been solved with the visualizer refactor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Visualization
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants