js882829 / Yolo_for_Wukong

a simple project to beat boss in Blackmyth Wukong, using yolo8 to detect boss movement and a script to react to certain detections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  1. git clone
  2. cd to your folder
  3. conda create -n yolo python==3.8.5
  4. conda activate yolo
  5. conda install pytorch(based on your cuda version)
  6. pip install -v -e .

Train/Inference

  • use the srcipt in "wukong" folder for training and inference
  • my base model is yolov8l

Model

About

a simple project to beat boss in Blackmyth Wukong, using yolo8 to detect boss movement and a script to react to certain detections

License:GNU Affero General Public License v3.0


Languages

Language:Python 99.6%Language:Shell 0.2%Language:Dockerfile 0.2%