Giter VIP home page Giter VIP logo

label_image's Introduction

Label Image

It is a graphical image annotation tool. Designed a python based auto labeling tool ,where in we can load a tensorflow model and images folder.Model runs inference on images and draws bounding box and class label.

How to use :

  1. Clone this repository.
  2. Go to the directory where label.py exists.
  3. Download Faster R-CNN, Mask R-CNN, ssdlite_mobilenet_v2 models from this drive link.Unzip files and copy them in the directory.
Folder Structure:
  • Label_Image
    • faster_rcnn
    • Mask_RCNN
    • ssdlite_mobilenet_v2
    • label.py
    • label.txt
    • detection.py ( detailed code to get detected labels and co ordinates from model )
  1. Run the python file.
python label.py

  1. Then there appears UI. Select images folder by clicking 'Directory' and then once loaded click 'Select Image' to select desired image.
  2. Select model and Detection threshold as required.
  3. Also select object that you want the model to detect.
  4. Click 'Detect' and Save annotations of detected objects.

Defaults

  • This tool confines to the models Faster R-CNN, Mask R-CNN, ssdlite_mobilenet_v2.

Custom Application:

  • Download tensorflow models from here.
  • List model names in model_list array in label.py.
  • Make sure you create a label.txt where in object names of your Dataset are listed.

Requirements

References

label_image's People

Contributors

prashamsatalla avatar

Watchers

James Cloos 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.