YOLOv6 icon indicating copy to clipboard operation
YOLOv6 copied to clipboard

TensorRT inference with C++ for YOLOv6

Open linghu8812 opened this issue 2 years ago • 1 comments

Hello every one, here is a repo for YOLOv6 inference with C++: https://github.com/linghu8812/tensorrt_inference/tree/master/project/YOLOv6, the inference results are consistent with PyTorch results. image For more information, please refer this blog: https://blog.csdn.net/linghu8812/article/details/125513929

linghu8812 avatar Jun 29 '22 01:06 linghu8812

here is my repo also support C++ https://github.com/Linaom1214/tensorrt-python

Linaom1214 avatar Jun 29 '22 03:06 Linaom1214