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

How to run batch_detector for batch_size>1

omeryasar opened this issue · comments

Hi,
As far as I observe batch_detector function actually does not make test operations with image batches. Its the only difference from test detector is taking directory as input instead of a txt file which consists of image paths. I need to make test operation for batch_size>1 Is there anyone that has any idea how can I do that?