Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 442 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 442 Bytes
  1. Export YOLOv8 model to TFJS format. Read more on the official documentation

  2. Copy yolov8*_web_model to ./public

  3. Update modelName in App.jsx to new model name

    ...
    // model configs
    const modelName = "yolov8*"; // change to new model name
    ...
  4. Done!

Note: Custom Trained YOLOv8 Models

Update src/utils/labels.json with new classes.