All Projects β†’ jimbobbennett β†’ ObjectDetector

jimbobbennett / ObjectDetector

Licence: MIT license
A simple custom vision object detector sample app

Programming Languages

C#
18002 projects
shell
77523 projects

Projects that are alternatives of or similar to ObjectDetector

PastelXamarinIos
πŸŒ’ Gradient animations on Xamarin-iOS
Stars: ✭ 17 (+21.43%)
Mutual labels:  xamarin
Xamarin.Forms.GoogleMaps.Clustering
A map library that brings support for clustering for Xamarin.Forms.GoogleMaps.
Stars: ✭ 23 (+64.29%)
Mutual labels:  xamarin
PrismHandsOn
Prism for Xamarin.Formsε…₯ι–€ Hands-on
Stars: ✭ 22 (+57.14%)
Mutual labels:  xamarin
XamarinClipboardPlugin
Cross Platform Clipboard access for Xamarin
Stars: ✭ 24 (+71.43%)
Mutual labels:  xamarin
MvvmCross-Dreams
Xamarin MvvmCross DREAMS is an opinionated take on how to make an MvvmCross app.
Stars: ✭ 30 (+114.29%)
Mutual labels:  xamarin
PCLExt.FileStorage
Portable Storage APIs
Stars: ✭ 35 (+150%)
Mutual labels:  xamarin
Vaser
Vaser is a powerful high performance event based network engine library for C# .Net. It’s possible to start multiple servers in one program and use the same network code for all servers. In the network communication are all strings are omitted, instead it is based on a unique binary identifier, which the CPU and memory relieves massively.
Stars: ✭ 23 (+64.29%)
Mutual labels:  xamarin
effects-xamarin-forms
Customized Effects/Renderers for Xamarin.Forms
Stars: ✭ 21 (+50%)
Mutual labels:  xamarin
Xamarin.MediaGallery
This plugin is designed to picking and save images and video files from native gallery of Android and iOS devices and capture photos
Stars: ✭ 106 (+657.14%)
Mutual labels:  xamarin
Xamarin.Android.OpenCV
C# bindings for the OpenCV Android SDK
Stars: ✭ 87 (+521.43%)
Mutual labels:  xamarin
auth0-xamarin-oidc-samples
Auth0 OIDC Client with Xamarin applications
Stars: ✭ 26 (+85.71%)
Mutual labels:  xamarin
vs-material-icons-generator
This plugin will help you to set material design icons to your Xamarin projects In Visual Studio.
Stars: ✭ 50 (+257.14%)
Mutual labels:  xamarin
bottomnavigationviewex-android-binding
Xamarin.Android Binding Library for Ittianyu BottomNavigationViewEx
Stars: ✭ 25 (+78.57%)
Mutual labels:  xamarin
YuzuMarker
πŸ‹ [WIP] Manga Translation Tool
Stars: ✭ 76 (+442.86%)
Mutual labels:  xamarin
demo-first-response-online
First Response Online is a communication and collaboration platform built to support first responders. It lets police officers, fire fighters, and paramedics share critical data with each other in near real-time. It supports iPhone, iPad, and PC and integrates with computer aided dispatch and GPS tracking. Units in the field can update their sta…
Stars: ✭ 60 (+328.57%)
Mutual labels:  xamarin
FocusOnXamarin
NET Conf: Focus on Xamarin samples
Stars: ✭ 55 (+292.86%)
Mutual labels:  xamarin
PTVGlass
Melbourne Public Transport timetable for Google Glass
Stars: ✭ 41 (+192.86%)
Mutual labels:  xamarin
MonoTouch.SlideoutNavigation
A MonoTouch slide-out UI component
Stars: ✭ 41 (+192.86%)
Mutual labels:  xamarin
Plugin.NFC
A Cross-Platform NFC (Near Field Communication) plugin to easily read and write NFC tags in your application.
Stars: ✭ 113 (+707.14%)
Mutual labels:  xamarin
ScreenshotPlugin
A simple Screenshot plugin for Xamarin and Windows to get and save screenshot in yours apps.
Stars: ✭ 32 (+128.57%)
Mutual labels:  xamarin

Object Detector

A simple custom vision object detector sample app.

Build status

The Azure Custom Vision Service has recently been updated to support object detection - you can train the model by identifying objects in an image and tagging those objects. Once trained, the model can not only identify multiple objects in the same image, but it can provide the bounding box - that is the location in the image of the object.

This sample app uses the Prediction SDK to process your images looking for objects. You can point it at any object detection project and it will identify any objects detected with a probability of greater than 75%. Once detected it will show the image on screen with bounding boxes drawn around each object and labels added.

To use this sample

  • Create an Object Detection model at https://customvision.ai.
  • Train the model for the objects you are interested in.
  • Set one iteration of the model as default.
  • Launch the app. Enter your prediction key and project id in the settings screen.
  • Run the app, take a photo of the objects you've trained it on and see the results. Toys identified in a photo
  • If you want to change the project or prediction key, tap the settings button Configure the prediction key and project id from the settings

You can read more on this service at https://aka.ms/XamObjectDetection.

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