VG_AlexeyAB_darknet
VG_AlexeyAB_darknet copied to clipboard
Batch inference does not work
Hey Vincent,
Thanks for the great work! However the batch_detector function does not make test with image batches. Similar to detector it takes directory as input instead of a txt file with image paths. I would like to run detection on batches of images, but so far it only seems to be taking a list as input while processing the items one by one.
I'm I missing something, or is this feature not supported yet ?
Thanks in advance
Hi,
Do you mean that you want to use the detector function with the input of a text file listing all image path?
Regards,
Vincent X. Gong
On Fri, Jul 16, 2021 at 12:02 PM Ahmed-Noureddine-Amri < @.***> wrote:
Hey Vincent,
Thanks for the great work! However the batch_detector function does not make test with image batches. Similar to detector it takes directory as input instead of a txt file with image paths. I would like to run detection on batches of images, but so far it only seems to be taking a list as input while processing the items one by one.
I'm I missing something, or is this feature not supported yet ?
Thanks in advance
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vincentgong7/VG_AlexeyAB_darknet/issues/30, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSXEI4H6VZBRRCGCYTVMZTTX77RZANCNFSM5APIOCQQ .
I need to use the detector function on a list yes, but the list images have to be processed in batches, not one by one.