• Stars
    star
    163
  • Rank 230,037 (Top 5 %)
  • Language
    C++
  • Created over 1 year ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

基于yolo-trt的穿越火线ai自瞄

crossfire-yolo-TensorRT

理论支持yolo全系列模型
基于yolo-trt的穿越火线ai自瞄

使用方法: 参考 https://github.com/shouxieai/tensorRT_Pro 先成功编译并运行tensorrt_pro
然后将本程序包含在项目中, 成功编译后请将model文件夹下的onnx复制到tensorrt_pro的workspace目录下,然后运行你编译好的程序

main函数中有三个线程,分别为截图+推理,鼠标移动,平滑鼠标移动

下一步目标是程序根据本机自动设置最优pid参数
欢迎各位开发者共同改进