Giter VIP home page Giter VIP logo

image-labeling-helper's Introduction

Image-Labeling-Helper

Makes image or CAPTCHA labeling work faster.

Requirements:

How to run: Execute the Python script.

Demo:

  1. Select Files Click "Browse" to select one / more files from your computer to label (only support ".png" only). Then click "Next" to continue.

It may take some time if you select hundreds or thousands of file. (1k file around 1 minute to wait if your computer is slow.)

image

  1. Label images. Start labeling your images.

Several things are shown in the window:

  • The title [1/8] indicates your progress, you are labeling the first image out of eight images.
  • Current file name is shown at the title too.
  • An image.
  • An input box for labeling data.

Things you could do:

  • Input anything in input box, then click "Previous" or "Next" will immediately update your image's file name.
  • Inputing nothing will not rename images. The program will just go to previous / next image.

image image

  1. Done!

image

image-labeling-helper's People

Contributors

cynwell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

image-labeling-helper's Issues

Re-used layout (or re-used elements in this case) not allowed

Your label_helper.py code now generates an error/warning. The problem is the attempted re-use of your Button Elements. ALL parts of a layout must be completely unused when you create a window. By creating the Next and Prev buttons ahead of time you only get to use them once.

To get around this, create the buttons from scratch in your selectFilesLayout function just like you do the Input element.

You were cheating before and getting away with it. I've added code to make sure people don't get away with cheating any more :-)

I like that you're setting an excellent example by creating your layouts in functions. It's the "Right way" to do it.

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.