Skip to content

Detect and count mangoes in images Tensorflow object detection on android

License

Notifications You must be signed in to change notification settings

faizan170/mango-detection-android

Repository files navigation

TensorFlow Object Detection Android Demo

Overview

This application is an example of Tensorflow Object detection module

It's main work is to detect and count Green Mangoes on a tree. It contains a ssd_inception_v2 model for detection and is trained on over 1000 images of trees.

Main Tasks

Single Detection:

Detects a single image count and label mangoes and show total no of detections.

Live Detection:

Detects live with camera open. (Slow infrence

Capture from Camera:

Capture from camera

Directory Process:

Processes images in directory and saves results in csv file

Application can run either on device or emulator.

Model used

If you explicitly want to download the model, you can download from our site. Extract the zip to get the .pb and label file.

Licence

MIT

About

Detect and count mangoes in images Tensorflow object detection on android

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages