Skip to content

YOLOv8 instance segmentation on iOS using Core ML, Vision, TensorFlow Lite, PyTorch Mobile.

Notifications You must be signed in to change notification settings

mmarei1/YOLOv8-seg-iOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv8-seg-iOS

YOLO11 / YOLOv8 (Ultralytics) instance segmentation on iOS using Core ML (WIP), Vision, TensorFlow Lite, PyTorch Mobile.

 

TODO:

  • Inference using Core ML

Usage:

  1. Clone repository
  2. Install pods via CocoaPods
  3. Add your exported YOLO11-seg or YOLOv8-seg models to the project
  4. Update the file paths inside ContentViewModel.swift with new file names or init new Core ML model

About

YOLOv8 instance segmentation on iOS using Core ML, Vision, TensorFlow Lite, PyTorch Mobile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 94.6%
  • Objective-C++ 3.8%
  • Objective-C 1.1%
  • Ruby 0.5%