YOLOv5-LibTorch
YOLOv5-LibTorch copied to clipboard
Real time object detection with deployment of YOLOv5 through LibTorch C++ API
Thanks very much for creating this repo. Now I am facing one problem that the converted torchscript weight from YoLoV5 is not working with the code you provided. The conversion...
Hi, I want inference my ```.torchscript.pt``` which is trained by this command and switch: ``` python train.py --img 128 128 --rect ... ``` but, by change resize function in this...
First of all , thanks for you share. I'd like to know how to extract the raw results after the forward step? because i need to debug for the middle...
Hi, I've tried your code on your provided weights its working fine, but when I tried my custom weight exported using ultralytics repo, even using older tags is not working....
Im new to libtorch. How to change bounded box & text color?