Skip to content

tothemoon10080/Apex-Legend-character-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apex-Legend-character-recognition (Apex Legend 角色识别)

Using YOLOv8 to train an Apex Legend character recognition model (使用 YOLOv8 训练 Apex Legend 角色识别模型)

  1. Download and Install Dependencies

    • Clone this repository:
      pip clone https://github.com/tothemoon10080/Apex-Legend-character-recognition.git
      
    • Then run the following command in the root directory of the repository to install all the necessary libraries:
      pip install -r requirements.txt
      
  2. Download Dataset

  3. Download Pretrained Model

  4. Train the Model

    • train.py uses the training code from the YOLOv8 documentation, just modify the dataset path, pretrained model path, and the path for saving the trained model.
  5. Use the Model for Prediction

    • predict.py uses the prediction code from the YOLOv8 documentation, just modify the pretrained model path and the path for the prediction image.
中文描述
  1. 下载并安装依赖

    • 克隆此仓库:
      pip clone https://github.com/tothemoon10080/Apex-Legend-character-recognition.git
      
    • 并在仓库根目录下运行以下命令来安装所有必需的库:
      pip install -r requirements.txt
      
  2. 下载数据集

  3. 下载预训练模型

  4. 训练模型

    • train.py 使用了 YOLOv8 文档中的训练代码,只需修改数据集路径、预训练模型路径及训练后模型的保存路径。
  5. 使用模型进行预测

    • predict.py 使用了 YOLOv8 文档中的预测代码,只需修改预训练模型路径及预测图片路径。

About

Use YOLOv8 to train Apex Legend character recognition model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages