sagorbrur / Tensorflow-motorcycle-cycle-detector

This is a simple AI model for detecting motorcycle and cycle. I used tensorflow inception model and retrain the model with my own datasets. It can detect motor cycle and cycle above 90% accuracy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensorflow-motorcycle-cycle-detector

This is a simple AI model for detecting motorcycle and cycle. I used tensorflow inception model and retrain the model with my own datasets. It can detect motor cycle and cycle above 90% accuracy.
Some link that's help to build this model
- Tensorflow
- Microcontrollersandmore Youtube Channel


Datasets:
Motor Cycles from Google
Mountainbikes from Microcontrollerandmore tutorial

To Use this model

Install Tensorflow and run the retrain.py first. It will retrain with your data. Then run the test.py it will test with test_images show you output with images.

About

This is a simple AI model for detecting motorcycle and cycle. I used tensorflow inception model and retrain the model with my own datasets. It can detect motor cycle and cycle above 90% accuracy.


Languages

Language:Python 100.0%