Skip to content

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.

Notifications You must be signed in to change notification settings

aryanjain28/Indian-Roads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published