Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AlbinZhu/easy-trt
TensorRT for YOLOv10 with CUDA
https://github.com/AlbinZhu/easy-trt
Last synced: 3 months ago
JSON representation
TensorRT for YOLOv10 with CUDA
- Host: GitHub
- URL: https://github.com/AlbinZhu/easy-trt
- Owner: AlbinZhu
- Created: 2024-05-01T15:56:07.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T01:45:46.000Z (6 months ago)
- Last Synced: 2024-08-16T02:54:44.717Z (6 months ago)
- Language: C++
- Homepage:
- Size: 12.3 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-yolo-object-detection - AlbinZhu/easy-trt - trt?style=social"/> : TensorRT for YOLOv10 with CUDA. (Lighter and Deployment Frameworks)
- awesome-yolo-object-detection - AlbinZhu/easy-trt - trt?style=social"/> : TensorRT for YOLOv10 with CUDA. (Lighter and Deployment Frameworks)
- awesome-cuda-triton-hpc - AlbinZhu/easy-trt - trt?style=social"/> : TensorRT for YOLOv10 with CUDA. (Applications)
- awesome-cuda-triton-hpc - AlbinZhu/easy-trt - trt?style=social"/> : TensorRT for YOLOv10 with CUDA. (Applications)
README
### YOLOV10 TensorRT infer
Follow [YOLOV10 website](https://github.com/THU-MIG/yolov10) get trt file;
Change some variables in `main.cpp` and `CMakeLists.txt`
Build and Run