We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think the feature auto show darknet predictions only should evoke darknet if there are no marks already.
auto show darknet predictions
Going through already marked up images with auto show on is significantly slower then having never show enabled.
auto show
never show
Thus I assume darknet gets invoked in the background for no reason.
The text was updated successfully, but these errors were encountered:
This is particularly noticeable on CPU (vs GPU) when using large images and tiling has been enabled.
Would be nice to revisit how this part of the code works and skip the calls into Darknet when not necessary.
Sorry, something went wrong.
No branches or pull requests
I think the feature
auto show darknet predictions
only should evoke darknet if there are no marks already.Going through already marked up images with
auto show
on is significantly slower then havingnever show
enabled.Thus I assume darknet gets invoked in the background for no reason.
The text was updated successfully, but these errors were encountered: