All Projects → onnx → Onnx Coreml

onnx / Onnx Coreml

Licence: mit
ONNX to Core ML Converter

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Onnx Coreml

Swiftrex
Swift + Redux + (Combine|RxSwift|ReactiveSwift) -> SwiftRex
Stars: ✭ 267 (-18.1%)
Mutual labels:  apple
Csvkeychain
Import/export between Apple Keychain.app and plain CSV file.
Stars: ✭ 281 (-13.8%)
Mutual labels:  apple
Entwine
Testing tools and utilities for Apple's Combine framework.
Stars: ✭ 306 (-6.13%)
Mutual labels:  apple
Swift Shortcuts
An iOS 14 Shortcuts creator written in Swift, inspired by SwiftUI.
Stars: ✭ 276 (-15.34%)
Mutual labels:  apple
Xresign
XReSign - developer tool to sign or resign iOS app (.ipa) files with a digital certificate from Apple.
Stars: ✭ 277 (-15.03%)
Mutual labels:  apple
Macdriver
Native Mac APIs for Go
Stars: ✭ 3,582 (+998.77%)
Mutual labels:  apple
Mac Setup
🛠️ Front end web development setup for macOS.
Stars: ✭ 265 (-18.71%)
Mutual labels:  apple
Compositional Layouts Kit
📏 A set of advanced compositional layouts for UICollectionView with examples [Swift 5.3, iOS 13].
Stars: ✭ 317 (-2.76%)
Mutual labels:  apple
Gtsheet
An easy to integrate solution for presenting UIViewControllers in a bottom sheet
Stars: ✭ 282 (-13.5%)
Mutual labels:  apple
Arkit
ARKit Base Project. Place virtual objects based on WWDC example project
Stars: ✭ 297 (-8.9%)
Mutual labels:  apple
2019
Student submissions for the WWDC 2019 Scholarship
Stars: ✭ 276 (-15.34%)
Mutual labels:  apple
Heif Utility
HEIF Utility - View/Convert Apple HEIF images on Windows.
Stars: ✭ 277 (-15.03%)
Mutual labels:  apple
Awesome Swiftui
A curated list of awesome SwiftUI tutorials, libraries, videos and articles.
Stars: ✭ 289 (-11.35%)
Mutual labels:  apple
Sarunarchiveany
A very useful library for Unarchiving the .zip, .rar, .7z files for iOS. Block based integration of UnrarKit + SSZipArchive + LzmaSDKObjC (7z).
Stars: ✭ 275 (-15.64%)
Mutual labels:  apple
Splashbuddy
Onboarding splash screen for Jamf Pro. Improves DEP provisioning for macOS.
Stars: ✭ 309 (-5.21%)
Mutual labels:  apple
Swiftui Charts
🚀 SwiftUI Charts with custom styles
Stars: ✭ 272 (-16.56%)
Mutual labels:  apple
Laravel Sign In With Apple
Provide "Sign In With Apple" functionality to your Laravel app.
Stars: ✭ 283 (-13.19%)
Mutual labels:  apple
Open Source Xamarin Apps
📱 Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (-2.45%)
Mutual labels:  apple
Monal
Free XMPP client for iOS and macOS
Stars: ✭ 312 (-4.29%)
Mutual labels:  apple
Attributedstring
基于Swift插值方式优雅的构建富文本, 支持点击长按事件, 支持不同类型过滤, 支持自定义视图等.
Stars: ✭ 294 (-9.82%)
Mutual labels:  apple

Convert ONNX models into Apple Core ML format.

onnx-coreml package is no longer supported and will not be maintained.

PyTorch Models

For converting PyTorch models to CoreML format, the recommended approach is to use new PyTorch to Core ML converter, introduced in the coremltools 4.0 python package. Please read the coremltools documentation on PyTorch conversion for example usage.

ONNX Models

Code for ONNX to Core ML conversion is now available through coremltools python package and coremltools.converters.onnx.convert is the only supported API for conversion. To read more about exporting ONNX models to Core ML format, please visit coremltools documentation on ONNX conversion.

Note: ONNX converter is not under any active feature development. For access to bug fixes, community support and requests, please use coremltools github repository.

Installation

To install coremltools package, please follow these instructions in the coremltools documentation.

License

Copyright © 2018 by Apple Inc., Facebook Inc., and Prisma Labs Inc.

Use of this source code is governed by the MIT License that can be found in the LICENSE.txt file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].