Coder Social home page Coder Social logo

fruit-detector's Introduction

Fruit-Detector

Implementation of TensorFlow Object Detection API on Windows 10 with fruit images without Anaconda Distribution.

Changes

No Anaconda Distribution. Use command prompt instead of Anaconda Prompt.

1)Don't use the below commands in 2d.

conda create -n tensorflow1 pip python=3.5

activate tensorflow1

2)Change the command below in 2d

conda install -c anaconda protobuf

to this

pip install protobuf --upgrade

3)Download protoc.exe from here . Copy protoc.exe(in bin folder) to C:\tensorflow1\models\research.

Then run 2f.

4)Before step6, open C:\tensorflow1\models\research\object_detection\utils\learning_schedules.py with a text editor.

Change the line 168 from

range(num_boundaries)

to

list(range(num_boundaries))

Data

Data can be downloaded from here. 240 training images 60 test images. No problematic image.

3 different types of fruits: Apple, Banana, Orange.

.xml files in data have coordinates of objects.

Training

I trained it on a GTX 1050 for 5 hours. Approximately 53000 iterations.

Implemented Model

Faster R CNN inception v2 model.

Youtube Video

TensorFlow Object Detection API

Results on images

Input Image Output Image
Input Image Output Image
Input Image Output Image
Input Image Output Image
Input Image Output Image

Credits

Credits go to EdgeElectronics. I just followed the steps in the tutorial.

fruit-detector's People

Contributors

muhammedbuyukkinaci avatar

Watchers

Elyor Latipov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.