Replies: 1 comment
-
@DerBra1n
To resolve this issue, you could try the following steps:
|
Beta Was this translation helpful? Give feedback.
-
@DerBra1n
To resolve this issue, you could try the following steps:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If I use the existing .pt then the bot works fine, but as soon as I insert my best.pt I get an error.
I use 4 NC instead of 2 like you, what do I have to change so that the Aimbot recognizes my best.pt?
Here the error if I want to exchange the .pt:
experimental.py, Line 80, ckpt = torch.load(attempt_download(w))
Error:
Exception has occurred: AttributeError
Can't get attribute 'DetectionModel' on <module 'models.yolo' from 'd:\Downloads\Yolov5ForCSGO-main\Main\models\yolo.py'>
File "D:\Downloads\Yolov5ForCSGO-main\Main\experimental.py", line 80, in attempt_load
ckpt = torch.load(attempt_download(w))
File "D:\Downloads\Yolov5ForCSGO-main\Main\cs_model.py", line 18, in load_model
model = attempt_load(weights, device=device)
File "D:\Downloads\Yolov5ForCSGO-main\Main\main.py", line 34, in
model = load_model()
AttributeError: Can't get attribute 'DetectionModel' on <module 'models.yolo' from 'd:\Downloads\Yolov5ForCSGO-main\Main\models\yolo.py'>
I hope anybody can help me :)
Beta Was this translation helpful? Give feedback.
All reactions