LibtorchDetection icon indicating copy to clipboard operation
LibtorchDetection copied to clipboard

C++ trainable detection library based on libtorch (or pytorch c++). Yolov4 tiny provided now.

Results 7 LibtorchDetection issues
Sort by recently updated
recently updated
newest added

this project is perfect for easy to use, I like it. will it support yolov5,yolox?

https://github.com/mingj2021/libtorch-yolov5

你好,请问你的这个yolov4_tiny.pt这个权重是怎么得到的。我如果用libtorch 搭了一个yolov4,我该如何获取我的yolov4的预训练权重,谢谢

Look forward to the implementation of yolov8!

Hi AllentDan, Can you please explain how to add the accuracy metric in the training loop ? Thank you.