Giter Site home page Giter Site logo

ntuywang103 / apex_aimbot Goto Github PK

View Code? Open in Web Editor NEW
543.0 543.0 91.0 55.18 MB

This is a YOLOV7 based APEX and CSGO Aimbot

License: GNU General Public License v3.0

Python 88.33% Jupyter Notebook 2.14% CMake 0.39% C++ 8.59% Shell 0.40% Dockerfile 0.16%
ai-aimbot aim-assistant apex apex-aim-assistant apex-aimbot apex-hack apex-legends apex-legends-aimbot apex-legends-cheat apex-legends-hack apex-legends-spoofer csgo csgo-aimbot

apex_aimbot's People

Contributors

ntuywang103 avatar plutonameless 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  avatar  avatar  avatar

apex_aimbot's Issues

Process finished with exit code 0xC0000409

Thank you for sharing. I have a small question to ask you. I am using Pycharm to open the program. However, during the execution process, the following error occurred. Can you please tell me how to resolve it?

Input 'images' with shape (1, 3, 640, 640) and dtype DataType.FLOAT
Output 'num_dets' with shape (1, 1) and dtype DataType.INT32
Output 'det_boxes' with shape (1, 12, 4) and dtype DataType.FLOAT
Output 'det_scores' with shape (1, 12) and dtype DataType.FLOAT
Output 'det_classes' with shape (1, 12) and dtype DataType.INT32
Building fp16 Engine in D:\Python\APEX_AIMBOT-master\weights\best_apex.trt
[03/31/2023-20:48:54] [TRT] [I] [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +455, GPU +10, now: CPU 11465, GPU 1109 (MiB)

Process finished with exit code -1073740791 (0xC0000409)

yolov7训练出来的pt用export_pt_to_onnx转onnx,生成的trt模型没法使用

Traceback (most recent call last):
File "E:\AIheji\APEX_AIMBOT\apex.py", line 19, in
apex.forward()
File "E:\AIheji\APEX_AIMBOT\AimBot.py", line 195, in forward
nums, boxes, confidences, classes = self.engine.inference(img)
File "E:\AIheji\APEX_AIMBOT\utils\InferenceEngine.py", line 57, in inference
num, final_boxes, final_scores, final_cls_inds = self.forward(img)
ValueError: not enough values to unpack (expected 4, got 3)

缺少num这个值,我用yolov7官方的pt也试了还是报这个错
大佬能帮忙看看吗

詢問關於滑鼠靈敏度

在瞄準目標時只會往右邊移動,畫面上顯示是有正常偵測到目標,而遊戲畫面是1920*1080,GHUB也已經設置到2021.10的版本不知道哪邊出了點問題,哪邊可以調整滑鼠參數呢

Please tell me about this error.

登陆失败, 单码-cardNum,不能为空

I'm using the exe version.
When I run it as administrator, I get this error, what could be the cause?
CUDA is placed in the main folder.

Contact

Hi can i contact you about this project privately. Thanks

RemoteDisconnected

hello, i want to ask one question, how to solve the problem when the output like this? thank you :)

登陆失败 ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

目标识别问题

1.射击场中人形靶也会被识别为目标,当设置假人以疾跑速度移动时准星目标经常会偏移到旁边的靶上
2.远处的目标在视体积过小时似乎会连同背景一起被识别,导致准星向上偏移

有没有可能通过修改识别门槛改善此类情况,或者需要重新训练?

找不到指定的模块

File ".\apex.py", line 1, in
from AimBot import AimBot
File "C:\Users\admin\Desktop\APEX_AIMBOT-master\AimBot.py", line 13, in
from utils.InferenceEngine import BaseEngine, precise_sleep
File "C:\Users\admin\Desktop\APEX_AIMBOT-master\utils\InferenceEngine.py", line 5, in
import tensorrt as trt
File "C:\Users\admin\anaconda\envs\apex\lib\site-packages\tensorrt_init_.py", line 129, in
ctypes.CDLL(find_lib(lib))
File "C:\Users\admin\anaconda\envs\apex\lib\ctypes_init_.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] 找不到指定的模块。

recognition wrong

