yasenh / libtorch-yolov5

A LibTorch inference implementation of the yolov5
MIT License
372 stars 114 forks source link

libtorch multi batch inference #59

Open litc-rgb opened 2 years ago

litc-rgb commented 2 years ago

Hello,I want to ask you a question about how to use libtorch to batch multiple pictures.Now many examples can only process one image. thank you.