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
# 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.