Skip to content

yoloaim/yolo8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ow-vision

About

ow-vision is an AI to detect enemy on Overwatch 2 ! It can detect hero and their head and click automatically on it

triggerbot

Features:

  • ✅ Detect enemy and enemy's head
  • ✅ Detect any hero
  • ✅ Trigger bot - click automatically on enemy head
  • ✅ Fast - 20ms to detect and click

Made with passion, raggae and YOLOv8

Content

The training training hero

Trigger bot

ow-vision has a script to click automatically on enemy head (not allowed by Overwatch 2 so use at your own risk)

Example in game: trigger bot https://cdn.discordapp.com/attachments/941415112135307314/1097663491814465566/ApplicationFrameHost_jwhkqyaIr9.gif

Code

run

python /scripts/main.py

train

!yolo train model=yolov8n.pt data=./datasets/v2/data.yaml epochs=150 imgsz=736 project=/models/result/v2 device=0

settings

# Detection.py
settings = {"toggleKey": "²", # the key to toggle the trigger bot, the square on the frame represent the state (red=disabled)
            "cooldown": 1.1, # cooldown between clicks in seconds (only for mode 0)
            "detect": [1], # detect enemy [0] or enemyHead [1] and [0, 1] for both
            "triggerDelay": 0} # delay between clicking on the target in seconds, 0 is fine

Changelogs

Version 2

Recode and larger dataset hero

Version 1.1

Started hero detection hero detection

Version 1 (test)

The AI could detect bot in the training range

bot detection

About

✅ An Overwatch 2 triggerbot using detection AI !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%