Open ohlr opened 3 years ago
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.
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.
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.