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.
pbyf83ift
0538382e19
|
5 months ago | |
---|---|---|
ReadMe.md | 5 months ago | |
calculate_model.py | 5 months ago | |
control_logic.py | 5 months ago | |
main.py | 5 months ago | |
model_elem.py | 5 months ago | |
region_detection.py | 5 months ago | |
requirements.txt | 5 months ago | |
sendinput.py | 5 months ago |
ReadMe.md
项目简介: 本项目采用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