Pinned Repositories
cuda-image-preprocess
Speed up image preprocess with cuda when handle image or tensorrt inference
Deepsort-YOLOv5-TensorRT
An object tracking project with YOLOv5-v5.0 and Deepsort, speed up by C++ and TensorRT.
tensorrt-experiment
Base on tensorrt version 8.2.4, compare inference speed for different tensorrt api.
TensorRT-v8-YOLOv5-v5.0
Based on TensorRT v8.2, build network for YOLOv5-v5.0 by myself, speed up YOLOv5-v5.0 inferencing
TensorRT-YOLO11
Based on tensorrt v8.0+, deploy detection, pose, segment, tracking of YOLO11 with C++ and python api.
TensorRT-YOLOv8
Based on tensorrt v8.0+, deploy detect, pose, segment, tracking of YOLOv8 with C++ and python api.
TensorRT-YOLOv8-ByteTrack
An object tracking project with YOLOv8 and ByteTrack, speed up by C++ and TensorRT.
VideoRestore
Enhance video resolution
YOLOv5-TensorRT-lib-Python
The code of YOLOv5 inferencing with TensorRT C++ api is packaged into a dynamic link library , then called through Python.
tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
emptysoal's Repositories
emptysoal/TensorRT-YOLOv8-ByteTrack
An object tracking project with YOLOv8 and ByteTrack, speed up by C++ and TensorRT.
emptysoal/TensorRT-YOLO11
Based on tensorrt v8.0+, deploy detection, pose, segment, tracking of YOLO11 with C++ and python api.
emptysoal/TensorRT-YOLOv8
Based on tensorrt v8.0+, deploy detect, pose, segment, tracking of YOLOv8 with C++ and python api.
emptysoal/cuda-image-preprocess
Speed up image preprocess with cuda when handle image or tensorrt inference
emptysoal/tensorrt-experiment
Base on tensorrt version 8.2.4, compare inference speed for different tensorrt api.
emptysoal/VideoRestore
Enhance video resolution
emptysoal/Deepsort-YOLOv5-TensorRT
An object tracking project with YOLOv5-v5.0 and Deepsort, speed up by C++ and TensorRT.
emptysoal/YOLOv5-TensorRT-lib-Python
The code of YOLOv5 inferencing with TensorRT C++ api is packaged into a dynamic link library , then called through Python.
emptysoal/TensorRT-v8-YOLOv5-v5.0
Based on TensorRT v8.2, build network for YOLOv5-v5.0 by myself, speed up YOLOv5-v5.0 inferencing
emptysoal/keypoint-resnet50
Based on ResNet50, detect keypoint, and use keypoint perspective transform image.
emptysoal/vit-tensorrt
emptysoal/Coco-Mask-Transform
Coco标注格式和Mask标注格式相互转换
emptysoal/concurrent_communion
python socket concurrent mysql
emptysoal/lstm-torch2trt
Build a simple LSTM example using pytorch, and then convert the model in pytorch format to onnx and tensorrt format, in turn.
emptysoal/PyTorch-Resnet
PyTorch-Resnet
emptysoal/Flask-Gunicorn-Nginx
Flask配合Nginx部署示例
emptysoal/Kafka-Docker-Python
使用docker构建kafka环境,并通过python调用kafka接口
emptysoal/mask-rcnn-pytorch
emptysoal/RabbitMQ-Docker-Python
在docker中分别构建rabbitMQ和python环境,并通过python调用rabbitMQ
emptysoal/algorithm-server
练手写的图像算法推理服务
emptysoal/my-huggingface-test
自己下载 huggingface 上的模型做的推理测试