All Projects → ashislaha → Route-Direction-in-AR

ashislaha / Route-Direction-in-AR

Licence: other
Adding the Feature "Real World Path Direction" by tapping on Map. GoogleMap will give us the direction to that location from user location then click on "ARView" & you will get the real-world path direction. Also added "Reachability" for finding path in Google map. -- Also added .mlmodel for car-detection. Initially trained the model using Convo…

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Route-Direction-in-AR

Coreml In Arkit
Simple project to detect objects and display 3D labels above them in AR. This serves as a basic Template for an ARKit project to use CoreML.
Stars: ✭ 1,534 (+4693.75%)
Mutual labels:  augmented-reality, coreml
Gesture Recognition 101 Coreml Arkit
Simple project to recognize hands in realtime. 👋 Serves as an Example for building your own object recognizer.
Stars: ✭ 278 (+768.75%)
Mutual labels:  augmented-reality, coreml
Acid.Cam.v2.OSX
Acid Cam v2 for macOS distorts video to create art.
Stars: ✭ 91 (+184.38%)
Mutual labels:  augmented-reality
spark-ar-boilerplate
A boilerplate Spark AR project with Webpack
Stars: ✭ 50 (+56.25%)
Mutual labels:  augmented-reality
ar-resume-with-visual-recognition
An augmented reality based résumé with Face recognition. The iOS app recognizes the face and presents you with the AR view that contains 3D mock face and details of your resume.
Stars: ✭ 71 (+121.88%)
Mutual labels:  augmented-reality
GestureAI
RNN(Recurrent Nerural network) model which recognize hand-gestures drawing 5 figures.
Stars: ✭ 20 (-37.5%)
Mutual labels:  coreml
aurelia-google-maps
A highly configurable custom element for use in your Aurelia applications for inserting Google Maps into your application.
Stars: ✭ 48 (+50%)
Mutual labels:  google-maps
iSpyML
Just another app that looks for NSFW😱 photos into your 'hidden' folder. 🍎 Posts to Facebook timeline is v 2.0 feature.
Stars: ✭ 19 (-40.62%)
Mutual labels:  coreml
google-streetview-images
Pull google streetview panoramic images along a route.
Stars: ✭ 45 (+40.63%)
Mutual labels:  google-maps
vslam research
this repo is for visual slam research
Stars: ✭ 22 (-31.25%)
Mutual labels:  augmented-reality
CoreML-samples
Sample code for Core ML using ResNet50 provided by Apple and a custom model generated by coremltools.
Stars: ✭ 38 (+18.75%)
Mutual labels:  coreml
GVRSCNRenderer
SceneKit Rendering and ARKit 6DOF Tracking for Google Cardboard
Stars: ✭ 19 (-40.62%)
Mutual labels:  augmented-reality
native-xr-for-web
Add iOS and Android build with AR capabilities to your website or web-based app.
Stars: ✭ 27 (-15.62%)
Mutual labels:  augmented-reality
jsartoolkit5
Javascript ARToolKit v5.x
Stars: ✭ 37 (+15.63%)
Mutual labels:  augmented-reality
Dual-color-Polyline-Animation
This library will help to show the polyline in dual color similar as Uber.
Stars: ✭ 73 (+128.13%)
Mutual labels:  google-maps
sceneview-android
SceneView is a 3D/AR Android View with ARCore and Google Filament. This is the newest way to make your Android 3D/AR app.
Stars: ✭ 100 (+212.5%)
Mutual labels:  augmented-reality
FurnitureGo
we introduce a new application that used for designing homes furniture, such as changing the places of the furniture and coloring it virtually Based on Augmented Reality without waste of cost and time, these object ll be uploaded by furnitures companies which it helps them to reduce an advertising cost.Augmented Reality AR is a tool that shows a…
Stars: ✭ 25 (-21.87%)
Mutual labels:  augmented-reality
mapus
A map tool with real-time collaboration 🗺️
Stars: ✭ 2,687 (+8296.88%)
Mutual labels:  google-maps
awesome-arcore
⚡️ A curated list of awesome ARCore projects and resources. Feel free to contribute!
Stars: ✭ 16 (-50%)
Mutual labels:  augmented-reality
Xamarin.Forms.ARToolkit
Augmented Reality Toolkit for Xamarin Forms
Stars: ✭ 15 (-53.12%)
Mutual labels:  augmented-reality

Route-Direction-in-AR

iTunes link : https://itunes.apple.com/us/app/route-direction-ar/id1284255454?ls=1&mt=8

https://www.youtube.com/watch?v=0nMcfBg_so0&t=5s

Adding the Feature "Real World Path Direction" by tapping on Map. GoogleMap will give us the direction to that location from user location then click on "ARView" & you will get the real-world path direction.

Also added "Reachability" for finding path in Google map.

-- Also added .mlmodel for car-detection. Initially trained the model using Convolutional Neural Network in TensorFlow, then convert the .h5 output into .mlmodel. Use it in the application. please check : https://github.com/ashislaha/CarDetection-Keras & https://github.com/ashislaha/CarDetection-iOS for more details how to train a model.

-- In ARFrame generates capturedImage which is the input to .mlmodel for detecting that car is present in the image or not.

-- This project combines both ARKit & CoreML.

Please check https://github.com/ashislaha/Learn-iOS/tree/master/10.%20Direction%20in%20ARKit/Explore%20Direction which is more advanced in calculating the path & mapping the (lat,lng) in real world co-ordinate system.

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