All Projects → szaza → Android Yolo V2

szaza / Android Yolo V2

Licence: wtfpl
Android YOLO real time object detection sample application with Tensorflow mobile.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android Yolo V2

Yolo Tf
TensorFlow implementation of the YOLO (You Only Look Once)
Stars: ✭ 200 (-7.41%)
Mutual labels:  yolo
Mobile App Landingpage Template
📱 Free to use static generated website template for your mobile app
Stars: ✭ 208 (-3.7%)
Mutual labels:  mobile
Mobi.css
A lightweight, scalable, mobile-first CSS framework
Stars: ✭ 2,348 (+987.04%)
Mutual labels:  mobile
Pine
🌲 Aimbot powered by real-time object detection with neural networks, GPU accelerated with Nvidia. Optimized for use with CS:GO.
Stars: ✭ 202 (-6.48%)
Mutual labels:  yolo
Expo
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.
Stars: ✭ 15,550 (+7099.07%)
Mutual labels:  mobile
Cordova Lib
Apache Cordova Tooling Library
Stars: ✭ 208 (-3.7%)
Mutual labels:  mobile
Socialfishmobile
📱 🐟 An app to remote control SocialFish.
Stars: ✭ 200 (-7.41%)
Mutual labels:  mobile
Yolo person detect
person detect based on yolov3 with several Python scripts
Stars: ✭ 212 (-1.85%)
Mutual labels:  yolo
Portraitnet
Code for the paper "PortraitNet: Real-time portrait segmentation network for mobile device" @ CAD&Graphics2019
Stars: ✭ 207 (-4.17%)
Mutual labels:  mobile
Yolodet Pytorch
reproduce the YOLO series of papers in pytorch, including YOLOv4, PP-YOLO, YOLOv5,YOLOv3, etc.
Stars: ✭ 206 (-4.63%)
Mutual labels:  yolo
Angular Seed Advanced
Advanced Angular seed project with support for ngrx/store, ngrx/effects, ngx-translate, angulartics2, lodash, NativeScript (*native* mobile), Electron (Mac, Windows and Linux desktop) and more.
Stars: ✭ 2,279 (+955.09%)
Mutual labels:  mobile
Android
📱 Nextcloud Android app
Stars: ✭ 2,669 (+1135.65%)
Mutual labels:  mobile
Share Api Polyfill
A polyfill for the sharing that can be used in desktop too, so your users can shere in their twitter, facebook, messenger, linkedin, sms, e-mail, print, telegram or whatsapp.
Stars: ✭ 210 (-2.78%)
Mutual labels:  mobile
Hc Offcanvas Nav
JavaScript library for creating toggled off-canvas multi-level navigations, allowing endless nesting of submenu elements, supporting swipe gestures, keyboard interactions and ARIA attributes.
Stars: ✭ 201 (-6.94%)
Mutual labels:  mobile
Pynet
Generating RGB photos from RAW image files with PyNET
Stars: ✭ 211 (-2.31%)
Mutual labels:  mobile
H5editor
仿易企秀类h5页面编辑工具(不再维护)
Stars: ✭ 200 (-7.41%)
Mutual labels:  mobile
Flatapp Firebase Flutter
Flap App with Firebase in Flutter by GeekyAnts.
Stars: ✭ 208 (-3.7%)
Mutual labels:  mobile
Harpy
A Twitter app built with Flutter
Stars: ✭ 211 (-2.31%)
Mutual labels:  mobile
Substrate
Create native Java(FX) apps for desktop, mobile and embedded
Stars: ✭ 210 (-2.78%)
Mutual labels:  mobile
Caffe Yolov3 Windows
A windows caffe implementation of YOLO detection network
Stars: ✭ 210 (-2.78%)
Mutual labels:  yolo

Android YOLO with TensorFlow Mobile

This android application uses YOLOv2 model for object detection. It uses tensorflow mobile to run neural networks. I would like to use tensorflow lite later. Probably, it is the first open source implementation of the second version of YOLO for Tensorflow on Android device. The demo application detects 20 classes of Pascal VOC dataset. Please read this paper for more information about the YOLOv2 model: YOLO9000 Better, Faster, Stronger.

Train YOLO for your own dataset

Please find more information about retraining the model on my site: https://sites.google.com/view/tensorflow-example-java-api/complete-guide-to-train-yolo. I've also added several Google Colab interactive sample for the step-by-step tutorial, so the training process can be tried out on Google virtual machines.

Steps to compile and run the application:

Prerequirements:

  • Install the Android Studio;
  • Android 6.0 (API level 23) or higher is required to run the demo application due to usage of Camera2 API;

Compile and run the project:

  • Clone this repository with command: git clone https://github.com/szaza/android-yolo-v2.git;
  • Imort your project into the Android Studio;
  • Optional: put your protobuff file and labels.txt into the assets folder, then change the settings properly in the Config.java file;
  • Run the project from Android Studio;

How it works?

android yolo v2 sample image android yolo v2 sample image

If you would like a more accurate solution, create a server application. See my related projects here:

News about YoloV3 support

The current solution doesn't support the YoloV3 model and unfortunately, I do not have time to implement it, however I would be very happy if I could help to implement and I could review a PR with this feture. For this reason I've started a new branch here: https://github.com/szaza/tensorflow-java-examples-spring/tree/feature/add-yolov3-support; If you are interested in this feature and you would like to be a collabortor, please add a comment for this thread: https://github.com/szaza/tensorflow-java-examples-spring/issues/2;

Many-many thank for any support!

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