You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
568 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

项目简介:
本项目采用OpenCV进行图像预处理和特征提取并结合Pytorch框架下提供的keypointrcnn_resnet50_fpn()网络模型利用目标骨骼关键点检测算法实现FPS类游戏的辅助瞄准。
开发环境:
win11
PyCharm community
Python 3.9
运行要求:
具备空闲独立显卡使用cpu的处理速率无法实际使用。
使用Python 3.9 security 版本
安装所需库包:本目录下运行 pip install -r requirements.txt
前往pytorch官网下载最新的CUDA版本
运行main.py