-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
DarkHelp does not support batch inference #10
Comments
Hi @stephanecharette , Are there any updates about batch inference integration to DarkHelp? Many thanks! |
My understanding is this is not yet fully supported in Darknet. I've not attempted to add support for this in DarkHelp. |
Thank you for your response @stephanecharette, I thought maybe this feature was integrated to DarkHelp since batch support's commit of Nuzhny007 was merged to Alexey's darknet (Issue #7915). @Nuzhny007 did provide an example of how to use the API after NMS integration. Thanks again. |
I thought I remembered seeing some follow-up issues after that saying that darknet crashes when attempting to use batch inference. I will look into it further. |
I have tried using darknet's Detector class for batch inference (based on @Nuzhny work). It is working fine using GPU. Using batch inference with image tiling sounds exciting (and some script to transform the learning database based on tiling config). Thanks! |
Investigate what would be needed to support batch inference.
See: AlexeyAB/darknet#7541
And: AlexeyAB/darknet#7915
The text was updated successfully, but these errors were encountered: