Giter VIP home page Giter VIP logo

csgo-aimbot's Introduction

Hi! ๐Ÿ‘‹

I'm Daniel, and I'm a Generative AI developer from Brazil ๐Ÿ‡ง๐Ÿ‡ท

๐Ÿ“ซ You can contact me on:

๐ŸŒฑ Iโ€™m currently learning

Probabilistic Graphical Models.

๐Ÿ›  Tech Stack

Python Pytorch Tensorflow Docker AWS Numpy Pandas OpenCV scikit-learn FFmpeg Git C Linux MySQL JavaScript Haskell GNU Bash

csgo-aimbot's People

Stargazers

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

Watchers

 avatar  avatar

csgo-aimbot's Issues

.

.

Error on launch

Using cache found in /home/user/.cache/torch/hub/ultralytics_yolov5_master
RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xf
RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xf
RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xf
YOLOv5 ๐Ÿš€ 2022-10-16 Python-3.10.7 torch-1.12.1+cu102 CPU

Fusing layers...
Model summary: 367 layers, 46135203 parameters, 0 gradients
Adding AutoShape...
Traceback (most recent call last):
File "/home/user/Games/csgo-aimbot/aim-bot.py", line 109, in
main()
File "/home/user/Games/csgo-aimbot/aim-bot.py", line 84, in main
cv.imshow('CV TEST', results.imgs[0])
AttributeError: 'Detections' object has no attribute 'imgs'. Did you mean: 'ims'?

TypeError: 'type' object is not subscriptable

Tried to run this one and got this error, could you give some hint how to fix it?

Traceback (most recent call last):
File "aim-bot.py", line 39, in
def get_targets(results: list, labels: list[int]) -> list[Target]:
TypeError: 'type' object is not subscriptable

Looking at the line 39, I saw this:

def get_targets(results: list, labels: list[int]) -> list[Target]:
"""Returns a list with results filtered by the classes specified in the labels argument."""
return [Target(target) for target in results.xywh[0] if target[5] in labels]

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.