vincentgong7 / VG_AlexeyAB_darknet

A forked AlexeyAB Darknet repo with extra convenient functions.

Home Page:https://darknet.gong.im

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Batch inference does not work

Ahmed-Noureddine-Amri opened this issue · comments

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

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.