linghu8812
linghu8812
Hello every one, here is a repo for YOLOv6 inference with C++: [https://github.com/linghu8812/tensorrt_inference/tree/master/project/YOLOv6](https://github.com/linghu8812/tensorrt_inference/tree/master/project/YOLOv6), the inference results are consistent with PyTorch results.  For more information, please refer this blog: [https://blog.csdn.net/linghu8812/article/details/125513929](https://blog.csdn.net/linghu8812/article/details/125513929)
Here is an TensorRT inference on video example which includes detection and tracking: [https://github.com/linghu8812/yolov5_fastreid_deepsort_tensorrt](https://github.com/linghu8812/yolov5_fastreid_deepsort_tensorrt)
Hello everyone, here are some scripts that can convert insightface params to onnx model. These scripts have been sorted out various methods of exporting MXNet params or insightface params on...
Hello everyone, here is a code that can convert the ScaledYOLOv4 model to onnx model. ### **yolov4-large branch** For the branch of [yolov4-large](https://github.com/WongKinYiu/ScaledYOLOv4/tree/yolov4-large), the code is here: [https://github.com/linghu8812/tensorrt_inference/tree/master/ScaledYOLOv4](https://github.com/linghu8812/tensorrt_inference/tree/master/ScaledYOLOv4), now it...
Hello! When I finish training with branch paper, it encountered with an error: ```bash File "train.py", line 562, in train(hyp, opt, device, tb_writer, wandb) File "train.py", line 369, in train...
Hello everyone, here is a tensorrt inference demo for nanodet: [https://github.com/linghu8812/tensorrt_inference/tree/master/project/nanodet](https://github.com/linghu8812/tensorrt_inference/tree/master/project/nanodet). **First of all**, when I export onnx model, I add softmax and concat layer to onnx, so the end...