All Projects → tucan9389 → DepthPrediction-CoreML

tucan9389 / DepthPrediction-CoreML

Licence: MIT license
The example of running Depth Prediction using Core ML

Programming Languages

swift
15916 projects
Metal
113 projects

Projects that are alternatives of or similar to DepthPrediction-CoreML

Fritz Examples
A collection of experiences utilizing machine learning models from Fritz AI
Stars: ✭ 181 (+53.39%)
Mutual labels:  coreml
temporal-depth-segmentation
Source code (train/test) accompanying the paper entitled "Veritatem Dies Aperit - Temporally Consistent Depth Prediction Enabled by a Multi-Task Geometric and Semantic Scene Understanding Approach" in CVPR 2019 (https://arxiv.org/abs/1903.10764).
Stars: ✭ 20 (-83.05%)
Mutual labels:  depth-prediction
MNIST-CoreML
Predict handwritten digits with CoreML
Stars: ✭ 63 (-46.61%)
Mutual labels:  coreml
Coremltools
Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
Stars: ✭ 2,483 (+2004.24%)
Mutual labels:  coreml
Kerasdeepspeech
A Keras CTC implementation of Baidu's DeepSpeech for model experimentation
Stars: ✭ 245 (+107.63%)
Mutual labels:  coreml
DiverseDepth
The code and data of DiverseDepth
Stars: ✭ 150 (+27.12%)
Mutual labels:  depth-prediction
Coreml Survival Guide
Source code for the book Core ML Survival Guide
Stars: ✭ 168 (+42.37%)
Mutual labels:  coreml
mlmodelzoo
Build your iOS 11+ apps with the ready-to-use Core ML models below
Stars: ✭ 17 (-85.59%)
Mutual labels:  coreml
SGDepth
[ECCV 2020] Self-Supervised Monocular Depth Estimation: Solving the Dynamic Object Problem by Semantic Guidance
Stars: ✭ 162 (+37.29%)
Mutual labels:  depth-prediction
Sfmlearner
An unsupervised learning framework for depth and ego-motion estimation from monocular videos
Stars: ✭ 1,661 (+1307.63%)
Mutual labels:  depth-prediction
Netron
Visualizer for neural network, deep learning, and machine learning models
Stars: ✭ 17,193 (+14470.34%)
Mutual labels:  coreml
Swiftopenpose
tf-openpose Based iOS Project
Stars: ✭ 215 (+82.2%)
Mutual labels:  coreml
FisheyeDistanceNet
FisheyeDistanceNet
Stars: ✭ 33 (-72.03%)
Mutual labels:  depth-prediction
Vocalization Sign Language Ios
Vocalization sign language iOS App with deep learning using CoreML.
Stars: ✭ 184 (+55.93%)
Mutual labels:  coreml
awesome-ml-demos-with-ios
The challenge projects for Inferencing machine learning models on iOS
Stars: ✭ 1,040 (+781.36%)
Mutual labels:  coreml
Programming Language Classifier
An example of how to use CreateML in Xcode 10 to create a Core ML model for classifying text
Stars: ✭ 172 (+45.76%)
Mutual labels:  coreml
MVSNet pl
MVSNet: Depth Inference for Unstructured Multi-view Stereo using pytorch-lightning
Stars: ✭ 49 (-58.47%)
Mutual labels:  depth-prediction
createml-playgrounds
Create ML playgrounds for building machine learning models. For developers and data scientists.
Stars: ✭ 82 (-30.51%)
Mutual labels:  coreml
List-CoreML-Models
A Big Awesome List CoreML Models.
Stars: ✭ 120 (+1.69%)
Mutual labels:  coreml
adareg-monodispnet
Repository for Bilateral Cyclic Constraint and Adaptive Regularization for Unsupervised Monocular Depth Prediction (CVPR2019)
Stars: ✭ 22 (-81.36%)
Mutual labels:  depth-prediction

DepthPrediction-CoreML

platform-ios swift-version lisence

This project is Depth Prediction on iOS with Core ML.
If you are interested in iOS + Machine Learning, visit here you can see various DEMOs.

GIF demo 1 Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

How it works

When use Metal

image

Requirements

  • Xcode 10.2+
  • iOS 11.0+
  • Swift 5

Model

Download

Download model from apple's model page.

Matadata

input node output node size
FCRN [1, 304, 228, 3]
name: image
[1, 128, 160]
name: depthmap
254.7 MB
FCRNFP16 [1, 304, 228, 3]
name: image
[1, 128, 160]
name: depthmap
127.3 MB

Inference Time

Device Inference Time Total Time(GPU) Total Time(CPU)
iPhone 12 Pro Max
iPhone 12 Pro
iPhone 12
iPhone 12 Mini
iPhone 11 Pro Max
iPhone 11 Pro 134 ms 134 ms 149 ms
iPhone 11
iPhone SE(2nd)
iPhone XS Max 146 ms 155 ms
iPhone XS 146 ms 151 ms
iPhone XR 148 ms 154 ms
iPhone X 624 ms 640 ms
iPhone 8+ 621 ms 634 ms
iPhone 8 626 ms 639 ms
iPhone 7+ 595 ms 609 ms
iPhone 7 612 ms 624 ms
iPhone 6S+ 1038 ms 1051 ms

See also

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