mirror of
https://github.com/RootKit-Org/AI-Aimbot.git
synced 2025-06-21 02:41:01 +08:00
Fixing file name
This commit is contained in:
parent
2aea2d4398
commit
5648375443
@ -94,7 +94,7 @@ def main():
|
||||
sTime = time.time()
|
||||
|
||||
# Loading Yolo5 Small AI Model
|
||||
model = DetectMultiBackend('yolov5s.engine', device=torch.device(
|
||||
model = DetectMultiBackend('yolov5s320Half.engine', device=torch.device(
|
||||
'cuda'), dnn=False, data='', fp16=True)
|
||||
stride, names, pt = model.stride, model.names, model.pt
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user