MobileNet-YOLO icon indicating copy to clipboard operation
MobileNet-YOLO copied to clipboard

how to do inference on multiple images as one batch?

Open LevineYang opened this issue 4 years ago • 1 comments

Hi, Eric! I was wondering how to use the c++ demo like yolo_detect to do inference on multiple images, say 4 images , simultaneously?

LevineYang avatar Jun 13 '20 09:06 LevineYang

Hi, Eric! I was wondering how to use the c++ demo like yolo_detect to do inference on multiple images, say 4 images , simultaneously?

I think you should modify the detect layer to add the supports of multiple images. just add a loop for batches

WangYX-TKZ avatar Jun 14 '20 02:06 WangYX-TKZ