Integrating Mediapipe into iOS - ios

Problem: After building Mediapipe and playing around with their example iOS apps I was surprised to see that I could not find any comprehensive materials out there from which you can learn how to take their Machine Learning frameworks and further integrate them into a custom iOS app.
Question: Am I missing something? Can somebody provide some insight into integrating their ML solutions in an iOS app in order for the output to be further used in a custom use case in Swift?

Related

Can I Use MapBox Mobile iOS and Android SDK with OpenStreetMaps?

I am developing an app that uses turn-by-turn navigation. But due to cost limitations, we cannot use MapBox using their pricing plans.
I came to know OpenStreetMaps is a good option here and also, MapBox is using OpenStreetMaps for some of its features. Has anybody used MapBox SDK to use OpenStreetMaps?
I also searched for other alternative open-source libraries that use OpenStreetMaps. Skobbler SDK was the one I found but it's no longer functional as the development is stopped.
I need help in finding a library that allows me to navigate in-app using OSM.
Please help.

How is Yuneec SDK?

Has anyone used Yuneec’s SDK or know anything about it? Building SDK for drones creates a lot of possibilities. But want to see if anyone here has experience with Yuneec before.
http://developer.yuneec.com/
Yes! Yuneec has SDK for both iOS and Android. I am currently looking into the Yuneec Android SDK to design a custom app and so far its been great! The SDK exposes a lot of features and looks like they are going to be adding a lot of exciting features soon. SDK provides APIs to control the Yuneec drones and can be customized to your needs. You can definitely check out more here https://developer.yuneec.com.

Integrating opencv with xcode swift

I am working on an iOS app based on image processing and would like to use OpenCV library. The documentation given on opencv.org is pretty old. I would like to code in swift, so how should I integrate the library with my app?

What to use instead of route-me library?

Hi I am an iOS developer and was assigned on developing travel guide apps which uses offline maps in the app. I have successfully developed apps and used a map library called route-me. At first it was okay but the problem occurred when we tried to develop apps for bigger cities/places. The app size is very large because of the map.sqlite file.
I would like to ask for some advise on what library to use instead of route-me to lessen the size of the app. I've heard of using vector based maps but haven't really found one to play around.
P.S.
Our app needs to be totally offline.
Thanks!

Reading 2D barcode using Passkit Library

Currently i am trying to develop an iOS app for reading various 2D barcode & i have seen Passkit Library is able to read following bar code (PDF417, Aztec, QR).
So is it possible to create such kind of app using Passkit library ?
If possible, what are the methods for reading & extracting information from these bar codes?
I've used the zBar SDK with good success.
It is able to read QR codes and many kinds of bar codes.
It was very fast at detecting and decoding images with the camera.
It is available to install via CocoaPods (www.cocoapods.org) which makes it very easy to install and get started.

Resources