VamshiIITBHU14 / CaffeToCoreMLLinks
There are a lot of tutorials/ open source projects on how to use Vision and CoreML frameworks for Object Detection in real world using iOS apps using .mlmodels given by Apple. But seldom in reality, do we get a .mlmodel available suiting our use case. Here, I took up a Caffe model for the Oxford 102 flower dataset, which was converted to CoreML…
☆44Updated 7 years ago
Alternatives and similar repositories for CaffeToCoreML
Users that are interested in CaffeToCoreML are comparing it to the libraries listed below
Sorting:
- Hello Everyone, This project talks about basics of ARKit introduced by Apple in iOS11. Please note that ARKit is only capable wih devices…☆41Updated 7 years ago
- This project covers how to use 3D Touch to implement peek and pop using Custom Presentation Controllers. It also shows how to add a Today…☆36Updated 7 years ago
- This Project implements CoreData in Swift4 with a lot reduction in boilerplate code, using a UITableView with NSFetchedResultsController …☆39Updated 7 years ago
- The facial detection API allows us to not only detect faces & facial features but also check those faces for particular properties such a…☆41Updated 7 years ago
- This project covers: 1) UICollectionViewFlowLayout with all the auto-layout constraints added programatically 2) How to build custom tab…☆38Updated 7 years ago
- NSLinguisticTagger provides a uniform interface to a variety of natural language processing functionality with support for many different…☆55Updated 7 years ago
- This project covers adding a fancy expanding cell to UICollectionView, several auto layout-based labels, subtle parallax effects, and fad…☆49Updated 8 years ago
- This is a project showing how to fetch huge chunk of images via API and put them in a nice UICollectionView with parallax effect. It also…☆25Updated 8 years ago
- This project shows how to develop expandable cells in a UITableView. Each cell in turn consists of a UIScrollView and a UIImageView backg…☆27Updated 8 years ago
- This project shows how to support concurrent downloads in swift3 via remote URLs && save them to your local directory && viewing them in …