Skip to content

kadu-v/yolox-executorch-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yolox-executorch-ios

This is a demo project for running YOLOX on iOS devices using Executorch

The feature of this demo project is:

  • Execute YOLOX model on iOS devices using Executorch
  • Use BYTETracker to track detected objects

How to run

# Clone the project
$ git clone [email protected]:kadu-v/yolox-executorch-ios.git

# Download the executorch library
$ ./scripts/setup-engine.sh

# Build the swift package
$ ./scripts/build-pkg.sh

# Open the project in Xcode
$ open ios/app/ET-YOLOX/ET-YOLOX.xcodeproj/

Add the built swift package to the project and run the project on a real device.

About

YOLOX iOS demo app using executorch and BYTETracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published