AI Aimbot | YOLOv5 Tutorial | Tech Breakdown # 2
In this episode of Tech Breakdown we will be going over how to create an AI Aimbot using YOLOv5. This YOLOv5 tutorial will cover object detection, custom object detection, the difference between machine learning & deep learning, how to train YOLOv5 on custom data and create a YOLOv5 aimbot from that data. If you enjoy make sure to leave a like and subscribe. Enjoy
--- TIME STAMPS ---
FOUNDATION:
00:10 -
02:40
SETUP:
02:40 -
08:23
RUNTIME:
08:23 -
11:20
TRAINING
11:20 -
17:10
AIMBOT
17:10 -
20:45
--- COMMANDS ---
# YOLO
1. git clone https://github.com/ultralytics/yolov5
2. cd yolov5
3. pip install -r requirements.txt
# SCUTTI
1. git clone https://github.com/TrevorSatori/Scutti.git
2. cd Scutti
3. pip install -r requirements.txt
To run - python GUI.py
# LABELIMG
1. pip install lxml
2. git clone https://github.com/tzutalin/labelImg.git
3. cd labelIMG
4. pyrcc5 -o libs/resources.py resources.qrc
To run - python labelImg.py
# FOR GPU ACCELERATION
1. Install NVIDIA Toolkit
2. Install Anaconda
3. Inside Anaconda terminal type - conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
4. Inside Anaconda terminal - git clone https://github.com/ultralytics/yolov5
5. Inside Anaconda terminal - cd yolov5
6. Inside Anaconda terminal - pip install -r requirements.txt
# Training
1. cd yolov5
2. python train.py --img 640 --batch 16 --epochs 3 --dataset yourname.yaml --weights yolov5s.pt
--- RELEVANT LINKS ---
PYTORCH: https://pytorch.org/get-started/locally/
YOLOV5: https://github.com/ultralytics/yolov5
NVIDIA: https://developer.nvidia.com/cuda-toolkit
ANACONDA: https://www.anaconda.com/
Joseph Redmon website: https://pjreddie.com/
Joseph Redmon YouTube: https://www.youtube.com/c/JoeRedmon
COCO Dataset: https://cocodataset.org/#home
Kaggle: https://www.kaggle.com/
# STOCK VIDEO CREATOR CREDITS
🖌 StefWithAnF
🖌 Mikhail Nilov
🖌 Uzunov Rostislav
--- FOLLOW ME ---
💻 Github: https://github.com/TrevorSatori
AI Aimbot | YOLOv5 Tutorial | Tech Breakdown # 2