Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document describes how to convert the PT file provided by YOLOV8 to ONNX format.
The prerequisite is that the development environment for Python YOLOV8 has already been set up.

The requirement of ultralytics is in the file

View file
namerequirement.txt
.

We supply the conda environment version list in the file

View file
nameEnvlist.txt
.

1. Prepare Project File

Download from the GitHub:

...