https://github.com/suixin1424/crossfire-yolo-TensorRT
基于yolo-trt的穿越火线ai自瞄
https://github.com/suixin1424/crossfire-yolo-TensorRT
crossfire object-detection yolo
Last synced: 16 days ago
JSON representation
基于yolo-trt的穿越火线ai自瞄
- Host: GitHub
- URL: https://github.com/suixin1424/crossfire-yolo-TensorRT
- Owner: suixin1424
- Created: 2023-02-05T03:45:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T11:47:47.000Z (11 months ago)
- Last Synced: 2024-10-05T16:05:52.277Z (7 months ago)
- Topics: crossfire, object-detection, yolo
- Language: C++
- Homepage:
- Size: 9.65 MB
- Stars: 171
- Watchers: 8
- Forks: 42
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-yolo-object-detection - suixin1424/crossfire-yolo-TensorRT - yolo-TensorRT?style=social"/> : crossfire-yolo-TensorRT. 基于yolo-trt的穿越火线ai自瞄。 (Object Detection Applications)
- awesome-yolo-object-detection - suixin1424/crossfire-yolo-TensorRT - yolo-TensorRT?style=social"/> : crossfire-yolo-TensorRT. 基于yolo-trt的穿越火线ai自瞄。 (Applications)
README
# crossfire-yolo-TensorRT
## 2024/6/23 今天测试了一下,依然很稳
理论支持yolo全系列模型
基于yolo-trt的穿越火线ai自瞄
使用方法:
参考 https://github.com/shouxieai/tensorRT_Pro 先成功编译并运行tensorrt_pro
然后将本程序包含在项目中,
成功编译后请将model文件夹下的onnx复制到tensorrt_pro的workspace目录下,然后运行你编译好的程序
main函数中有三个线程,分别为截图+推理,鼠标移动,平滑鼠标移动
下一步目标是程序根据本机自动设置最优pid参数
欢迎各位开发者共同改进