emilio-lovarela / Ground-Truth-App

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%