daniabib / csgo-aimbot

🎯 An aimbot that uses Yolov5 and PyTorch to play CS:GO
13 stars 3 forks source link

Error on launch #2

Open Git-Forked opened 1 year ago

Git-Forked commented 1 year ago

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'?

plozzy04 commented 1 year ago

i got that too did u figure how to fix it

black-bots commented 3 months ago

change img to ims .

i got that too did u figure how to fix it