Skip to content

Think-Evolve-Consulting/Yolov8-tfjs-model

Repository files navigation

  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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published