An open API service indexing awesome lists of open source software.

https://github.com/aryanjain28/indian-roads

An android application that detects objects normally found on Indian roads like - Car, Bicycle, Cow, Truck, etc. I used the TF-Lite model in this application and downloaded specific categories from the COCO dataset to train upon. The application uses the phone's rear camera and detects in real-time.
https://github.com/aryanjain28/indian-roads

android-application object-detection tensorflow tensorflow-examples tflite

Last synced: 6 months ago
JSON representation

An android application that detects objects normally found on Indian roads like - Car, Bicycle, Cow, Truck, etc. I used the TF-Lite model in this application and downloaded specific categories from the COCO dataset to train upon. The application uses the phone's rear camera and detects in real-time.

Awesome Lists containing this project

README

          

# Introduction
An android application that detects objects usually found on an indian road.
Images for the specific categories is downloaded from COCO dataset, using a script that I wrote (available in Script folder in repository).
Categories includes 8 objects, they are :

1. Cow
2. Dog
3. Truck
4. Bicycle
5. Truck
6. MotorCycle
7. Person
8. Bus

I trained, model from "ssd_mobilenet_v2_quantized_300x300_coco" tensorflow model's zoo and converted it to TF-Lite in order to use it in mobile.

# Usage

The application simply uses phones rear camera and detects objects in real time

# Screenshots





# References

https://medium.com

https://cocodataset.org/

https://www.tensorflow.org/lite/