YOLO-CoreML-MPSNNGraph

YOLO detector

An implementation of YOLO using Core ML and MPS graph API on iOS

Tiny YOLO for iOS implemented using CoreML but also using the new MPS graph API.

GitHub

937 stars
41 watching
252 forks
Language: Swift
last commit: about 5 years ago
Linked from 2 awesome lists

core-mldeep-learningiosmachine-learningmetalmpsswiftyolo

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
r4ghu/ios-coreml-yolo An implementation of object detection using the YOLO v1 model on iOS with CoreML 163
hollance/mobilenet-coreml An implementation of the MobileNet neural network using Apple's CoreML framework for mobile vision applications. 706
philipperemy/yolo-9000 Real-time object detection using deep learning and a large dataset of classes 1,183
natanielruiz/android-yolo Real-time object detection on Android using the YOLO network with TensorFlow 667
xiang-wuu/ncnn-android-yolov7 An Android implementation of object detection using Yolov7 and the ncnn neural network library 133
matlab-deep-learning/pretrained-yolov9-network-for-object-detection Provides pre-trained YOLO object detection networks in MATLAB for real-time performance with good detection quality. 4
cuixing158/yolox-yolov5-onnx-matlab Enables real-time object detection using pre-trained ONNX models in MATLAB 46
xingwangsfu/caffe-yolo An implementation of YOLO object detection in Caffe using pre-trained darknet weights 520
experiencor/keras-yolo3 A deep learning framework for object detection using YOLO3 and training datasets from various sources. 1,604
hekun-nvidia/py-darknet-yolo A Python interface to YOLO object detection software using Darknet 27
yhcc/yolo2 An implementation of the YOLO object detection algorithm using TensorFlow and Keras 161
choasup/caffe-yolo9000 A Caffe implementation of the YOLOv2 and YOLO9000 object detection algorithm 166
experiencor/keras-yolo2 An implementation of YOLOv2 in Keras for object detection and regression tasks 1,729
feigechuanshu/ncnn-android-yolov6 An Android implementation of YOLOv6 object detection using the ncnn library and OpenCV for efficient mobile deployment 62
mystic123/tensorflow-yolo-v3 An implementation of YOLO v3 object detection in Tensorflow using TF-Slim. 890