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.
Detects a single image count and label mangoes and show total no of detections.
Detects live with camera open. (Slow infrence
Capture from camera
Processes images in directory and saves results in csv file
Application can run either on device or emulator.