How big is the dataset used by Apex, and there are many cases where you feel that the recognition is wrong

OSError: [WinError 126] The specified module could not be found

(apex) C:\Users\Dimred\APEX_AIMBOT-master>python apex.py
Traceback (most recent call last):
File "apex.py", line 1, in
from AimBot import AimBot
File "C:\Users\Dimred\APEX_AIMBOT-master\AimBot.py", line 13, in
from utils.InferenceEngine import BaseEngine, precise_sleep
File "C:\Users\Dimred\APEX_AIMBOT-master\utils\InferenceEngine.py", line 5, in
import tensorrt as trt
File "C:\ProgramData\anaconda3\envs\apex\lib\site-packages\tensorrt_init_.py", line 129, in
ctypes.CDLL(find_lib(lib))
File "C:\ProgramData\anaconda3\envs\apex\lib\ctypes_init_.py", line 356, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found

how do i fix this

Could you upload an exe version again plz

I've construct the environment but found the effect is not so good. And the exe file is out of date. I'm wondering if you can upload again so that i can check where is the problem with my apex.py. Thanks!

Can you provide the exe for csgo version?

I can not run .py because of building environment failed.
When I try to install requirement.txt, it comes out some error as the following:

pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.

So it is the only way for me to run this bot successfully, please release the csgo version.
(Apex version will show a sentence like "I can't log in", I don't know what it means.)

是否只能使用文件提供的权重?这段是否加密了

我尝试使用自己的权重但是却出现了解密失败。
F:\py3.8\python.exe F:\aim\yolov7aim\cod19.py
Traceback (most recent call last):
File "F:\aim\yolov7aim\cod19.py", line 17, in
apex = ApexAimBot(config_path='configs/cod19.yaml', onnx_path='weights/cod19.onnx', engine_path='weights/cod19.trt')
File "F:\aim\yolov7aim\cod19.py", line 8, in init
super().init(config_path, onnx_path, engine_path)
File "F:\aim\yolov7aim\AimBot.py", line 34, in init
self.engine = BaseEngine(engine_path)
File "F:\aim\yolov7aim\utils\InferenceEngine.py", line 21, in init
serialized_engine = fw.decrypt(f.read())
File "F:\py3.8\lib\site-packages\cryptography\fernet.py", line 85, in decrypt
timestamp, data = Fernet._get_unverified_token_data(token)
File "F:\py3.8\lib\site-packages\cryptography\fernet.py", line 121, in _get_unverified_token_data
raise InvalidToken
cryptography.fernet.InvalidToken

我遇到一些问题

Traceback (most recent call last):
File "E:\xz\APEX_AIMBOT-master\APEX_AIMBOT-master\AimBot.py", line 13, in
from utils.InferenceEngine import BaseEngine, precise_sleep
File "E:\xz\APEX_AIMBOT-master\APEX_AIMBOT-master\utils\InferenceEngine.py", line 7, in
import pycuda.driver as cuda
File "E:\xz\APEX_AIMBOT-master\venv\lib\site-packages\pycuda\driver.py", line 65, in
from pycuda._driver import * # noqa
ImportError: DLL load failed while importing _driver: 找不到指定的程序。

Could not locate zlibwapi.dll. Please make sure it is in your library path!

[04/08/2023-10:51:33] [TRT] [I] [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +615, GPU +196, now: CPU 7195, GPU 1394 (MiB)
[04/08/2023-10:51:33] [TRT] [I] [MemUsageChange] Init cuDNN: CPU +8, GPU +8, now: CPU 7203, GPU 1402 (MiB)
[04/08/2023-10:51:33] [TRT] [I] Local timing cache in use. Profiling results in this builder pass will not be stored.
Could not locate zlibwapi.dll. Please make sure it is in your library path!

If i use my own trained model

If i use my own trained model, do i need to change the name of the label list?
because my photo already named the label list to called "teammates" "person", but i saw in the apex config, it is enemy, friends and down. After change my model, does it work? or i need to change the label list at the config file

About the AI data

I want to learn how to train data to improve this project. Could you please provide me with a direction or tutorial? How can I contact you? Thank you.

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.