Coder Social home page Coder Social logo

Comments (4)

PlutoNameless avatar PlutoNameless commented on June 14, 2024

Search for 'cryptography' in the project to retrieve the corresponding code

from apex_aimbot.

soapboss avatar soapboss commented on June 14, 2024

it shows:

[11/19/2023-17:56:23] [TRT] [I] [MemUsageChange] Init CUDA: CPU +5, GPU +0, now: CPU 6259, GPU 1008 (MiB) [11/19/2023-17:56:28] [TRT] [I] [MemUsageChange] Init builder kernel library: CPU +512, GPU +118, now: CPU 7224, GPU 1126 (MiB)
Traceback (most recent call last): File "apex.py", line 17, in <module> apex = ApexAimBot(config_path='configs/apex.yaml', onnx_path='weights/best_apex.onnx', engine_path='weights/best_apex.trt')
File "apex.py", line 8, in __init__ super().__init__(config_path, onnx_path, engine_path)
File "C:\Users\soapb\Documents\APEX_AIMBOT-master\APEX_AIMBOT-master\AimBot.py", line 24, in __init__ self.build_trt_model(onnx_path, engine_path)
File "C:\Users\soapb\Documents\APEX_AIMBOT-master\APEX_AIMBOT-master\AimBot.py", line 65, in build_trt_model export_to_trt(onnx=onnx_path, engine=engine_path)
File "C:\Users\soapb\Documents\APEX_AIMBOT-master\APEX_AIMBOT-master\tensorrt_python\export_to_trt.py", line 290, in export_to_trt builder.create_network(args.onnx, args.end2end, args.conf_thres, args.iou_thres, args.max_det, args.encryp_password)
File "C:\Users\soapb\Documents\APEX_AIMBOT-master\APEX_AIMBOT-master\tensorrt_python\export_to_trt.py", line 130, in create_network
onnx_data = fw.decrypt(f.read())
File "C:\Users\soapb\AppData\Local\Programs\Python\Python37\lib\site-packages\cryptography\fernet.py", line 86, in decrypt timestamp, data = Fernet._get_unverified_token_data(token)
File "C:\Users\soapb\AppData\Local\Programs\Python\Python37\lib\site-packages\cryptography\fernet.py", line 122, in _get_unverified_token_data
raise InvalidToken
cryptography.fernet.InvalidToken

Sir , I still cant found which code going wrong

from apex_aimbot.

PlutoNameless avatar PlutoNameless commented on June 14, 2024

If you remove the encryption in your code, then you shouldn't use the models inside the project.

from apex_aimbot.

soapboss avatar soapboss commented on June 14, 2024

I didn't remove encrypted code yet,can you discribe specifically which file or which code line should be removed

from apex_aimbot.

Related Issues (20)

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.