fb029ed / yolov5_cpp_openvino

用c++实现了yolov5使用openvino的部署
Apache License 2.0
268 stars 61 forks source link

Batch Inference #11

Open LifeIsSoSolong opened 3 years ago

LifeIsSoSolong commented 3 years ago

thanks for your great work.

Your code only support inference with batchsize=1, How to modify your code to inference with batchsize>1?