Open LevineYang opened 4 years ago
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
Hi, Eric! I was wondering how to use the c++ demo like yolo_detect to do inference on multiple images, say 4 images , simultaneously?