-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Observations from testing #52
Comments
@AdamRoden |
@hafyzwithawhy |
Great stuff yall. These are great and legit analysis. The bot in it's current state is more geared for educational usage and is set up to be built upon. We have no plans to add or accept any PRs for adding a GUI like how Lunar has. This is because it takes away for the education value. Since we want to use this to get people interested in programming. Anyone is free to modify the code base, add a GUI, and even sell it if they want. But in guidance with our license, credit must be given to us for the base code. YOLOv8 was tested and can give better results, but requires beefier hardware. We have it currently in a lightweight state. Just using a medium size YOLOv5 model would give better performance in game, but requires better hardware. |
I'm back with more information. I've converted to yolov8 and feel it is noticeably faster than yolov5, especially for the medium and large models. After converting the model to a TensorRT version I gain a 35% performance boost over straight pytorch models. It is a balancing act with any other programs using your gpu. Overall, I find yolo detection to be hit and miss, sometimes helpful to zero in and other times an obstacle that gets you killed. You may benefit from training a custom model, but that's another road. It's been a fun learning experience. Even with aim assistance I still suck and shooters. |
Feel free to submit a Pull Request with the update. You will recieve the Champion role and our active volunteer badge. https://www.credly.com/org/rootkit/badge/active-volunteer Additionally, we added a new folder for custom, user submitted models. |
For the curious people out there I have done some testing on this and my own aimbots using a GTX 1080ti GPU. This is about as good as you'll find without writing something yourself.
At a high-level:
In a deeper-dive:
The text was updated successfully, but these errors were encountered: