neuralmagic / deepsparse

Sparsity-aware deep learning inference runtime for CPUs
https://neuralmagic.com/deepsparse/
Other
2.98k stars 172 forks source link

Overly large text annotation #383

Closed dnth closed 2 years ago

dnth commented 2 years ago

Describe the bug When running annotate.py in https://github.com/neuralmagic/deepsparse/tree/main/examples/ultralytics-yolo the text annotation on the inference window is too large.

The text annotation (images_per_sec) on the inference window is so large to the point some of the texts are not visible because they exceed the window size.

Screenshot attached 👇

Expected behavior All texts should be visible within the window.

image

mgoin commented 2 years ago

Thanks for reporting and fixing, landed your contribution!