You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using just the Fast setup, onnx set to cpu. In Fortnite, when the assist is turned on, the crosshair aims up towards the sky. Trying to aim down manually with the assist on makes the crosshairs shake all over the place. Resolution, windowed/fullscreen don't have any effect on the issue either. Turning visuals on, in the popup window, I can see orange square and rectangles all jumbled up in the center even if there's not a human shape on screen i.e. the sky. The command prompt doesn't read any errors except for 1 line that it floods the prompt with infinitely as long as I'm running the script:
C:\Users\xloha/.cache\torch\hub\ultralytics_yolov5_master\models\common.py:867: FutureWarning: torch.cuda.amp.autocast(args...) is deprecated. Please use torch.amp.autocast('cuda', args...) instead.
with amp.autocast(autocast):
Windows 64-bit
AMD 9800x3d
NVIDIA RTX 5080
Python 3.10
CUDA 12.8
The text was updated successfully, but these errors were encountered:
Add this code on the top of main.py and rebuild it
This code may only hide the error, but it doesn't address the underlying issue.
Personally, I believe there is an issue with this script. It cannot control the mouse movement in some games. The original developer's goal of creating a script that works for all games is highly unlikely to be feasible, as each game can have different behaviors and requirements for mouse control and aiming.
Using just the Fast setup, onnx set to cpu. In Fortnite, when the assist is turned on, the crosshair aims up towards the sky. Trying to aim down manually with the assist on makes the crosshairs shake all over the place. Resolution, windowed/fullscreen don't have any effect on the issue either. Turning visuals on, in the popup window, I can see orange square and rectangles all jumbled up in the center even if there's not a human shape on screen i.e. the sky. The command prompt doesn't read any errors except for 1 line that it floods the prompt with infinitely as long as I'm running the script:
C:\Users\xloha/.cache\torch\hub\ultralytics_yolov5_master\models\common.py:867: FutureWarning:
torch.cuda.amp.autocast(args...)
is deprecated. Please usetorch.amp.autocast('cuda', args...)
instead.with amp.autocast(autocast):
Windows 64-bit
AMD 9800x3d
NVIDIA RTX 5080
Python 3.10
CUDA 12.8
The text was updated successfully, but these errors were encountered: