/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

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

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