Giter Club home page Giter Club logo

emilio-lovarela / ground-truth-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.13 MB

Kivy app to facilitate the creation of image masks, labels, Ground-truth... to train Deep learning neural networks in the tasks of Classification, Object Detection, Semantic Segmentation and Instance Segmentation.

License: MIT License

Python 100.00%
image-annotation image-annotation-tool deep-learning computer-vision semantic-segmentation instance-segmentation kivy image-classification tools label

ground-truth-app's Introduction

Ground-Truth-App

screenshotscreenshot

This is a Kivy app to facilitate the creation of image masks, labels, Ground-truth... to train Deep learning neural networks in the tasks of Classification, Object Detection, Semantic Segmentation and Instance Segmentation.

Windows users

Windows users can download a ready-to-use executable at the following link. Clicking the link downloads a zip file that contains the executable. When you run the program, the instructions will appear on the screen as images. Click here to download

Linux users (Windows users can also use it)

1. Install Python 3+

If you don't already have Python 3+ installed, grab it from https://www.python.org/downloads/.

2. Create a virtual env (optional)

This is optional, but highly recommended. In a command prompt or Terminal window, type the following, and press enter:

python -m virtualenv ~/the_name_you_want

Then to activate the virtual env you just have to run the following command:

In linux:

source ~/the_name_you_want/bin/activate

In Windows:

the_name_you_want\Scripts\activate

3. Clone This Repository

On https://github.com/emilio-lovarela/Ground-Truth-App, click the green "Clone or Download" button at the top right of the page. If you want to get started with this script more quickly, click the "Download ZIP" button, and extract the ZIP somewhere on your computer.

4. Install Dependencies

In a command prompt or Terminal window, navigate to the directory containing this repository's files. Then, type the following, and press enter:

pip install -r requirements.txt

5. Run the Script

In the same command prompt or Terminal window, type the following, and press enter:

python3 GroundTruthBuilder.py

In linux if when executing the program it gives you a warning you may have to use the following command in the cmd:

sudo apt-get install xclip

ground-truth-app's People

Contributors

emilio-lovarela avatar

Watchers

 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.