misternay / The-Gatherer

Albion Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The-Gatherer-2.0

You can still access the previous version by changing the branch on Github.

This was made using YOLOv5 and OpenCV. The model is now comaptible with CPU and GPU and it detexts automaticly the best option for your computer. You can load your custom YOLO models (exported to ONNX) by using your own .onnx file.

On how to use your own data set to train a custom model, for now I'ld recomend following this tutorial for custom training. https://www.youtube.com/watch?v=GRtgLlwxpc4. I'm also uploading very soon a simple guide to export your .pt model to .onnx so it can run in this version of the bot.

You can check out the rewritten version on C++ (with no UI) that also uses Onnx to run inference here: https://github.com/Riczap/The-Gatherer-Cpp

  • Known Issue: Trying to move the window of The Gatherer 2 while having the Bot Vision activated, will crash the program. (You can move the command prompt at any time without issues)

  • Note: The Bot and the Vision are independent, you can have the bot running without the Computer Vision function activated. The model is running on the background whenever you activate either of them.

  • Note: All of the parameters have default values, so you can leve them blank and it'll work fine.

  • Training Data (Demo): https://drive.google.com/drive/u/2/folders/17X_f17WpzoxHMURSj5QIZ4lMUWPImf5V

  • Showcase: Video coming Soon... Showcase

New Features

I've implemented some quality of live updates so it's easier to use for general purposes.

  • You can choose the resolution that you are currently using for your game manually

Resolution

  • You can add and select your custom models with a drop down menu

Models

  • You can now input your desired waiting time between the actions of the bot.

Just remember to click the Save changes button after you selected your custom parameters Save

Installation

To use the new version of The Gatherer you can install the dependencies either in your main python environment, using anaconda or as an executable file.

Python

  1. Clone the repository on GitHub (Download the files).
  2. Open a console terminal and run the following command to install all of the dependencies: pip install -r requirements.txt

Conda

  1. Clone the repository on GitHub (Download the files).
  2. Install Anaconda: https://www.anaconda.com/products/distribution
  3. Create an Environment using the following command on the anaconda prompt: conda create -n myenv (you can choose any name you want for the env)
  4. Activate the environment using conda activate myenv and open the directory where you downloaded the source code for the bot. Run the following line to install all of the dependencies: pip install -r requirements.txt
  5. Now you can run the main.py file through the conda environment using python main.py

Executable

  1. Download and extract the zip file: https://drive.google.com/file/d/1HImNmd06msfE_RuhBxIzT-rLlXL6LCa5/view?usp=share_link
  2. Right click and create a shortcut of The Gatherer 2.exe file and move it to your desired location
  3. Remeber that you'll need to acces the models directory to add new custom models.

How to Add a Custom Model

Exporting to Onnx

I'm also finishing up a video tutorial explaining how to export your custom models. And here is a step by step guide on how to do it.

Adding the model to The Gatherer 2.0

  1. Once you've you custom model as a yolov5.onnx file you can proceede to create a text file with a matching name to the name of your model containing the name of your custom classes.

Text File

  1. Move both files into the models directory.

Feel free to use the code for your own projects!

If you have any issues and need assistance send me a message or post something on: Discord: WanderingEye#0330 Forum: https://www.unknowncheats.me/forum/usercp.php

About

Albion Bot


Languages

Language:Python 100.0%