Giter Site home page Giter Site logo

fpsautomaticaiming's People

Contributors

chaoyu1999 avatar onlyfabin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

fpsautomaticaiming's Issues

Detect image error

Hi boss. How to fix this?
Fusing layers...
Traceback (most recent call last):
File "/Users/anderson/Downloads/FPSAutomaticAiming-main/./Main.py", line 148, in
detections = detect(img) # 送入yolo检测
File "/Users/anderson/Downloads/FPSAutomaticAiming-main/CFDetect.py", line 44, in detect
pred = model(img, augment=False)[0]
File "/opt/miniconda3/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1051, in _call_impl
return forward_call(*input, **kwargs)
File "/Users/anderson/Downloads/FPSAutomaticAiming-main/models/yolo.py", line 123, in forward
return self.forward_once(x, profile) # single-scale inference, train
File "/Users/anderson/Downloads/FPSAutomaticAiming-main/models/yolo.py", line 139, in forward_once
x = m(x) # run
File "/opt/miniconda3/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1051, in _call_impl
return forward_call(*input, **kwargs)
File "/Users/anderson/Downloads/FPSAutomaticAiming-main/models/common.py", line 171, in forward
return self.conv(torch.cat([x[..., ::2, ::2], x[..., 1::2, ::2], x[..., ::2, 1::2], x[..., 1::2, 1::2]], 1))
File "/opt/miniconda3/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1051, in _call_impl
return forward_call(*input, **kwargs)
File "/Users/anderson/Downloads/FPSAutomaticAiming-main/models/common.py", line 45, in fuseforward
return self.act(self.conv(x))
File "/opt/miniconda3/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1051, in _call_impl
return forward_call(*input, **kwargs)
File "/opt/miniconda3/lib/python3.9/site-packages/torch/nn/modules/conv.py", line 443, in forward
return self._conv_forward(input, self.weight, self.bias)
File "/opt/miniconda3/lib/python3.9/site-packages/torch/nn/modules/conv.py", line 439, in _conv_forward
return F.conv2d(input, weight, bias, self.stride,
RuntimeError: Given groups=1, weight of size [32, 12, 3, 3], expected input[1, 16, 320, 320] to have 12 channels, but got 16 channels instead

属性错误!

用PyCharm运行了一下显示无法获取到 ‘SPPF’
AttributeError: Can't get attribute 'SPPF' on <module 'models.common' from D:\FPSAutomaticAiming-main\models\common.py'>

这是怎么回事啊大佬!

运行报错

大佬有没有联系方式,我运行起来报错好几个地方,由于学识不够看不懂,请大佬给看看

解压后运行Main 报错 之前也跑过YOLO模型 我看了这个文件夹的东西都在啊

from utils.datasets import letterbox

ModuleNotFoundError: No module named 'utils.datasets'
FPSAutomaticAiming-main\utils\datasets.py 有这个文件啊
找到文件运行报错
from utils.general import check_requirements, xyxy2xywh, xywh2xyxy, xywhn2xyxy, xyn2xy, segment2box, segments2boxes,
ModuleNotFoundError: No module named 'utils.general'
然后我运行 'utils.general' 报错
from utils.google_utils import gsutil_getsize
ModuleNotFoundError: No module named 'utils.google_utils'
然后运行 'utils.google_utils' 正常了
进程已结束,退出代码为 0

无畏契约游戏内无效果,求教,大佬

不进游戏是有效果的,不知道是不是无畏契约游戏内屏蔽了win的api调用的关系,但是别人基于openCV写的软件是可以正常调用的(不确定是否使用原生msdk.dll)(也是使用易键鼠),我猜测可能封装dll这方面出现了问题。

加载不到dll

err msg:

Fusing layers...
Traceback (most recent call last):
File "Main.py", line 12, in
dll = cdll.LoadLibrary(r'lib/Dll.dll') # 加载用C语言封装过的“易键鼠”dll
File "C:\Users\Test\anaconda3\envs\yolo\lib\ctypes_init_.py", line 451, in LoadLibrary
return self.dlltype(name)
File "C:\Users\Test\anaconda3\envs\yolo\lib\ctypes_init
.py", line 373, in init
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\Work\opensource\FPSAutomaticAiming\lib\Dll.dll' (or one of its dependencies). Try using the full path with constructor syntax.


是需要安装其他的库吗?

conda引入之后运行main.py

D:\FPSAutomaticAiming>py main.py
Traceback (most recent call last):
File "D:\FPSAutomaticAiming\main.py", line 4, in
from FPSDetect import *
File "D:\FPSAutomaticAiming\FPSDetect.py", line 1, in
import numpy as np
ModuleNotFoundError: No module named 'numpy'

关于准心和鼠标移动

Crossfire HD 2022 01 28 - 21 44 45 01 00_00_00-00_00_30
请问鼠标是锁定在人身上的,但是准心不是锁定在人身上,是哪里出了问题呀?该怎么解决呢。。。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.